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

Ac generators. More...

#include <CPACSSysElemACGenerators.h>

Public Member Functions

virtual TIGL_EXPORT CPACSVehicleElementBaseAddAcGenerator ()
TIGL_EXPORT CPACSSysElemACGenerators (CPACSSysElemElectricalConversionElements *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT CPACSVehicleElementBaseGetAcGenerator (const std::string &UID)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetAcGenerator (const std::string &UID) const
virtual TIGL_EXPORT CPACSVehicleElementBaseGetAcGenerator (size_t index)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetAcGenerator (size_t index) const
virtual TIGL_EXPORT size_t GetAcGeneratorCount () const
virtual TIGL_EXPORT size_t GetAcGeneratorIndex (const std::string &UID) const
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetAcGenerators ()
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetAcGenerators () const
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CPACSSysElemElectricalConversionElementsGetParent ()
TIGL_EXPORT const CPACSSysElemElectricalConversionElementsGetParent () 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 RemoveAcGenerator (CPACSVehicleElementBase &ref)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSSysElemACGenerators ()

Protected Attributes

std::vector< std::unique_ptr< CPACSVehicleElementBase > > m_acGenerators
 Converts mechanical input power into alternating-current electrical power.
CPACSSysElemElectricalConversionElementsm_parent
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSSysElemACGenerators (const CPACSSysElemACGenerators &)=delete
 CPACSSysElemACGenerators (CPACSSysElemACGenerators &&)=delete
CPACSSysElemACGeneratorsoperator= (const CPACSSysElemACGenerators &)=delete
CPACSSysElemACGeneratorsoperator= (CPACSSysElemACGenerators &&)=delete

Detailed Description

Ac generators.

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

Constructor & Destructor Documentation

◆ CPACSSysElemACGenerators() [1/3]

TIGL_EXPORT tigl::generated::CPACSSysElemACGenerators::CPACSSysElemACGenerators ( CPACSSysElemElectricalConversionElements * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSSysElemACGenerators()

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

◆ CPACSSysElemACGenerators() [2/3]

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

◆ CPACSSysElemACGenerators() [3/3]

tigl::generated::CPACSSysElemACGenerators::CPACSSysElemACGenerators ( CPACSSysElemACGenerators && )
privatedelete

Member Function Documentation

◆ AddAcGenerator()

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemACGenerators::AddAcGenerator ( )
virtual

◆ GetAcGenerator() [1/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemACGenerators::GetAcGenerator ( const std::string & UID)
virtual

◆ GetAcGenerator() [2/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemACGenerators::GetAcGenerator ( const std::string & UID) const
virtual

◆ GetAcGenerator() [3/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemACGenerators::GetAcGenerator ( size_t index)
virtual

◆ GetAcGenerator() [4/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemACGenerators::GetAcGenerator ( size_t index) const
virtual

◆ GetAcGeneratorCount()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemACGenerators::GetAcGeneratorCount ( ) const
virtual

◆ GetAcGeneratorIndex()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemACGenerators::GetAcGeneratorIndex ( const std::string & UID) const
virtual

◆ GetAcGenerators() [1/2]

virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemACGenerators::GetAcGenerators ( )
virtual

◆ GetAcGenerators() [2/2]

virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemACGenerators::GetAcGenerators ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

TIGL_EXPORT CPACSSysElemElectricalConversionElements * tigl::generated::CPACSSysElemACGenerators::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CPACSSysElemElectricalConversionElements * tigl::generated::CPACSSysElemACGenerators::GetParent ( ) const

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveAcGenerator()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemACGenerators::RemoveAcGenerator ( CPACSVehicleElementBase & ref)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_acGenerators

std::vector<std::unique_ptr<CPACSVehicleElementBase> > tigl::generated::CPACSSysElemACGenerators::m_acGenerators
protected

Converts mechanical input power into alternating-current electrical power.

◆ m_parent

CPACSSysElemElectricalConversionElements* tigl::generated::CPACSSysElemACGenerators::m_parent
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSysElemACGenerators::m_uidMgr
protected

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