Relative height at eta, xsi position. More...
#include <CPACSEtaXsiRelHeightPoint.h>
Public Member Functions | |
TIGL_EXPORT | CPACSEtaXsiRelHeightPoint (CPACSStrutAssembly *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT const double & | GetEta () const |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CPACSStrutAssembly * | GetParent () |
TIGL_EXPORT const CPACSStrutAssembly * | GetParent () const |
virtual TIGL_EXPORT const std::string & | GetReferenceUID () const |
virtual TIGL_EXPORT const boost::optional< double > & | GetRelHeight () const |
TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
virtual TIGL_EXPORT const double & | GetXsi () const |
virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
virtual TIGL_EXPORT void | SetEta (const double &value) |
virtual TIGL_EXPORT void | SetReferenceUID (const std::string &value) |
virtual TIGL_EXPORT void | SetRelHeight (const boost::optional< double > &value) |
virtual TIGL_EXPORT void | SetXsi (const double &value) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSEtaXsiRelHeightPoint () |
Public Member Functions inherited from tigl::ITiglUIDRefObject | |
virtual | ~ITiglUIDRefObject ()=default |
Protected Attributes | |
double | m_eta |
Relative spanwise position. Eta refers to the segment or componentSegment depending on the referenced uID. More... | |
CPACSStrutAssembly * | m_parent |
std::string | m_referenceUID |
This reference uID determines the reference coordinate system. If it points to a segment, then the eta-xsi values are considered to be in segment eta-xsi coordinates; if it points to a componentSegment, then componentSegment eta-xsi coordinates are used. More... | |
boost::optional< double > | m_relHeight |
Relative height position. relHeight is relative to the local airfoil thickness. More... | |
CTiglUIDManager * | m_uidMgr |
double | m_xsi |
Relative chordwise position. Xsi refers to the segment or componentSegment depending on the referenced uID. More... | |
Private Member Functions | |
CPACSEtaXsiRelHeightPoint (const CPACSEtaXsiRelHeightPoint &)=delete | |
CPACSEtaXsiRelHeightPoint (CPACSEtaXsiRelHeightPoint &&)=delete | |
TIGL_EXPORT const CTiglUIDObject * | GetNextUIDObject () const final |
TIGL_EXPORT void | NotifyUIDChange (const std::string &oldUid, const std::string &newUid) final |
CPACSEtaXsiRelHeightPoint & | operator= (const CPACSEtaXsiRelHeightPoint &)=delete |
CPACSEtaXsiRelHeightPoint & | operator= (CPACSEtaXsiRelHeightPoint &&)=delete |
Relative height at eta, xsi position.
Point described by eta-xsi and a relative height coordinate. Can be either segment or component segment coordinates. If relHeight is not given, the point has no offset from the eta-xsi plane
TIGL_EXPORT tigl::generated::CPACSEtaXsiRelHeightPoint::CPACSEtaXsiRelHeightPoint | ( | CPACSStrutAssembly * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
virtual |
|
virtual |
TIGL_EXPORT CPACSStrutAssembly* tigl::generated::CPACSEtaXsiRelHeightPoint::GetParent | ( | ) |
TIGL_EXPORT const CPACSStrutAssembly* tigl::generated::CPACSEtaXsiRelHeightPoint::GetParent | ( | ) | const |
|
virtual |
|
virtual |
TIGL_EXPORT CTiglUIDManager& tigl::generated::CPACSEtaXsiRelHeightPoint::GetUIDManager | ( | ) |
TIGL_EXPORT const CTiglUIDManager& tigl::generated::CPACSEtaXsiRelHeightPoint::GetUIDManager | ( | ) | const |
|
virtual |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Relative spanwise position. Eta refers to the segment or componentSegment depending on the referenced uID.
|
protected |
|
protected |
This reference uID determines the reference coordinate system. If it points to a segment, then the eta-xsi values are considered to be in segment eta-xsi coordinates; if it points to a componentSegment, then componentSegment eta-xsi coordinates are used.
|
protected |
Relative height position. relHeight is relative to the local airfoil thickness.
|
protected |
|
protected |
Relative chordwise position. Xsi refers to the segment or componentSegment depending on the referenced uID.