3.4.0
tigl::generated::CPACSDeckComponent2DBase Class Reference

Deck component. More...

#include <CPACSDeckComponent2DBase.h>

+ Inheritance diagram for tigl::generated::CPACSDeckComponent2DBase:

Public Member Functions

TIGL_EXPORT CPACSDeckComponent2DBase (CPACSSeatModules *parent, CTiglUIDManager *uidMgr)
 
virtual TIGL_EXPORT const std::string & GetDeckElementUID () const
 
virtual TIGL_EXPORT const boost::optional< std::string > & GetDescription () const
 
virtual TIGL_EXPORT const std::string & GetName () const
 
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
 
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
 
TIGL_EXPORT CPACSSeatModulesGetParent ()
 
TIGL_EXPORT const CPACSSeatModulesGetParent () const
 
virtual TIGL_EXPORT const boost::optional< CPACSDeckStructuralMounts > & GetStructuralMounts () const
 
virtual TIGL_EXPORT boost::optional< CPACSDeckStructuralMounts > & GetStructuralMounts ()
 
virtual TIGL_EXPORT CPACSDeckStructuralMountsGetStructuralMounts (CreateIfNotExistsTag)
 
virtual TIGL_EXPORT const boost::optional< CPACSTransformation2D > & GetTransformation () const
 
virtual TIGL_EXPORT boost::optional< CPACSTransformation2D > & GetTransformation ()
 
virtual TIGL_EXPORT CPACSTransformation2DGetTransformation (CreateIfNotExistsTag)
 
virtual TIGL_EXPORT const std::string & GetUID () const
 
TIGL_EXPORT CTiglUIDManagerGetUIDManager ()
 
TIGL_EXPORT const CTiglUIDManagerGetUIDManager () const
 
virtual TIGL_EXPORT void ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath)
 
virtual TIGL_EXPORT void RemoveStructuralMounts ()
 
virtual TIGL_EXPORT void RemoveTransformation ()
 
virtual TIGL_EXPORT void SetDeckElementUID (const std::string &value)
 
virtual TIGL_EXPORT void SetDescription (const boost::optional< std::string > &value)
 
virtual TIGL_EXPORT void SetName (const std::string &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 ~CPACSDeckComponent2DBase ()
 
- 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_deckElementUID
 UID of the corresponding element in the cpacs/vehicles/deckElemets node. More...
 
boost::optional< std::string > m_description
 Description. More...
 
std::string m_name
 Name. More...
 
CPACSSeatModulesm_parent
 
boost::optional< CPACSDeckStructuralMountsm_structuralMounts
 
boost::optional< CPACSTransformation2Dm_transformation
 
std::string m_uID
 
CTiglUIDManagerm_uidMgr
 

Private Member Functions

 CPACSDeckComponent2DBase (const CPACSDeckComponent2DBase &)=delete
 
 CPACSDeckComponent2DBase (CPACSDeckComponent2DBase &&)=delete
 
TIGL_EXPORT const CTiglUIDObjectGetNextUIDObject () const final
 
TIGL_EXPORT void NotifyUIDChange (const std::string &oldUid, const std::string &newUid) final
 
CPACSDeckComponent2DBaseoperator= (const CPACSDeckComponent2DBase &)=delete
 
CPACSDeckComponent2DBaseoperator= (CPACSDeckComponent2DBase &&)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from tigl::CTiglUIDObject
 ~CTiglUIDObject ()=default
 

Detailed Description

Deck component.

Constructor & Destructor Documentation

◆ CPACSDeckComponent2DBase() [1/3]

TIGL_EXPORT tigl::generated::CPACSDeckComponent2DBase::CPACSDeckComponent2DBase ( CPACSSeatModules parent,
CTiglUIDManager uidMgr 
)

◆ ~CPACSDeckComponent2DBase()

virtual TIGL_EXPORT tigl::generated::CPACSDeckComponent2DBase::~CPACSDeckComponent2DBase ( )
virtual

◆ CPACSDeckComponent2DBase() [2/3]

tigl::generated::CPACSDeckComponent2DBase::CPACSDeckComponent2DBase ( const CPACSDeckComponent2DBase )
privatedelete

◆ CPACSDeckComponent2DBase() [3/3]

tigl::generated::CPACSDeckComponent2DBase::CPACSDeckComponent2DBase ( CPACSDeckComponent2DBase &&  )
privatedelete

Member Function Documentation

◆ GetDeckElementUID()

virtual TIGL_EXPORT const std::string& tigl::generated::CPACSDeckComponent2DBase::GetDeckElementUID ( ) const
virtual

◆ GetDescription()

virtual TIGL_EXPORT const boost::optional<std::string>& tigl::generated::CPACSDeckComponent2DBase::GetDescription ( ) const
virtual

◆ GetName()

virtual TIGL_EXPORT const std::string& tigl::generated::CPACSDeckComponent2DBase::GetName ( ) const
virtual

◆ GetNextUIDObject()

TIGL_EXPORT const CTiglUIDObject* tigl::generated::CPACSDeckComponent2DBase::GetNextUIDObject ( ) const
finalprivatevirtual

◆ GetNextUIDParent() [1/2]

virtual TIGL_EXPORT CTiglUIDObject* tigl::generated::CPACSDeckComponent2DBase::GetNextUIDParent ( )
virtual

Implements tigl::CTiglUIDObject.

◆ GetNextUIDParent() [2/2]

virtual TIGL_EXPORT const CTiglUIDObject* tigl::generated::CPACSDeckComponent2DBase::GetNextUIDParent ( ) const
virtual

Implements tigl::CTiglUIDObject.

◆ GetParent() [1/2]

TIGL_EXPORT CPACSSeatModules* tigl::generated::CPACSDeckComponent2DBase::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CPACSSeatModules* tigl::generated::CPACSDeckComponent2DBase::GetParent ( ) const

◆ GetStructuralMounts() [1/3]

virtual TIGL_EXPORT const boost::optional<CPACSDeckStructuralMounts>& tigl::generated::CPACSDeckComponent2DBase::GetStructuralMounts ( ) const
virtual

◆ GetStructuralMounts() [2/3]

virtual TIGL_EXPORT boost::optional<CPACSDeckStructuralMounts>& tigl::generated::CPACSDeckComponent2DBase::GetStructuralMounts ( )
virtual

◆ GetStructuralMounts() [3/3]

virtual TIGL_EXPORT CPACSDeckStructuralMounts& tigl::generated::CPACSDeckComponent2DBase::GetStructuralMounts ( CreateIfNotExistsTag  )
virtual

◆ GetTransformation() [1/3]

virtual TIGL_EXPORT const boost::optional<CPACSTransformation2D>& tigl::generated::CPACSDeckComponent2DBase::GetTransformation ( ) const
virtual

◆ GetTransformation() [2/3]

virtual TIGL_EXPORT boost::optional<CPACSTransformation2D>& tigl::generated::CPACSDeckComponent2DBase::GetTransformation ( )
virtual

◆ GetTransformation() [3/3]

virtual TIGL_EXPORT CPACSTransformation2D& tigl::generated::CPACSDeckComponent2DBase::GetTransformation ( CreateIfNotExistsTag  )
virtual

◆ GetUID()

virtual TIGL_EXPORT const std::string& tigl::generated::CPACSDeckComponent2DBase::GetUID ( ) const
virtual

◆ GetUIDManager() [1/2]

TIGL_EXPORT CTiglUIDManager& tigl::generated::CPACSDeckComponent2DBase::GetUIDManager ( )
virtual

Implements tigl::CTiglUIDObject.

◆ GetUIDManager() [2/2]

TIGL_EXPORT const CTiglUIDManager& tigl::generated::CPACSDeckComponent2DBase::GetUIDManager ( ) const
virtual

Implements tigl::CTiglUIDObject.

◆ NotifyUIDChange()

TIGL_EXPORT void tigl::generated::CPACSDeckComponent2DBase::NotifyUIDChange ( const std::string &  oldUid,
const std::string &  newUid 
)
finalprivatevirtual

◆ operator=() [1/2]

CPACSDeckComponent2DBase& tigl::generated::CPACSDeckComponent2DBase::operator= ( const CPACSDeckComponent2DBase )
privatedelete

◆ operator=() [2/2]

CPACSDeckComponent2DBase& tigl::generated::CPACSDeckComponent2DBase::operator= ( CPACSDeckComponent2DBase &&  )
privatedelete

◆ ReadCPACS()

virtual TIGL_EXPORT void tigl::generated::CPACSDeckComponent2DBase::ReadCPACS ( const TixiDocumentHandle &  tixiHandle,
const std::string &  xpath 
)
virtual

◆ RemoveStructuralMounts()

virtual TIGL_EXPORT void tigl::generated::CPACSDeckComponent2DBase::RemoveStructuralMounts ( )
virtual

◆ RemoveTransformation()

virtual TIGL_EXPORT void tigl::generated::CPACSDeckComponent2DBase::RemoveTransformation ( )
virtual

◆ SetDeckElementUID()

virtual TIGL_EXPORT void tigl::generated::CPACSDeckComponent2DBase::SetDeckElementUID ( const std::string &  value)
virtual

◆ SetDescription()

virtual TIGL_EXPORT void tigl::generated::CPACSDeckComponent2DBase::SetDescription ( const boost::optional< std::string > &  value)
virtual

◆ SetName()

virtual TIGL_EXPORT void tigl::generated::CPACSDeckComponent2DBase::SetName ( const std::string &  value)
virtual

◆ SetUID()

virtual TIGL_EXPORT void tigl::generated::CPACSDeckComponent2DBase::SetUID ( const std::string &  value)
virtual

◆ WriteCPACS()

virtual TIGL_EXPORT void tigl::generated::CPACSDeckComponent2DBase::WriteCPACS ( const TixiDocumentHandle &  tixiHandle,
const std::string &  xpath 
) const
virtual

Field Documentation

◆ m_deckElementUID

std::string tigl::generated::CPACSDeckComponent2DBase::m_deckElementUID
protected

UID of the corresponding element in the cpacs/vehicles/deckElemets node.

◆ m_description

boost::optional<std::string> tigl::generated::CPACSDeckComponent2DBase::m_description
protected

Description.

◆ m_name

std::string tigl::generated::CPACSDeckComponent2DBase::m_name
protected

Name.

◆ m_parent

CPACSSeatModules* tigl::generated::CPACSDeckComponent2DBase::m_parent
protected

◆ m_structuralMounts

boost::optional<CPACSDeckStructuralMounts> tigl::generated::CPACSDeckComponent2DBase::m_structuralMounts
protected

◆ m_transformation

boost::optional<CPACSTransformation2D> tigl::generated::CPACSDeckComponent2DBase::m_transformation
protected

◆ m_uID

std::string tigl::generated::CPACSDeckComponent2DBase::m_uID
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSDeckComponent2DBase::m_uidMgr
protected

The documentation for this class was generated from the following file: