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

Galleys. More...

#include <CPACSGalleys.h>

Public Member Functions

virtual TIGL_EXPORT CCPACSDeckComponentBaseAddGalley ()
TIGL_EXPORT CPACSGalleys (CCPACSDecksDeck *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT CCPACSDeckComponentBaseGetGalley (const std::string &UID)
virtual TIGL_EXPORT const CCPACSDeckComponentBaseGetGalley (const std::string &UID) const
virtual TIGL_EXPORT CCPACSDeckComponentBaseGetGalley (size_t index)
virtual TIGL_EXPORT const CCPACSDeckComponentBaseGetGalley (size_t index) const
virtual TIGL_EXPORT size_t GetGalleyCount () const
virtual TIGL_EXPORT size_t GetGalleyIndex (const std::string &UID) const
virtual TIGL_EXPORT std::vector< std::unique_ptr< CCPACSDeckComponentBase > > & GetGalleys ()
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CCPACSDeckComponentBase > > & GetGalleys () const
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CCPACSDecksDeckGetParent ()
TIGL_EXPORT const CCPACSDecksDeckGetParent () 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 RemoveGalley (CCPACSDeckComponentBase &ref)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSGalleys ()

Protected Attributes

std::vector< std::unique_ptr< CCPACSDeckComponentBase > > m_galleys
 Galley.
CCPACSDecksDeckm_parent
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSGalleys (const CPACSGalleys &)=delete
 CPACSGalleys (CPACSGalleys &&)=delete
CPACSGalleysoperator= (const CPACSGalleys &)=delete
CPACSGalleysoperator= (CPACSGalleys &&)=delete

Detailed Description

Galleys.

Galley instance collection type.

Constructor & Destructor Documentation

◆ CPACSGalleys() [1/3]

TIGL_EXPORT tigl::generated::CPACSGalleys::CPACSGalleys ( CCPACSDecksDeck * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSGalleys()

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

◆ CPACSGalleys() [2/3]

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

◆ CPACSGalleys() [3/3]

tigl::generated::CPACSGalleys::CPACSGalleys ( CPACSGalleys && )
privatedelete

Member Function Documentation

◆ AddGalley()

virtual TIGL_EXPORT CCPACSDeckComponentBase & tigl::generated::CPACSGalleys::AddGalley ( )
virtual

◆ GetGalley() [1/4]

virtual TIGL_EXPORT CCPACSDeckComponentBase & tigl::generated::CPACSGalleys::GetGalley ( const std::string & UID)
virtual

◆ GetGalley() [2/4]

virtual TIGL_EXPORT const CCPACSDeckComponentBase & tigl::generated::CPACSGalleys::GetGalley ( const std::string & UID) const
virtual

◆ GetGalley() [3/4]

virtual TIGL_EXPORT CCPACSDeckComponentBase & tigl::generated::CPACSGalleys::GetGalley ( size_t index)
virtual

◆ GetGalley() [4/4]

virtual TIGL_EXPORT const CCPACSDeckComponentBase & tigl::generated::CPACSGalleys::GetGalley ( size_t index) const
virtual

◆ GetGalleyCount()

virtual TIGL_EXPORT size_t tigl::generated::CPACSGalleys::GetGalleyCount ( ) const
virtual

◆ GetGalleyIndex()

virtual TIGL_EXPORT size_t tigl::generated::CPACSGalleys::GetGalleyIndex ( const std::string & UID) const
virtual

◆ GetGalleys() [1/2]

virtual TIGL_EXPORT std::vector< std::unique_ptr< CCPACSDeckComponentBase > > & tigl::generated::CPACSGalleys::GetGalleys ( )
virtual

◆ GetGalleys() [2/2]

virtual TIGL_EXPORT const std::vector< std::unique_ptr< CCPACSDeckComponentBase > > & tigl::generated::CPACSGalleys::GetGalleys ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

TIGL_EXPORT CCPACSDecksDeck * tigl::generated::CPACSGalleys::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CCPACSDecksDeck * tigl::generated::CPACSGalleys::GetParent ( ) const

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveGalley()

virtual TIGL_EXPORT void tigl::generated::CPACSGalleys::RemoveGalley ( CCPACSDeckComponentBase & ref)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_galleys

std::vector<std::unique_ptr<CCPACSDeckComponentBase> > tigl::generated::CPACSGalleys::m_galleys
protected

Galley.

◆ m_parent

CCPACSDecksDeck* tigl::generated::CPACSGalleys::m_parent
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSGalleys::m_uidMgr
protected

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