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

Couplings. More...

#include <CPACSSysElemCouplings.h>

Public Member Functions

virtual TIGL_EXPORT CPACSVehicleElementBaseAddCoupling ()
TIGL_EXPORT CPACSSysElemCouplings (CPACSSysElemHydraulicDistributionElements *parent, CTiglUIDManager *uidMgr)
TIGL_EXPORT CPACSSysElemCouplings (CPACSSysElemPneumaticDistributionElements *parent, CTiglUIDManager *uidMgr)
TIGL_EXPORT CPACSSysElemCouplings (CPACSSysElemThermoFluidDistributionElements *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT CPACSVehicleElementBaseGetCoupling (const std::string &UID)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetCoupling (const std::string &UID) const
virtual TIGL_EXPORT CPACSVehicleElementBaseGetCoupling (size_t index)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetCoupling (size_t index) const
virtual TIGL_EXPORT size_t GetCouplingCount () const
virtual TIGL_EXPORT size_t GetCouplingIndex (const std::string &UID) const
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetCouplings ()
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetCouplings () 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 RemoveCoupling (CPACSVehicleElementBase &ref)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSSysElemCouplings ()

Protected Attributes

std::vector< std::unique_ptr< CPACSVehicleElementBase > > m_couplings
 Connects adjacent distribution components and transfers the relevant medium or load across the joint.
void * m_parent
const std::type_info * m_parentType
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSSysElemCouplings (const CPACSSysElemCouplings &)=delete
 CPACSSysElemCouplings (CPACSSysElemCouplings &&)=delete
CPACSSysElemCouplingsoperator= (const CPACSSysElemCouplings &)=delete
CPACSSysElemCouplingsoperator= (CPACSSysElemCouplings &&)=delete

Detailed Description

Couplings.

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

Constructor & Destructor Documentation

◆ CPACSSysElemCouplings() [1/5]

TIGL_EXPORT tigl::generated::CPACSSysElemCouplings::CPACSSysElemCouplings ( CPACSSysElemHydraulicDistributionElements * parent,
CTiglUIDManager * uidMgr )

◆ CPACSSysElemCouplings() [2/5]

TIGL_EXPORT tigl::generated::CPACSSysElemCouplings::CPACSSysElemCouplings ( CPACSSysElemPneumaticDistributionElements * parent,
CTiglUIDManager * uidMgr )

◆ CPACSSysElemCouplings() [3/5]

TIGL_EXPORT tigl::generated::CPACSSysElemCouplings::CPACSSysElemCouplings ( CPACSSysElemThermoFluidDistributionElements * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSSysElemCouplings()

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

◆ CPACSSysElemCouplings() [4/5]

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

◆ CPACSSysElemCouplings() [5/5]

tigl::generated::CPACSSysElemCouplings::CPACSSysElemCouplings ( CPACSSysElemCouplings && )
privatedelete

Member Function Documentation

◆ AddCoupling()

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemCouplings::AddCoupling ( )
virtual

◆ GetCoupling() [1/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemCouplings::GetCoupling ( const std::string & UID)
virtual

◆ GetCoupling() [2/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemCouplings::GetCoupling ( const std::string & UID) const
virtual

◆ GetCoupling() [3/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemCouplings::GetCoupling ( size_t index)
virtual

◆ GetCoupling() [4/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemCouplings::GetCoupling ( size_t index) const
virtual

◆ GetCouplingCount()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemCouplings::GetCouplingCount ( ) const
virtual

◆ GetCouplingIndex()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemCouplings::GetCouplingIndex ( const std::string & UID) const
virtual

◆ GetCouplings() [1/2]

virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemCouplings::GetCouplings ( )
virtual

◆ GetCouplings() [2/2]

virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemCouplings::GetCouplings ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

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

◆ GetParent() [2/2]

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

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ IsParent()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveCoupling()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemCouplings::RemoveCoupling ( CPACSVehicleElementBase & ref)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_couplings

std::vector<std::unique_ptr<CPACSVehicleElementBase> > tigl::generated::CPACSSysElemCouplings::m_couplings
protected

Connects adjacent distribution components and transfers the relevant medium or load across the joint.

◆ m_parent

void* tigl::generated::CPACSSysElemCouplings::m_parent
protected

◆ m_parentType

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

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSysElemCouplings::m_uidMgr
protected

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