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

Mechanical driven compressors. More...

#include <CPACSSysElemMechanicalDrivenCompressors.h>

Public Member Functions

virtual TIGL_EXPORT CPACSVehicleElementBaseAddMechanicalDrivenCompressor ()
TIGL_EXPORT CPACSSysElemMechanicalDrivenCompressors (CPACSSysElemPneumaticConversionElements *parent, CTiglUIDManager *uidMgr)
TIGL_EXPORT CPACSSysElemMechanicalDrivenCompressors (CPACSSysElemThermoFluidConversionElements *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT CPACSVehicleElementBaseGetMechanicalDrivenCompressor (const std::string &UID)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetMechanicalDrivenCompressor (const std::string &UID) const
virtual TIGL_EXPORT CPACSVehicleElementBaseGetMechanicalDrivenCompressor (size_t index)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetMechanicalDrivenCompressor (size_t index) const
virtual TIGL_EXPORT size_t GetMechanicalDrivenCompressorCount () const
virtual TIGL_EXPORT size_t GetMechanicalDrivenCompressorIndex (const std::string &UID) const
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetMechanicalDrivenCompressors ()
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetMechanicalDrivenCompressors () 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 RemoveMechanicalDrivenCompressor (CPACSVehicleElementBase &ref)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSSysElemMechanicalDrivenCompressors ()

Protected Attributes

std::vector< std::unique_ptr< CPACSVehicleElementBase > > m_mechanicalDrivenCompressors
 Uses mechanical shaft power to raise the pressure of a gaseous working medium.
void * m_parent
const std::type_info * m_parentType
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSSysElemMechanicalDrivenCompressors (const CPACSSysElemMechanicalDrivenCompressors &)=delete
 CPACSSysElemMechanicalDrivenCompressors (CPACSSysElemMechanicalDrivenCompressors &&)=delete
CPACSSysElemMechanicalDrivenCompressorsoperator= (const CPACSSysElemMechanicalDrivenCompressors &)=delete
CPACSSysElemMechanicalDrivenCompressorsoperator= (CPACSSysElemMechanicalDrivenCompressors &&)=delete

Detailed Description

Mechanical driven compressors.

Container for reusable mechanical driven compressors. The surrounding hierarchy determines the physical domain and functional role.

Constructor & Destructor Documentation

◆ CPACSSysElemMechanicalDrivenCompressors() [1/4]

TIGL_EXPORT tigl::generated::CPACSSysElemMechanicalDrivenCompressors::CPACSSysElemMechanicalDrivenCompressors ( CPACSSysElemPneumaticConversionElements * parent,
CTiglUIDManager * uidMgr )

◆ CPACSSysElemMechanicalDrivenCompressors() [2/4]

TIGL_EXPORT tigl::generated::CPACSSysElemMechanicalDrivenCompressors::CPACSSysElemMechanicalDrivenCompressors ( CPACSSysElemThermoFluidConversionElements * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSSysElemMechanicalDrivenCompressors()

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

◆ CPACSSysElemMechanicalDrivenCompressors() [3/4]

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

◆ CPACSSysElemMechanicalDrivenCompressors() [4/4]

tigl::generated::CPACSSysElemMechanicalDrivenCompressors::CPACSSysElemMechanicalDrivenCompressors ( CPACSSysElemMechanicalDrivenCompressors && )
privatedelete

Member Function Documentation

◆ AddMechanicalDrivenCompressor()

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemMechanicalDrivenCompressors::AddMechanicalDrivenCompressor ( )
virtual

◆ GetMechanicalDrivenCompressor() [1/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemMechanicalDrivenCompressors::GetMechanicalDrivenCompressor ( const std::string & UID)
virtual

◆ GetMechanicalDrivenCompressor() [2/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemMechanicalDrivenCompressors::GetMechanicalDrivenCompressor ( const std::string & UID) const
virtual

◆ GetMechanicalDrivenCompressor() [3/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemMechanicalDrivenCompressors::GetMechanicalDrivenCompressor ( size_t index)
virtual

◆ GetMechanicalDrivenCompressor() [4/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemMechanicalDrivenCompressors::GetMechanicalDrivenCompressor ( size_t index) const
virtual

◆ GetMechanicalDrivenCompressorCount()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemMechanicalDrivenCompressors::GetMechanicalDrivenCompressorCount ( ) const
virtual

◆ GetMechanicalDrivenCompressorIndex()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemMechanicalDrivenCompressors::GetMechanicalDrivenCompressorIndex ( const std::string & UID) const
virtual

◆ GetMechanicalDrivenCompressors() [1/2]

virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemMechanicalDrivenCompressors::GetMechanicalDrivenCompressors ( )
virtual

◆ GetMechanicalDrivenCompressors() [2/2]

virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemMechanicalDrivenCompressors::GetMechanicalDrivenCompressors ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

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

◆ GetParent() [2/2]

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

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ IsParent()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveMechanicalDrivenCompressor()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemMechanicalDrivenCompressors::RemoveMechanicalDrivenCompressor ( CPACSVehicleElementBase & ref)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_mechanicalDrivenCompressors

std::vector<std::unique_ptr<CPACSVehicleElementBase> > tigl::generated::CPACSSysElemMechanicalDrivenCompressors::m_mechanicalDrivenCompressors
protected

Uses mechanical shaft power to raise the pressure of a gaseous working medium.

◆ m_parent

void* tigl::generated::CPACSSysElemMechanicalDrivenCompressors::m_parent
protected

◆ m_parentType

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

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSysElemMechanicalDrivenCompressors::m_uidMgr
protected

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