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

Transformers. More...

#include <CPACSSysElemTransformers.h>

Public Member Functions

virtual TIGL_EXPORT CPACSVehicleElementBaseAddTransformer ()
TIGL_EXPORT CPACSSysElemTransformers (CPACSSysElemElectricalControlElements *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CPACSSysElemElectricalControlElementsGetParent ()
TIGL_EXPORT const CPACSSysElemElectricalControlElementsGetParent () const
virtual TIGL_EXPORT CPACSVehicleElementBaseGetTransformer (const std::string &UID)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetTransformer (const std::string &UID) const
virtual TIGL_EXPORT CPACSVehicleElementBaseGetTransformer (size_t index)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetTransformer (size_t index) const
virtual TIGL_EXPORT size_t GetTransformerCount () const
virtual TIGL_EXPORT size_t GetTransformerIndex (const std::string &UID) const
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetTransformers ()
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetTransformers () 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 RemoveTransformer (CPACSVehicleElementBase &ref)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSSysElemTransformers ()

Protected Attributes

CPACSSysElemElectricalControlElementsm_parent
std::vector< std::unique_ptr< CPACSVehicleElementBase > > m_transformers
 Transfers alternating-current electrical power between circuits through electromagnetic induction, typically changing voltage or isolation.
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSSysElemTransformers (const CPACSSysElemTransformers &)=delete
 CPACSSysElemTransformers (CPACSSysElemTransformers &&)=delete
CPACSSysElemTransformersoperator= (const CPACSSysElemTransformers &)=delete
CPACSSysElemTransformersoperator= (CPACSSysElemTransformers &&)=delete

Detailed Description

Transformers.

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

Constructor & Destructor Documentation

◆ CPACSSysElemTransformers() [1/3]

TIGL_EXPORT tigl::generated::CPACSSysElemTransformers::CPACSSysElemTransformers ( CPACSSysElemElectricalControlElements * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSSysElemTransformers()

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

◆ CPACSSysElemTransformers() [2/3]

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

◆ CPACSSysElemTransformers() [3/3]

tigl::generated::CPACSSysElemTransformers::CPACSSysElemTransformers ( CPACSSysElemTransformers && )
privatedelete

Member Function Documentation

◆ AddTransformer()

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemTransformers::AddTransformer ( )
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

TIGL_EXPORT CPACSSysElemElectricalControlElements * tigl::generated::CPACSSysElemTransformers::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CPACSSysElemElectricalControlElements * tigl::generated::CPACSSysElemTransformers::GetParent ( ) const

◆ GetTransformer() [1/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemTransformers::GetTransformer ( const std::string & UID)
virtual

◆ GetTransformer() [2/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemTransformers::GetTransformer ( const std::string & UID) const
virtual

◆ GetTransformer() [3/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemTransformers::GetTransformer ( size_t index)
virtual

◆ GetTransformer() [4/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemTransformers::GetTransformer ( size_t index) const
virtual

◆ GetTransformerCount()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemTransformers::GetTransformerCount ( ) const
virtual

◆ GetTransformerIndex()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemTransformers::GetTransformerIndex ( const std::string & UID) const
virtual

◆ GetTransformers() [1/2]

virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemTransformers::GetTransformers ( )
virtual

◆ GetTransformers() [2/2]

virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemTransformers::GetTransformers ( ) const
virtual

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveTransformer()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemTransformers::RemoveTransformer ( CPACSVehicleElementBase & ref)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_parent

CPACSSysElemElectricalControlElements* tigl::generated::CPACSSysElemTransformers::m_parent
protected

◆ m_transformers

std::vector<std::unique_ptr<CPACSVehicleElementBase> > tigl::generated::CPACSSysElemTransformers::m_transformers
protected

Transfers alternating-current electrical power between circuits through electromagnetic induction, typically changing voltage or isolation.

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSysElemTransformers::m_uidMgr
protected

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