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

Generic elements. More...

#include <CPACSSysElemGenericElements.h>

Public Member Functions

virtual TIGL_EXPORT CPACSVehicleElementBaseAddGenericElement ()
TIGL_EXPORT CPACSSysElemGenericElements (CPACSSystemElements *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT CPACSVehicleElementBaseGetGenericElement (const std::string &UID)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetGenericElement (const std::string &UID) const
virtual TIGL_EXPORT CPACSVehicleElementBaseGetGenericElement (size_t index)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetGenericElement (size_t index) const
virtual TIGL_EXPORT size_t GetGenericElementCount () const
virtual TIGL_EXPORT size_t GetGenericElementIndex (const std::string &UID) const
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetGenericElements ()
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetGenericElements () const
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CPACSSystemElementsGetParent ()
TIGL_EXPORT const CPACSSystemElementsGetParent () 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 RemoveGenericElement (CPACSVehicleElementBase &ref)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSSysElemGenericElements ()

Protected Attributes

std::vector< std::unique_ptr< CPACSVehicleElementBase > > m_genericElements
 Represents a predefined system element that cannot yet be assigned to a more specific functional class.
CPACSSystemElementsm_parent
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSSysElemGenericElements (const CPACSSysElemGenericElements &)=delete
 CPACSSysElemGenericElements (CPACSSysElemGenericElements &&)=delete
CPACSSysElemGenericElementsoperator= (const CPACSSysElemGenericElements &)=delete
CPACSSysElemGenericElementsoperator= (CPACSSysElemGenericElements &&)=delete

Detailed Description

Generic elements.

Container for reusable generic elements. The surrounding hierarchy determines the physical domain and functional role.

Constructor & Destructor Documentation

◆ CPACSSysElemGenericElements() [1/3]

TIGL_EXPORT tigl::generated::CPACSSysElemGenericElements::CPACSSysElemGenericElements ( CPACSSystemElements * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSSysElemGenericElements()

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

◆ CPACSSysElemGenericElements() [2/3]

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

◆ CPACSSysElemGenericElements() [3/3]

tigl::generated::CPACSSysElemGenericElements::CPACSSysElemGenericElements ( CPACSSysElemGenericElements && )
privatedelete

Member Function Documentation

◆ AddGenericElement()

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemGenericElements::AddGenericElement ( )
virtual

◆ GetGenericElement() [1/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemGenericElements::GetGenericElement ( const std::string & UID)
virtual

◆ GetGenericElement() [2/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemGenericElements::GetGenericElement ( const std::string & UID) const
virtual

◆ GetGenericElement() [3/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemGenericElements::GetGenericElement ( size_t index)
virtual

◆ GetGenericElement() [4/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemGenericElements::GetGenericElement ( size_t index) const
virtual

◆ GetGenericElementCount()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemGenericElements::GetGenericElementCount ( ) const
virtual

◆ GetGenericElementIndex()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemGenericElements::GetGenericElementIndex ( const std::string & UID) const
virtual

◆ GetGenericElements() [1/2]

virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemGenericElements::GetGenericElements ( )
virtual

◆ GetGenericElements() [2/2]

virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemGenericElements::GetGenericElements ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

TIGL_EXPORT CPACSSystemElements * tigl::generated::CPACSSysElemGenericElements::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CPACSSystemElements * tigl::generated::CPACSSysElemGenericElements::GetParent ( ) const

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveGenericElement()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemGenericElements::RemoveGenericElement ( CPACSVehicleElementBase & ref)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_genericElements

std::vector<std::unique_ptr<CPACSVehicleElementBase> > tigl::generated::CPACSSysElemGenericElements::m_genericElements
protected

Represents a predefined system element that cannot yet be assigned to a more specific functional class.

◆ m_parent

CPACSSystemElements* tigl::generated::CPACSSysElemGenericElements::m_parent
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSysElemGenericElements::m_uidMgr
protected

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