Guide curve. More...
#include <CPACSNacelleGuideCurve.h>
Public Member Functions | |
TIGL_EXPORT | CPACSNacelleGuideCurve (CCPACSNacelleGuideCurves *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT const boost::optional< std::string > & | GetDescription () const |
virtual TIGL_EXPORT const double & | GetFromZeta () const |
virtual TIGL_EXPORT const std::string & | GetGuideCurveProfileUID () const |
virtual TIGL_EXPORT const std::string & | GetName () const |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CCPACSNacelleGuideCurves * | GetParent () |
TIGL_EXPORT const CCPACSNacelleGuideCurves * | GetParent () const |
virtual TIGL_EXPORT const std::string & | GetStartSectionUID () const |
virtual TIGL_EXPORT const double & | GetToZeta () const |
TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
virtual TIGL_EXPORT void | SetDescription (const boost::optional< std::string > &value) |
virtual TIGL_EXPORT void | SetFromZeta (const double &value) |
virtual TIGL_EXPORT void | SetGuideCurveProfileUID (const std::string &value) |
virtual TIGL_EXPORT void | SetName (const std::string &value) |
virtual TIGL_EXPORT void | SetStartSectionUID (const std::string &value) |
virtual TIGL_EXPORT void | SetToZeta (const double &value) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSNacelleGuideCurve () |
Public Member Functions inherited from tigl::ITiglUIDRefObject | |
virtual | ~ITiglUIDRefObject ()=default |
Protected Attributes | |
boost::optional< std::string > | m_description |
Description. More... | |
double | m_fromZeta |
Curve coordinate of the referenced section profile at which the guide curve shall start. Valid values are in the interval -1,..,1. More... | |
std::string | m_guideCurveProfileUID |
UID of the guide curve profile. More... | |
std::string | m_name |
Name. More... | |
CCPACSNacelleGuideCurves * | m_parent |
std::string | m_startSectionUID |
UID of the start section. More... | |
double | m_toZeta |
Curve coordinate of the profile following the referenced section profile. It defines where the guide curve ends. Valid values are in the interval -1,..,1. More... | |
CTiglUIDManager * | m_uidMgr |
Private Member Functions | |
CPACSNacelleGuideCurve (const CPACSNacelleGuideCurve &)=delete | |
CPACSNacelleGuideCurve (CPACSNacelleGuideCurve &&)=delete | |
TIGL_EXPORT const CTiglUIDObject * | GetNextUIDObject () const final |
TIGL_EXPORT void | NotifyUIDChange (const std::string &oldUid, const std::string &newUid) final |
CPACSNacelleGuideCurve & | operator= (const CPACSNacelleGuideCurve &)=delete |
CPACSNacelleGuideCurve & | operator= (CPACSNacelleGuideCurve &&)=delete |
Guide curve.
The following figure shows the basic setup of the guide curves. They always start at a given ζ-position ( fromZeta ) on the profile of the specified start section ( startSectionUID ) and end at the ζ-position ( toZeta ) on the profile of the subsequent section. The relative coordinates of the guide curves are specified in cpacs/vehicles/profiles/guideCurves and referenced via its uID .
TIGL_EXPORT tigl::generated::CPACSNacelleGuideCurve::CPACSNacelleGuideCurve | ( | CCPACSNacelleGuideCurves * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
virtual |
|
virtual |
TIGL_EXPORT CCPACSNacelleGuideCurves* tigl::generated::CPACSNacelleGuideCurve::GetParent | ( | ) |
TIGL_EXPORT const CCPACSNacelleGuideCurves* tigl::generated::CPACSNacelleGuideCurve::GetParent | ( | ) | const |
|
virtual |
|
virtual |
TIGL_EXPORT CTiglUIDManager& tigl::generated::CPACSNacelleGuideCurve::GetUIDManager | ( | ) |
TIGL_EXPORT const CTiglUIDManager& tigl::generated::CPACSNacelleGuideCurve::GetUIDManager | ( | ) | const |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Description.
|
protected |
Curve coordinate of the referenced section profile at which the guide curve shall start. Valid values are in the interval -1,..,1.
|
protected |
UID of the guide curve profile.
|
protected |
Name.
|
protected |
|
protected |
UID of the start section.
|
protected |
Curve coordinate of the profile following the referenced section profile. It defines where the guide curve ends. Valid values are in the interval -1,..,1.
|
protected |