Definition of one engine pylon. More...
#include <CPACSEnginePylon.h>
Public Member Functions | |
TIGL_EXPORT | CPACSEnginePylon (CCPACSEnginePylons *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT const boost::optional< std::string > & | GetDescription () const |
virtual TIGL_EXPORT const boost::optional< std::string > & | GetName () const |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CCPACSEnginePylons * | GetParent () |
TIGL_EXPORT const CCPACSEnginePylons * | GetParent () const |
virtual TIGL_EXPORT const std::string & | GetParentUID () const |
virtual TIGL_EXPORT const boost::optional< CCPACSPositionings > & | GetPositionings () const |
virtual TIGL_EXPORT boost::optional< CCPACSPositionings > & | GetPositionings () |
virtual TIGL_EXPORT CCPACSPositionings & | GetPositionings (CreateIfNotExistsTag) |
virtual TIGL_EXPORT const boost::optional< CCPACSWingSections > & | GetSections () const |
virtual TIGL_EXPORT boost::optional< CCPACSWingSections > & | GetSections () |
virtual TIGL_EXPORT CCPACSWingSections & | GetSections (CreateIfNotExistsTag) |
virtual TIGL_EXPORT const boost::optional< CCPACSWingSegments > & | GetSegments () const |
virtual TIGL_EXPORT boost::optional< CCPACSWingSegments > & | GetSegments () |
virtual TIGL_EXPORT CCPACSWingSegments & | GetSegments (CreateIfNotExistsTag) |
virtual TIGL_EXPORT const boost::optional< TiglSymmetryAxis > & | GetSymmetry () const |
virtual TIGL_EXPORT const CCPACSTransformation & | GetTransformation () const |
virtual TIGL_EXPORT CCPACSTransformation & | GetTransformation () |
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 | RemovePositionings () |
virtual TIGL_EXPORT void | RemoveSections () |
virtual TIGL_EXPORT void | RemoveSegments () |
virtual TIGL_EXPORT void | SetDescription (const boost::optional< std::string > &value) |
virtual TIGL_EXPORT void | SetName (const boost::optional< std::string > &value) |
virtual TIGL_EXPORT void | SetParentUID (const std::string &value) |
virtual TIGL_EXPORT void | SetSymmetry (const boost::optional< TiglSymmetryAxis > &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 | ~CPACSEnginePylon () |
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 | |
boost::optional< std::string > | m_description |
Description of the engine pylon. More... | |
boost::optional< std::string > | m_name |
Name of the engine pylon. More... | |
CCPACSEnginePylons * | m_parent |
std::string | m_parentUID |
UID of the parent (normaly wing or fuselage). More... | |
boost::optional< CCPACSPositionings > | m_positionings |
boost::optional< CCPACSWingSections > | m_sections |
boost::optional< CCPACSWingSegments > | m_segments |
boost::optional< TiglSymmetryAxis > | m_symmetry |
CCPACSTransformation | m_transformation |
std::string | m_uID |
UID of the engine pylon. More... | |
CTiglUIDManager * | m_uidMgr |
Private Member Functions | |
CPACSEnginePylon (const CPACSEnginePylon &)=delete | |
CPACSEnginePylon (CPACSEnginePylon &&)=delete | |
TIGL_EXPORT const CTiglUIDObject * | GetNextUIDObject () const final |
TIGL_EXPORT void | NotifyUIDChange (const std::string &oldUid, const std::string &newUid) final |
CPACSEnginePylon & | operator= (const CPACSEnginePylon &)=delete |
CPACSEnginePylon & | operator= (CPACSEnginePylon &&)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from tigl::CTiglUIDObject | |
~CTiglUIDObject ()=default | |
Definition of one engine pylon.
TIGL_EXPORT tigl::generated::CPACSEnginePylon::CPACSEnginePylon | ( | CCPACSEnginePylons * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
TIGL_EXPORT CCPACSEnginePylons* tigl::generated::CPACSEnginePylon::GetParent | ( | ) |
TIGL_EXPORT const CCPACSEnginePylons* tigl::generated::CPACSEnginePylon::GetParent | ( | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
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 |
Reimplemented in tigl::CCPACSEnginePylon.
|
virtual |
|
virtual |
|
protected |
Description of the engine pylon.
|
protected |
Name of the engine pylon.
|
protected |
|
protected |
UID of the parent (normaly wing or fuselage).
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
UID of the engine pylon.
|
protected |