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

Components. More...

#include <CPACSComponents.h>

Public Member Functions

virtual TIGL_EXPORT CCPACSComponentAddComponent ()
TIGL_EXPORT CPACSComponents (CCPACSGenericSystem *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT CCPACSComponentGetComponent (const std::string &UID)
virtual TIGL_EXPORT const CCPACSComponentGetComponent (const std::string &UID) const
virtual TIGL_EXPORT CCPACSComponentGetComponent (size_t index)
virtual TIGL_EXPORT const CCPACSComponentGetComponent (size_t index) const
virtual TIGL_EXPORT size_t GetComponentCount () const
virtual TIGL_EXPORT size_t GetComponentIndex (const std::string &UID) const
virtual TIGL_EXPORT std::vector< std::unique_ptr< CCPACSComponent > > & GetComponents ()
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CCPACSComponent > > & GetComponents () const
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CCPACSGenericSystemGetParent ()
TIGL_EXPORT const CCPACSGenericSystemGetParent () 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 RemoveComponent (CCPACSComponent &ref)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSComponents ()

Protected Attributes

std::vector< std::unique_ptr< CCPACSComponent > > m_components
CCPACSGenericSystemm_parent
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSComponents (const CPACSComponents &)=delete
 CPACSComponents (CPACSComponents &&)=delete
CPACSComponentsoperator= (const CPACSComponents &)=delete
CPACSComponentsoperator= (CPACSComponents &&)=delete

Detailed Description

Components.

Constructor & Destructor Documentation

◆ CPACSComponents() [1/3]

TIGL_EXPORT tigl::generated::CPACSComponents::CPACSComponents ( CCPACSGenericSystem * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSComponents()

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

◆ CPACSComponents() [2/3]

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

◆ CPACSComponents() [3/3]

tigl::generated::CPACSComponents::CPACSComponents ( CPACSComponents && )
privatedelete

Member Function Documentation

◆ AddComponent()

virtual TIGL_EXPORT CCPACSComponent & tigl::generated::CPACSComponents::AddComponent ( )
virtual

◆ GetComponent() [1/4]

virtual TIGL_EXPORT CCPACSComponent & tigl::generated::CPACSComponents::GetComponent ( const std::string & UID)
virtual

◆ GetComponent() [2/4]

virtual TIGL_EXPORT const CCPACSComponent & tigl::generated::CPACSComponents::GetComponent ( const std::string & UID) const
virtual

◆ GetComponent() [3/4]

virtual TIGL_EXPORT CCPACSComponent & tigl::generated::CPACSComponents::GetComponent ( size_t index)
virtual

◆ GetComponent() [4/4]

virtual TIGL_EXPORT const CCPACSComponent & tigl::generated::CPACSComponents::GetComponent ( size_t index) const
virtual

◆ GetComponentCount()

virtual TIGL_EXPORT size_t tigl::generated::CPACSComponents::GetComponentCount ( ) const
virtual

◆ GetComponentIndex()

virtual TIGL_EXPORT size_t tigl::generated::CPACSComponents::GetComponentIndex ( const std::string & UID) const
virtual

◆ GetComponents() [1/2]

virtual TIGL_EXPORT std::vector< std::unique_ptr< CCPACSComponent > > & tigl::generated::CPACSComponents::GetComponents ( )
virtual

◆ GetComponents() [2/2]

virtual TIGL_EXPORT const std::vector< std::unique_ptr< CCPACSComponent > > & tigl::generated::CPACSComponents::GetComponents ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

TIGL_EXPORT CCPACSGenericSystem * tigl::generated::CPACSComponents::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CCPACSGenericSystem * tigl::generated::CPACSComponents::GetParent ( ) const

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveComponent()

virtual TIGL_EXPORT void tigl::generated::CPACSComponents::RemoveComponent ( CCPACSComponent & ref)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_components

std::vector<std::unique_ptr<CCPACSComponent> > tigl::generated::CPACSComponents::m_components
protected

◆ m_parent

CCPACSGenericSystem* tigl::generated::CPACSComponents::m_parent
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSComponents::m_uidMgr
protected

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