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

Supercapacitors. More...

#include <CPACSSysElemSuperCapacitors.h>

Public Member Functions

virtual TIGL_EXPORT CPACSVehicleElementBaseAddSuperCapacitor ()
TIGL_EXPORT CPACSSysElemSuperCapacitors (CPACSSysElemElectricalStorageElements *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CPACSSysElemElectricalStorageElementsGetParent ()
TIGL_EXPORT const CPACSSysElemElectricalStorageElementsGetParent () const
virtual TIGL_EXPORT CPACSVehicleElementBaseGetSuperCapacitor (const std::string &UID)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetSuperCapacitor (const std::string &UID) const
virtual TIGL_EXPORT CPACSVehicleElementBaseGetSuperCapacitor (size_t index)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetSuperCapacitor (size_t index) const
virtual TIGL_EXPORT size_t GetSuperCapacitorCount () const
virtual TIGL_EXPORT size_t GetSuperCapacitorIndex (const std::string &UID) const
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetSuperCapacitors ()
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetSuperCapacitors () 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 RemoveSuperCapacitor (CPACSVehicleElementBase &ref)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSSysElemSuperCapacitors ()

Protected Attributes

CPACSSysElemElectricalStorageElementsm_parent
std::vector< std::unique_ptr< CPACSVehicleElementBase > > m_superCapacitors
 Stores electrical energy electrostatically with high power capability.
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSSysElemSuperCapacitors (const CPACSSysElemSuperCapacitors &)=delete
 CPACSSysElemSuperCapacitors (CPACSSysElemSuperCapacitors &&)=delete
CPACSSysElemSuperCapacitorsoperator= (const CPACSSysElemSuperCapacitors &)=delete
CPACSSysElemSuperCapacitorsoperator= (CPACSSysElemSuperCapacitors &&)=delete

Detailed Description

Supercapacitors.

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

Constructor & Destructor Documentation

◆ CPACSSysElemSuperCapacitors() [1/3]

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

◆ ~CPACSSysElemSuperCapacitors()

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

◆ CPACSSysElemSuperCapacitors() [2/3]

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

◆ CPACSSysElemSuperCapacitors() [3/3]

tigl::generated::CPACSSysElemSuperCapacitors::CPACSSysElemSuperCapacitors ( CPACSSysElemSuperCapacitors && )
privatedelete

Member Function Documentation

◆ AddSuperCapacitor()

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemSuperCapacitors::AddSuperCapacitor ( )
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

TIGL_EXPORT CPACSSysElemElectricalStorageElements * tigl::generated::CPACSSysElemSuperCapacitors::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CPACSSysElemElectricalStorageElements * tigl::generated::CPACSSysElemSuperCapacitors::GetParent ( ) const

◆ GetSuperCapacitor() [1/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemSuperCapacitors::GetSuperCapacitor ( const std::string & UID)
virtual

◆ GetSuperCapacitor() [2/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemSuperCapacitors::GetSuperCapacitor ( const std::string & UID) const
virtual

◆ GetSuperCapacitor() [3/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemSuperCapacitors::GetSuperCapacitor ( size_t index)
virtual

◆ GetSuperCapacitor() [4/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemSuperCapacitors::GetSuperCapacitor ( size_t index) const
virtual

◆ GetSuperCapacitorCount()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemSuperCapacitors::GetSuperCapacitorCount ( ) const
virtual

◆ GetSuperCapacitorIndex()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemSuperCapacitors::GetSuperCapacitorIndex ( const std::string & UID) const
virtual

◆ GetSuperCapacitors() [1/2]

virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemSuperCapacitors::GetSuperCapacitors ( )
virtual

◆ GetSuperCapacitors() [2/2]

virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemSuperCapacitors::GetSuperCapacitors ( ) const
virtual

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveSuperCapacitor()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemSuperCapacitors::RemoveSuperCapacitor ( CPACSVehicleElementBase & ref)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_parent

CPACSSysElemElectricalStorageElements* tigl::generated::CPACSSysElemSuperCapacitors::m_parent
protected

◆ m_superCapacitors

std::vector<std::unique_ptr<CPACSVehicleElementBase> > tigl::generated::CPACSSysElemSuperCapacitors::m_superCapacitors
protected

Stores electrical energy electrostatically with high power capability.

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSysElemSuperCapacitors::m_uidMgr
protected

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