Point in eta and xsi coordinates. More...
#include <CPACSEtaXsiPoint.h>
Public Member Functions | |
TIGL_EXPORT | CPACSEtaXsiPoint (CCPACSWingSparPosition *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT | CPACSEtaXsiPoint (CCPACSWingRibExplicitPositioning *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT | CPACSEtaXsiPoint (CCPACSWingRibsPositioning *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT const double & | GetEta () const |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
template<typename P > | |
P * | GetParent () |
template<typename P > | |
const P * | GetParent () const |
virtual TIGL_EXPORT const std::string & | GetReferenceUID () const |
TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
virtual TIGL_EXPORT const double & | GetXsi () const |
template<typename P > | |
bool | IsParent () 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 | SetXsi (const double &value) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSEtaXsiPoint () |
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... | |
void * | m_parent |
const std::type_info * | m_parentType |
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... | |
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 | |
CPACSEtaXsiPoint (const CPACSEtaXsiPoint &)=delete | |
CPACSEtaXsiPoint (CPACSEtaXsiPoint &&)=delete | |
TIGL_EXPORT const CTiglUIDObject * | GetNextUIDObject () const final |
TIGL_EXPORT void | NotifyUIDChange (const std::string &oldUid, const std::string &newUid) final |
CPACSEtaXsiPoint & | operator= (const CPACSEtaXsiPoint &)=delete |
CPACSEtaXsiPoint & | operator= (CPACSEtaXsiPoint &&)=delete |
Point in eta and xsi coordinates.
Point described by eta-xsi coordinates. Can be either segment or component segment coordinates.
TIGL_EXPORT tigl::generated::CPACSEtaXsiPoint::CPACSEtaXsiPoint | ( | CCPACSWingSparPosition * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
TIGL_EXPORT tigl::generated::CPACSEtaXsiPoint::CPACSEtaXsiPoint | ( | CCPACSWingRibExplicitPositioning * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
TIGL_EXPORT tigl::generated::CPACSEtaXsiPoint::CPACSEtaXsiPoint | ( | CCPACSWingRibsPositioning * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
virtual |
|
virtual |
|
inline |
|
inline |
|
virtual |
TIGL_EXPORT CTiglUIDManager& tigl::generated::CPACSEtaXsiPoint::GetUIDManager | ( | ) |
TIGL_EXPORT const CTiglUIDManager& tigl::generated::CPACSEtaXsiPoint::GetUIDManager | ( | ) | const |
|
virtual |
|
inline |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
Reimplemented in tigl::CCPACSEtaXsiPoint.
|
virtual |
Reimplemented in tigl::CCPACSEtaXsiPoint.
|
virtual |
Reimplemented in tigl::CCPACSEtaXsiPoint.
|
virtual |
|
protected |
Relative spanwise position. Eta refers to the segment or componentSegment depending on the referenced uID.
|
protected |
|
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 |
|
protected |
Relative chordwise position. Xsi refers to the segment or componentSegment depending on the referenced uID.