Rotation curve. More...
#include <CPACSRotationCurve.h>
Public Member Functions | |
TIGL_EXPORT | CPACSRotationCurve (CCPACSNacelleCowl *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT const std::string & | GetCurveProfileUID () const |
virtual TIGL_EXPORT const double & | GetEndZeta () const |
virtual TIGL_EXPORT const double & | GetEndZetaBlending () const |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CCPACSNacelleCowl * | GetParent () |
TIGL_EXPORT const CCPACSNacelleCowl * | GetParent () const |
virtual TIGL_EXPORT const std::string & | GetReferenceSectionUID () const |
virtual TIGL_EXPORT const double & | GetStartZeta () const |
virtual TIGL_EXPORT const double & | GetStartZetaBlending () const |
virtual TIGL_EXPORT const std::string & | GetUID () 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 | SetCurveProfileUID (const std::string &value) |
virtual TIGL_EXPORT void | SetEndZeta (const double &value) |
virtual TIGL_EXPORT void | SetEndZetaBlending (const double &value) |
virtual TIGL_EXPORT void | SetReferenceSectionUID (const std::string &value) |
virtual TIGL_EXPORT void | SetStartZeta (const double &value) |
virtual TIGL_EXPORT void | SetStartZetaBlending (const double &value) |
virtual TIGL_EXPORT void | SetUID (const std::string &value) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSRotationCurve () |
Public Member Functions inherited from tigl::CTiglReqUIDObject | |
boost::optional< std::string > | GetObjectUID () const |
virtual | ~CTiglReqUIDObject ()=default |
Public Member Functions inherited from tigl::CTiglUIDObject | |
TIGL_EXPORT void | Invalidate (const boost::optional< std::string > &source=boost::none) const |
Public Member Functions inherited from tigl::ITiglUIDRefObject | |
virtual | ~ITiglUIDRefObject ()=default |
Protected Attributes | |
std::string | m_curveProfileUID |
UID of the rotation curve profile; the profile should be defined in x=[0..1] to be transformed by the section which is referenced by referenceSectionUID. More... | |
double | m_endZeta |
End zeta [-1,..,1]; relative curve coordante along the rotation curve up to which it will be inserted in the nacelle. More... | |
double | m_endZetaBlending |
End zeta for blending; relative curve coordinate along the nacelle profile at which blending from the rotation curve to the nacelle profile will end. More... | |
CCPACSNacelleCowl * | m_parent |
std::string | m_referenceSectionUID |
UID of the section which serves as reference. More... | |
double | m_startZeta |
Start zeta [-1,..,1]; relative curve coordante along the rotation curve from which it will be inserted in the nacelle. More... | |
double | m_startZetaBlending |
Start zeta for blending [-1..1]; relative curve coordinate along the nacelle profile at which blending from the nacelle profile to the rotation curve will begin. More... | |
std::string | m_uID |
CTiglUIDManager * | m_uidMgr |
Private Member Functions | |
CPACSRotationCurve (const CPACSRotationCurve &)=delete | |
CPACSRotationCurve (CPACSRotationCurve &&)=delete | |
TIGL_EXPORT const CTiglUIDObject * | GetNextUIDObject () const final |
TIGL_EXPORT void | NotifyUIDChange (const std::string &oldUid, const std::string &newUid) final |
CPACSRotationCurve & | operator= (const CPACSRotationCurve &)=delete |
CPACSRotationCurve & | operator= (CPACSRotationCurve &&)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from tigl::CTiglUIDObject | |
~CTiglUIDObject ()=default | |
Rotation curve.
The figure below shows an example of a rotation curve. Together with the corresponding XML code, the definition is explained in more detail.
<rotationCurve uID="rotationCurve"> <referenceSectionUID>engine_nacelle_fanCowl_section1</referenceSectionUID> <curveProfileUID>fanCowl_upperSection</curveProfileUID> <startZetaBlending>-0.6</startZetaBlending> <startZeta>-0.5</startZeta> <endZeta>-0.2</endZeta>s <endZetaBlending>-0.1</endZetaBlending> </rotationCurve>
<curveProfile uID="fanCowlRotationCurve"> <name>Fan cowl rotation curve profile</name> <pointList> <x mapType="vector">0;0.5;1</x> <y mapType="vector">-0.1;-0.2;-0.05</y> </pointList> </curveProfile>
TIGL_EXPORT tigl::generated::CPACSRotationCurve::CPACSRotationCurve | ( | CCPACSNacelleCowl * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
TIGL_EXPORT CCPACSNacelleCowl* tigl::generated::CPACSRotationCurve::GetParent | ( | ) |
TIGL_EXPORT const CCPACSNacelleCowl* tigl::generated::CPACSRotationCurve::GetParent | ( | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements tigl::CTiglReqUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
UID of the rotation curve profile; the profile should be defined in x=[0..1] to be transformed by the section which is referenced by referenceSectionUID.
|
protected |
End zeta [-1,..,1]; relative curve coordante along the rotation curve up to which it will be inserted in the nacelle.
|
protected |
End zeta for blending; relative curve coordinate along the nacelle profile at which blending from the rotation curve to the nacelle profile will end.
|
protected |
|
protected |
UID of the section which serves as reference.
|
protected |
Start zeta [-1,..,1]; relative curve coordante along the rotation curve from which it will be inserted in the nacelle.
|
protected |
Start zeta for blending [-1..1]; relative curve coordinate along the nacelle profile at which blending from the nacelle profile to the rotation curve will begin.
|
protected |
|
protected |