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

Electrical storage elements. More...

#include <CPACSSysElemElectricalStorageElements.h>

Public Member Functions

TIGL_EXPORT CPACSSysElemElectricalStorageElements (CPACSSysElemElectricalElements *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT boost::optional< CPACSSysElemBatteries > & GetBatteries ()
virtual TIGL_EXPORT const boost::optional< CPACSSysElemBatteries > & GetBatteries () const
virtual TIGL_EXPORT CPACSSysElemBatteriesGetBatteries (CreateIfNotExistsTag)
virtual TIGL_EXPORT boost::optional< CPACSSysElemCapacitors > & GetCapacitors ()
virtual TIGL_EXPORT const boost::optional< CPACSSysElemCapacitors > & GetCapacitors () const
virtual TIGL_EXPORT CPACSSysElemCapacitorsGetCapacitors (CreateIfNotExistsTag)
virtual TIGL_EXPORT boost::optional< CPACSSysElemGenericStorageElements > & GetGenericStorageElements ()
virtual TIGL_EXPORT const boost::optional< CPACSSysElemGenericStorageElements > & GetGenericStorageElements () const
virtual TIGL_EXPORT CPACSSysElemGenericStorageElementsGetGenericStorageElements (CreateIfNotExistsTag)
virtual TIGL_EXPORT boost::optional< CPACSSysElemInductors > & GetInductors ()
virtual TIGL_EXPORT const boost::optional< CPACSSysElemInductors > & GetInductors () const
virtual TIGL_EXPORT CPACSSysElemInductorsGetInductors (CreateIfNotExistsTag)
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CPACSSysElemElectricalElementsGetParent ()
TIGL_EXPORT const CPACSSysElemElectricalElementsGetParent () const
virtual TIGL_EXPORT boost::optional< CPACSSysElemSuperCapacitors > & GetSuperCapacitors ()
virtual TIGL_EXPORT const boost::optional< CPACSSysElemSuperCapacitors > & GetSuperCapacitors () const
virtual TIGL_EXPORT CPACSSysElemSuperCapacitorsGetSuperCapacitors (CreateIfNotExistsTag)
TIGL_EXPORT CTiglUIDManagerGetUIDManager ()
TIGL_EXPORT const CTiglUIDManagerGetUIDManager () const
virtual TIGL_EXPORT void ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath)
virtual TIGL_EXPORT void RemoveBatteries ()
virtual TIGL_EXPORT void RemoveCapacitors ()
virtual TIGL_EXPORT void RemoveGenericStorageElements ()
virtual TIGL_EXPORT void RemoveInductors ()
virtual TIGL_EXPORT void RemoveSuperCapacitors ()
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSSysElemElectricalStorageElements ()

Protected Attributes

boost::optional< CPACSSysElemBatteriesm_batteries
 Library of predefined batteries.
boost::optional< CPACSSysElemCapacitorsm_capacitors
 Library of predefined capacitors.
boost::optional< CPACSSysElemGenericStorageElementsm_genericStorageElements
 Library of predefined generic storage elements.
boost::optional< CPACSSysElemInductorsm_inductors
 Library of predefined inductors.
CPACSSysElemElectricalElementsm_parent
boost::optional< CPACSSysElemSuperCapacitorsm_superCapacitors
 Library of predefined supercapacitors.
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSSysElemElectricalStorageElements (const CPACSSysElemElectricalStorageElements &)=delete
 CPACSSysElemElectricalStorageElements (CPACSSysElemElectricalStorageElements &&)=delete
CPACSSysElemElectricalStorageElementsoperator= (const CPACSSysElemElectricalStorageElements &)=delete
CPACSSysElemElectricalStorageElementsoperator= (CPACSSysElemElectricalStorageElements &&)=delete

Detailed Description

Electrical storage elements.

Contains elements that retain energy or a working medium and make it available for later use.

Constructor & Destructor Documentation

◆ CPACSSysElemElectricalStorageElements() [1/3]

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

◆ ~CPACSSysElemElectricalStorageElements()

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

◆ CPACSSysElemElectricalStorageElements() [2/3]

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

◆ CPACSSysElemElectricalStorageElements() [3/3]

tigl::generated::CPACSSysElemElectricalStorageElements::CPACSSysElemElectricalStorageElements ( CPACSSysElemElectricalStorageElements && )
privatedelete

Member Function Documentation

◆ GetBatteries() [1/3]

virtual TIGL_EXPORT boost::optional< CPACSSysElemBatteries > & tigl::generated::CPACSSysElemElectricalStorageElements::GetBatteries ( )
virtual

◆ GetBatteries() [2/3]

virtual TIGL_EXPORT const boost::optional< CPACSSysElemBatteries > & tigl::generated::CPACSSysElemElectricalStorageElements::GetBatteries ( ) const
virtual

◆ GetBatteries() [3/3]

virtual TIGL_EXPORT CPACSSysElemBatteries & tigl::generated::CPACSSysElemElectricalStorageElements::GetBatteries ( CreateIfNotExistsTag )
virtual

◆ GetCapacitors() [1/3]

virtual TIGL_EXPORT boost::optional< CPACSSysElemCapacitors > & tigl::generated::CPACSSysElemElectricalStorageElements::GetCapacitors ( )
virtual

◆ GetCapacitors() [2/3]

virtual TIGL_EXPORT const boost::optional< CPACSSysElemCapacitors > & tigl::generated::CPACSSysElemElectricalStorageElements::GetCapacitors ( ) const
virtual

◆ GetCapacitors() [3/3]

virtual TIGL_EXPORT CPACSSysElemCapacitors & tigl::generated::CPACSSysElemElectricalStorageElements::GetCapacitors ( CreateIfNotExistsTag )
virtual

◆ GetGenericStorageElements() [1/3]

virtual TIGL_EXPORT boost::optional< CPACSSysElemGenericStorageElements > & tigl::generated::CPACSSysElemElectricalStorageElements::GetGenericStorageElements ( )
virtual

◆ GetGenericStorageElements() [2/3]

virtual TIGL_EXPORT const boost::optional< CPACSSysElemGenericStorageElements > & tigl::generated::CPACSSysElemElectricalStorageElements::GetGenericStorageElements ( ) const
virtual

◆ GetGenericStorageElements() [3/3]

virtual TIGL_EXPORT CPACSSysElemGenericStorageElements & tigl::generated::CPACSSysElemElectricalStorageElements::GetGenericStorageElements ( CreateIfNotExistsTag )
virtual

◆ GetInductors() [1/3]

virtual TIGL_EXPORT boost::optional< CPACSSysElemInductors > & tigl::generated::CPACSSysElemElectricalStorageElements::GetInductors ( )
virtual

◆ GetInductors() [2/3]

virtual TIGL_EXPORT const boost::optional< CPACSSysElemInductors > & tigl::generated::CPACSSysElemElectricalStorageElements::GetInductors ( ) const
virtual

◆ GetInductors() [3/3]

virtual TIGL_EXPORT CPACSSysElemInductors & tigl::generated::CPACSSysElemElectricalStorageElements::GetInductors ( CreateIfNotExistsTag )
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

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

◆ GetParent() [2/2]

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

◆ GetSuperCapacitors() [1/3]

virtual TIGL_EXPORT boost::optional< CPACSSysElemSuperCapacitors > & tigl::generated::CPACSSysElemElectricalStorageElements::GetSuperCapacitors ( )
virtual

◆ GetSuperCapacitors() [2/3]

virtual TIGL_EXPORT const boost::optional< CPACSSysElemSuperCapacitors > & tigl::generated::CPACSSysElemElectricalStorageElements::GetSuperCapacitors ( ) const
virtual

◆ GetSuperCapacitors() [3/3]

virtual TIGL_EXPORT CPACSSysElemSuperCapacitors & tigl::generated::CPACSSysElemElectricalStorageElements::GetSuperCapacitors ( CreateIfNotExistsTag )
virtual

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveBatteries()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemElectricalStorageElements::RemoveBatteries ( )
virtual

◆ RemoveCapacitors()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemElectricalStorageElements::RemoveCapacitors ( )
virtual

◆ RemoveGenericStorageElements()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemElectricalStorageElements::RemoveGenericStorageElements ( )
virtual

◆ RemoveInductors()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemElectricalStorageElements::RemoveInductors ( )
virtual

◆ RemoveSuperCapacitors()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemElectricalStorageElements::RemoveSuperCapacitors ( )
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_batteries

boost::optional<CPACSSysElemBatteries> tigl::generated::CPACSSysElemElectricalStorageElements::m_batteries
protected

Library of predefined batteries.

◆ m_capacitors

boost::optional<CPACSSysElemCapacitors> tigl::generated::CPACSSysElemElectricalStorageElements::m_capacitors
protected

Library of predefined capacitors.

◆ m_genericStorageElements

boost::optional<CPACSSysElemGenericStorageElements> tigl::generated::CPACSSysElemElectricalStorageElements::m_genericStorageElements
protected

Library of predefined generic storage elements.

◆ m_inductors

boost::optional<CPACSSysElemInductors> tigl::generated::CPACSSysElemElectricalStorageElements::m_inductors
protected

Library of predefined inductors.

◆ m_parent

CPACSSysElemElectricalElements* tigl::generated::CPACSSysElemElectricalStorageElements::m_parent
protected

◆ m_superCapacitors

boost::optional<CPACSSysElemSuperCapacitors> tigl::generated::CPACSSysElemElectricalStorageElements::m_superCapacitors
protected

Library of predefined supercapacitors.

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSysElemElectricalStorageElements::m_uidMgr
protected

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