#include <sailmould.h>
Public Member Functions | |
| CSailMould () | |
| CSailMould & | operator= (const CSailMould &) |
| CProfile | interpol (const real h) const |
Public Attributes | |
| vector< CProfile > | profile |
| int | vertpos |
see CFormMould, CProfile
Definition at line 106 of file sailmould.h.
| CSailMould::CSailMould | ( | ) |
Set the default vertical position of max depth and the 3 profiles factors [depth, kleech, kluff]
Definition at line 262 of file sailmould.cpp.
| CSailMould & CSailMould::operator= | ( | const CSailMould & | copy | ) |
| CProfile CSailMould::interpol | ( | const real | h | ) | const |
Interpolate the depth and coefficients of the profile at height h
Definition at line 301 of file sailmould.cpp.
References profile, and vertpos.
Referenced by CLabelProfileVert::paintEvent(), and CSailWorker::Zpoint().
| vector<CProfile> CSailMould::profile |
the mould's profiles ( top, middle, bottom )
Definition at line 116 of file sailmould.h.
Referenced by CFormMould::CFormMould(), CFormSailDef::CFormSailDef(), CFormSailDef::check(), CSailMould(), CSailDoc::get(), interpol(), operator=(), CSailDataPrinter::print(), and CSailDoc::put().
vertical position of profile[1] in percent
Definition at line 119 of file sailmould.h.
Referenced by CSailMould(), CWidgetProfileVert::CWidgetProfileVert(), CSailDoc::get(), interpol(), operator=(), CSailDataPrinter::print(), CSailDoc::put(), and CWidgetProfileVert::slotSliderVert().
1.5.6