3.4.0
tigl::generated::CPACSGalleyElement Class Reference

Galley element. More...

#include <CPACSGalleyElement.h>

+ Inheritance diagram for tigl::generated::CPACSGalleyElement:

Public Member Functions

TIGL_EXPORT CPACSGalleyElement (CPACSGalleyElements *parent, CTiglUIDManager *uidMgr)
 
virtual TIGL_EXPORT const boost::optional< std::string > & GetDescription () const
 
virtual TIGL_EXPORT const CPACSDeckElementGeometryGetGeometry () const
 
virtual TIGL_EXPORT CPACSDeckElementGeometryGetGeometry ()
 
virtual TIGL_EXPORT const boost::optional< CPACSDeckElementMass > & GetMass () const
 
virtual TIGL_EXPORT boost::optional< CPACSDeckElementMass > & GetMass ()
 
virtual TIGL_EXPORT CPACSDeckElementMassGetMass (CreateIfNotExistsTag)
 
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
 
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
 
virtual TIGL_EXPORT const boost::optional< CPACSPosExcl0IntBase > & GetNumberOfTrolleys () const
 
virtual TIGL_EXPORT boost::optional< CPACSPosExcl0IntBase > & GetNumberOfTrolleys ()
 
virtual TIGL_EXPORT CPACSPosExcl0IntBaseGetNumberOfTrolleys (CreateIfNotExistsTag)
 
TIGL_EXPORT CPACSGalleyElementsGetParent ()
 
TIGL_EXPORT const CPACSGalleyElementsGetParent () const
 
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 RemoveMass ()
 
virtual TIGL_EXPORT void RemoveNumberOfTrolleys ()
 
virtual TIGL_EXPORT void SetDescription (const boost::optional< 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 ~CPACSGalleyElement ()
 
- 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
 

Protected Attributes

boost::optional< std::string > m_description
 Description. More...
 
CPACSDeckElementGeometry m_geometry
 
boost::optional< CPACSDeckElementMassm_mass
 
boost::optional< CPACSPosExcl0IntBasem_numberOfTrolleys
 Number of trolleys. More...
 
CPACSGalleyElementsm_parent
 
std::string m_uID
 
CTiglUIDManagerm_uidMgr
 

Private Member Functions

 CPACSGalleyElement (const CPACSGalleyElement &)=delete
 
 CPACSGalleyElement (CPACSGalleyElement &&)=delete
 
CPACSGalleyElementoperator= (const CPACSGalleyElement &)=delete
 
CPACSGalleyElementoperator= (CPACSGalleyElement &&)=delete
 

Additional Inherited Members

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

Detailed Description

Galley element.

Galley element type, containing the base elements of the cabin

Constructor & Destructor Documentation

◆ CPACSGalleyElement() [1/3]

TIGL_EXPORT tigl::generated::CPACSGalleyElement::CPACSGalleyElement ( CPACSGalleyElements parent,
CTiglUIDManager uidMgr 
)

◆ ~CPACSGalleyElement()

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

◆ CPACSGalleyElement() [2/3]

tigl::generated::CPACSGalleyElement::CPACSGalleyElement ( const CPACSGalleyElement )
privatedelete

◆ CPACSGalleyElement() [3/3]

tigl::generated::CPACSGalleyElement::CPACSGalleyElement ( CPACSGalleyElement &&  )
privatedelete

Member Function Documentation

◆ GetDescription()

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

◆ GetGeometry() [1/2]

virtual TIGL_EXPORT const CPACSDeckElementGeometry& tigl::generated::CPACSGalleyElement::GetGeometry ( ) const
virtual

◆ GetGeometry() [2/2]

virtual TIGL_EXPORT CPACSDeckElementGeometry& tigl::generated::CPACSGalleyElement::GetGeometry ( )
virtual

◆ GetMass() [1/3]

virtual TIGL_EXPORT const boost::optional<CPACSDeckElementMass>& tigl::generated::CPACSGalleyElement::GetMass ( ) const
virtual

◆ GetMass() [2/3]

virtual TIGL_EXPORT boost::optional<CPACSDeckElementMass>& tigl::generated::CPACSGalleyElement::GetMass ( )
virtual

◆ GetMass() [3/3]

virtual TIGL_EXPORT CPACSDeckElementMass& tigl::generated::CPACSGalleyElement::GetMass ( CreateIfNotExistsTag  )
virtual

◆ GetNextUIDParent() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetNextUIDParent() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ GetNumberOfTrolleys() [1/3]

virtual TIGL_EXPORT const boost::optional<CPACSPosExcl0IntBase>& tigl::generated::CPACSGalleyElement::GetNumberOfTrolleys ( ) const
virtual

◆ GetNumberOfTrolleys() [2/3]

virtual TIGL_EXPORT boost::optional<CPACSPosExcl0IntBase>& tigl::generated::CPACSGalleyElement::GetNumberOfTrolleys ( )
virtual

◆ GetNumberOfTrolleys() [3/3]

virtual TIGL_EXPORT CPACSPosExcl0IntBase& tigl::generated::CPACSGalleyElement::GetNumberOfTrolleys ( CreateIfNotExistsTag  )
virtual

◆ GetParent() [1/2]

TIGL_EXPORT CPACSGalleyElements* tigl::generated::CPACSGalleyElement::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CPACSGalleyElements* tigl::generated::CPACSGalleyElement::GetParent ( ) const

◆ GetUID()

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

◆ GetUIDManager() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetUIDManager() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveMass()

virtual TIGL_EXPORT void tigl::generated::CPACSGalleyElement::RemoveMass ( )
virtual

◆ RemoveNumberOfTrolleys()

virtual TIGL_EXPORT void tigl::generated::CPACSGalleyElement::RemoveNumberOfTrolleys ( )
virtual

◆ SetDescription()

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

◆ SetUID()

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

◆ WriteCPACS()

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

Field Documentation

◆ m_description

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

Description.

◆ m_geometry

CPACSDeckElementGeometry tigl::generated::CPACSGalleyElement::m_geometry
protected

◆ m_mass

boost::optional<CPACSDeckElementMass> tigl::generated::CPACSGalleyElement::m_mass
protected

◆ m_numberOfTrolleys

boost::optional<CPACSPosExcl0IntBase> tigl::generated::CPACSGalleyElement::m_numberOfTrolleys
protected

Number of trolleys.

◆ m_parent

CPACSGalleyElements* tigl::generated::CPACSGalleyElement::m_parent
protected

◆ m_uID

std::string tigl::generated::CPACSGalleyElement::m_uID
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSGalleyElement::m_uidMgr
protected

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