xsiIsoLineType More...
#include <CPACSXsiIsoLine.h>
Public Member Functions | |
TIGL_EXPORT | CPACSXsiIsoLine (CCPACSControlSurfaceBorderTrailingEdge *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT | CPACSXsiIsoLine (CPACSLandingGearSupportBeamPosition *parent, CTiglUIDManager *uidMgr) |
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 | 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 | ~CPACSXsiIsoLine () |
Public Member Functions inherited from tigl::ITiglUIDRefObject | |
virtual | ~ITiglUIDRefObject ()=default |
Protected Attributes | |
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 value is considered to be in segment eta coordinate; if it points to a componentSegment, then componentSegment eta coordinate is used. More... | |
CTiglUIDManager * | m_uidMgr |
double | m_xsi |
Relative spanwise position. Xsi refers to the segment or componentSegment depending on the referenced uID. More... | |
Private Member Functions | |
CPACSXsiIsoLine (const CPACSXsiIsoLine &)=delete | |
CPACSXsiIsoLine (CPACSXsiIsoLine &&)=delete | |
TIGL_EXPORT const CTiglUIDObject * | GetNextUIDObject () const final |
TIGL_EXPORT void | NotifyUIDChange (const std::string &oldUid, const std::string &newUid) final |
CPACSXsiIsoLine & | operator= (const CPACSXsiIsoLine &)=delete |
CPACSXsiIsoLine & | operator= (CPACSXsiIsoLine &&)=delete |
xsiIsoLineType
Iso line described by point of same xsi coordinate. Can be either segment or component segment coordinates.
TIGL_EXPORT tigl::generated::CPACSXsiIsoLine::CPACSXsiIsoLine | ( | CCPACSControlSurfaceBorderTrailingEdge * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
TIGL_EXPORT tigl::generated::CPACSXsiIsoLine::CPACSXsiIsoLine | ( | CPACSLandingGearSupportBeamPosition * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
virtual |
|
virtual |
|
inline |
|
inline |
|
virtual |
TIGL_EXPORT CTiglUIDManager& tigl::generated::CPACSXsiIsoLine::GetUIDManager | ( | ) |
TIGL_EXPORT const CTiglUIDManager& tigl::generated::CPACSXsiIsoLine::GetUIDManager | ( | ) | const |
|
virtual |
|
inline |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
Reimplemented in tigl::CCPACSXsiIsoLine.
|
virtual |
Reimplemented in tigl::CCPACSXsiIsoLine.
|
virtual |
|
protected |
|
protected |
|
protected |
This reference uID determines the reference coordinate system. If it points to a segment, then the eta value is considered to be in segment eta coordinate; if it points to a componentSegment, then componentSegment eta coordinate is used.
|
protected |
|
protected |
Relative spanwise position. Xsi refers to the segment or componentSegment depending on the referenced uID.