3.5.0-rc1
Loading...
Searching...
No Matches
tigl::generated::CPACSLavatoryElements Class Reference

Lavatory elements. More...

#include <CPACSLavatoryElements.h>

Public Member Functions

virtual TIGL_EXPORT CPACSVehicleElementBaseAddLavatoryElement ()
TIGL_EXPORT CPACSLavatoryElements (CPACSDeckElements *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT CPACSVehicleElementBaseGetLavatoryElement (const std::string &UID)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetLavatoryElement (const std::string &UID) const
virtual TIGL_EXPORT CPACSVehicleElementBaseGetLavatoryElement (size_t index)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetLavatoryElement (size_t index) const
virtual TIGL_EXPORT size_t GetLavatoryElementCount () const
virtual TIGL_EXPORT size_t GetLavatoryElementIndex (const std::string &UID) const
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetLavatoryElements ()
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetLavatoryElements () const
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CPACSDeckElementsGetParent ()
TIGL_EXPORT const CPACSDeckElementsGetParent () 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 RemoveLavatoryElement (CPACSVehicleElementBase &ref)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSLavatoryElements ()

Protected Attributes

std::vector< std::unique_ptr< CPACSVehicleElementBase > > m_lavatoryElements
 Lavatory element for use in the decks.
CPACSDeckElementsm_parent
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSLavatoryElements (const CPACSLavatoryElements &)=delete
 CPACSLavatoryElements (CPACSLavatoryElements &&)=delete
CPACSLavatoryElementsoperator= (const CPACSLavatoryElements &)=delete
CPACSLavatoryElementsoperator= (CPACSLavatoryElements &&)=delete

Detailed Description

Lavatory elements.

Lavatory element collection type

Constructor & Destructor Documentation

◆ CPACSLavatoryElements() [1/3]

TIGL_EXPORT tigl::generated::CPACSLavatoryElements::CPACSLavatoryElements ( CPACSDeckElements * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSLavatoryElements()

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

◆ CPACSLavatoryElements() [2/3]

tigl::generated::CPACSLavatoryElements::CPACSLavatoryElements ( const CPACSLavatoryElements & )
privatedelete

◆ CPACSLavatoryElements() [3/3]

tigl::generated::CPACSLavatoryElements::CPACSLavatoryElements ( CPACSLavatoryElements && )
privatedelete

Member Function Documentation

◆ AddLavatoryElement()

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSLavatoryElements::AddLavatoryElement ( )
virtual

◆ GetLavatoryElement() [1/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSLavatoryElements::GetLavatoryElement ( const std::string & UID)
virtual

◆ GetLavatoryElement() [2/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSLavatoryElements::GetLavatoryElement ( const std::string & UID) const
virtual

◆ GetLavatoryElement() [3/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSLavatoryElements::GetLavatoryElement ( size_t index)
virtual

◆ GetLavatoryElement() [4/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSLavatoryElements::GetLavatoryElement ( size_t index) const
virtual

◆ GetLavatoryElementCount()

virtual TIGL_EXPORT size_t tigl::generated::CPACSLavatoryElements::GetLavatoryElementCount ( ) const
virtual

◆ GetLavatoryElementIndex()

virtual TIGL_EXPORT size_t tigl::generated::CPACSLavatoryElements::GetLavatoryElementIndex ( const std::string & UID) const
virtual

◆ GetLavatoryElements() [1/2]

virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSLavatoryElements::GetLavatoryElements ( )
virtual

◆ GetLavatoryElements() [2/2]

virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSLavatoryElements::GetLavatoryElements ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

TIGL_EXPORT CPACSDeckElements * tigl::generated::CPACSLavatoryElements::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CPACSDeckElements * tigl::generated::CPACSLavatoryElements::GetParent ( ) const

◆ GetUIDManager() [1/2]

TIGL_EXPORT CTiglUIDManager & tigl::generated::CPACSLavatoryElements::GetUIDManager ( )

◆ GetUIDManager() [2/2]

TIGL_EXPORT const CTiglUIDManager & tigl::generated::CPACSLavatoryElements::GetUIDManager ( ) const

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveLavatoryElement()

virtual TIGL_EXPORT void tigl::generated::CPACSLavatoryElements::RemoveLavatoryElement ( CPACSVehicleElementBase & ref)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_lavatoryElements

std::vector<std::unique_ptr<CPACSVehicleElementBase> > tigl::generated::CPACSLavatoryElements::m_lavatoryElements
protected

Lavatory element for use in the decks.

◆ m_parent

CPACSDeckElements* tigl::generated::CPACSLavatoryElements::m_parent
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSLavatoryElements::m_uidMgr
protected

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