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

Generic storage elements. More...

#include <CPACSSysElemGenericStorageElements.h>

Public Member Functions

virtual TIGL_EXPORT CPACSVehicleElementBaseAddGenericStorageElement ()
TIGL_EXPORT CPACSSysElemGenericStorageElements (CPACSSysElemElectricalStorageElements *parent, CTiglUIDManager *uidMgr)
TIGL_EXPORT CPACSSysElemGenericStorageElements (CPACSSysElemHydraulicStorageElements *parent, CTiglUIDManager *uidMgr)
TIGL_EXPORT CPACSSysElemGenericStorageElements (CPACSSysElemMechanicalStorageElements *parent, CTiglUIDManager *uidMgr)
TIGL_EXPORT CPACSSysElemGenericStorageElements (CPACSSysElemPneumaticStorageElements *parent, CTiglUIDManager *uidMgr)
TIGL_EXPORT CPACSSysElemGenericStorageElements (CPACSSysElemThermoFluidStorageElements *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT CPACSVehicleElementBaseGetGenericStorageElement (const std::string &UID)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetGenericStorageElement (const std::string &UID) const
virtual TIGL_EXPORT CPACSVehicleElementBaseGetGenericStorageElement (size_t index)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetGenericStorageElement (size_t index) const
virtual TIGL_EXPORT size_t GetGenericStorageElementCount () const
virtual TIGL_EXPORT size_t GetGenericStorageElementIndex (const std::string &UID) const
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetGenericStorageElements ()
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetGenericStorageElements () const
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
template<typename P>
P * GetParent ()
template<typename P>
const P * GetParent () const
TIGL_EXPORT CTiglUIDManagerGetUIDManager ()
TIGL_EXPORT const CTiglUIDManagerGetUIDManager () const
template<typename P>
bool IsParent () const
virtual TIGL_EXPORT void ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath)
virtual TIGL_EXPORT void RemoveGenericStorageElement (CPACSVehicleElementBase &ref)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSSysElemGenericStorageElements ()

Protected Attributes

std::vector< std::unique_ptr< CPACSVehicleElementBase > > m_genericStorageElements
 Represents an element that stores energy or a working medium for later use.
void * m_parent
const std::type_info * m_parentType
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSSysElemGenericStorageElements (const CPACSSysElemGenericStorageElements &)=delete
 CPACSSysElemGenericStorageElements (CPACSSysElemGenericStorageElements &&)=delete
CPACSSysElemGenericStorageElementsoperator= (const CPACSSysElemGenericStorageElements &)=delete
CPACSSysElemGenericStorageElementsoperator= (CPACSSysElemGenericStorageElements &&)=delete

Detailed Description

Generic storage elements.

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

Constructor & Destructor Documentation

◆ CPACSSysElemGenericStorageElements() [1/7]

TIGL_EXPORT tigl::generated::CPACSSysElemGenericStorageElements::CPACSSysElemGenericStorageElements ( CPACSSysElemElectricalStorageElements * parent,
CTiglUIDManager * uidMgr )

◆ CPACSSysElemGenericStorageElements() [2/7]

TIGL_EXPORT tigl::generated::CPACSSysElemGenericStorageElements::CPACSSysElemGenericStorageElements ( CPACSSysElemHydraulicStorageElements * parent,
CTiglUIDManager * uidMgr )

◆ CPACSSysElemGenericStorageElements() [3/7]

TIGL_EXPORT tigl::generated::CPACSSysElemGenericStorageElements::CPACSSysElemGenericStorageElements ( CPACSSysElemMechanicalStorageElements * parent,
CTiglUIDManager * uidMgr )

◆ CPACSSysElemGenericStorageElements() [4/7]

TIGL_EXPORT tigl::generated::CPACSSysElemGenericStorageElements::CPACSSysElemGenericStorageElements ( CPACSSysElemPneumaticStorageElements * parent,
CTiglUIDManager * uidMgr )

◆ CPACSSysElemGenericStorageElements() [5/7]

TIGL_EXPORT tigl::generated::CPACSSysElemGenericStorageElements::CPACSSysElemGenericStorageElements ( CPACSSysElemThermoFluidStorageElements * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSSysElemGenericStorageElements()

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

◆ CPACSSysElemGenericStorageElements() [6/7]

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

◆ CPACSSysElemGenericStorageElements() [7/7]

tigl::generated::CPACSSysElemGenericStorageElements::CPACSSysElemGenericStorageElements ( CPACSSysElemGenericStorageElements && )
privatedelete

Member Function Documentation

◆ AddGenericStorageElement()

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemGenericStorageElements::AddGenericStorageElement ( )
virtual

◆ GetGenericStorageElement() [1/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemGenericStorageElements::GetGenericStorageElement ( const std::string & UID)
virtual

◆ GetGenericStorageElement() [2/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemGenericStorageElements::GetGenericStorageElement ( const std::string & UID) const
virtual

◆ GetGenericStorageElement() [3/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemGenericStorageElements::GetGenericStorageElement ( size_t index)
virtual

◆ GetGenericStorageElement() [4/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemGenericStorageElements::GetGenericStorageElement ( size_t index) const
virtual

◆ GetGenericStorageElementCount()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemGenericStorageElements::GetGenericStorageElementCount ( ) const
virtual

◆ GetGenericStorageElementIndex()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemGenericStorageElements::GetGenericStorageElementIndex ( const std::string & UID) const
virtual

◆ GetGenericStorageElements() [1/2]

virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemGenericStorageElements::GetGenericStorageElements ( )
virtual

◆ GetGenericStorageElements() [2/2]

virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemGenericStorageElements::GetGenericStorageElements ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

template<typename P>
P * tigl::generated::CPACSSysElemGenericStorageElements::GetParent ( )
inline

◆ GetParent() [2/2]

template<typename P>
const P * tigl::generated::CPACSSysElemGenericStorageElements::GetParent ( ) const
inline

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ IsParent()

template<typename P>
bool tigl::generated::CPACSSysElemGenericStorageElements::IsParent ( ) const
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveGenericStorageElement()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemGenericStorageElements::RemoveGenericStorageElement ( CPACSVehicleElementBase & ref)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_genericStorageElements

std::vector<std::unique_ptr<CPACSVehicleElementBase> > tigl::generated::CPACSSysElemGenericStorageElements::m_genericStorageElements
protected

Represents an element that stores energy or a working medium for later use.

◆ m_parent

void* tigl::generated::CPACSSysElemGenericStorageElements::m_parent
protected

◆ m_parentType

const std::type_info* tigl::generated::CPACSSysElemGenericStorageElements::m_parentType
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSysElemGenericStorageElements::m_uidMgr
protected

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