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

Clutches. More...

#include <CPACSSysElemClutches.h>

Public Member Functions

virtual TIGL_EXPORT CPACSVehicleElementBaseAddClutch ()
TIGL_EXPORT CPACSSysElemClutches (CPACSSysElemMechanicalControlElements *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT CPACSVehicleElementBaseGetClutch (const std::string &UID)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetClutch (const std::string &UID) const
virtual TIGL_EXPORT CPACSVehicleElementBaseGetClutch (size_t index)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetClutch (size_t index) const
virtual TIGL_EXPORT size_t GetClutchCount () const
virtual TIGL_EXPORT size_t GetClutchIndex (const std::string &UID) const
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetClutchs ()
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetClutchs () const
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CPACSSysElemMechanicalControlElementsGetParent ()
TIGL_EXPORT const CPACSSysElemMechanicalControlElementsGetParent () 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 RemoveClutch (CPACSVehicleElementBase &ref)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSSysElemClutches ()

Protected Attributes

std::vector< std::unique_ptr< CPACSVehicleElementBase > > m_clutchs
 Engages or disengages the transmission of mechanical torque between rotating components.
CPACSSysElemMechanicalControlElementsm_parent
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSSysElemClutches (const CPACSSysElemClutches &)=delete
 CPACSSysElemClutches (CPACSSysElemClutches &&)=delete
CPACSSysElemClutchesoperator= (const CPACSSysElemClutches &)=delete
CPACSSysElemClutchesoperator= (CPACSSysElemClutches &&)=delete

Detailed Description

Clutches.

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

Constructor & Destructor Documentation

◆ CPACSSysElemClutches() [1/3]

TIGL_EXPORT tigl::generated::CPACSSysElemClutches::CPACSSysElemClutches ( CPACSSysElemMechanicalControlElements * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSSysElemClutches()

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

◆ CPACSSysElemClutches() [2/3]

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

◆ CPACSSysElemClutches() [3/3]

tigl::generated::CPACSSysElemClutches::CPACSSysElemClutches ( CPACSSysElemClutches && )
privatedelete

Member Function Documentation

◆ AddClutch()

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemClutches::AddClutch ( )
virtual

◆ GetClutch() [1/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemClutches::GetClutch ( const std::string & UID)
virtual

◆ GetClutch() [2/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemClutches::GetClutch ( const std::string & UID) const
virtual

◆ GetClutch() [3/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemClutches::GetClutch ( size_t index)
virtual

◆ GetClutch() [4/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemClutches::GetClutch ( size_t index) const
virtual

◆ GetClutchCount()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemClutches::GetClutchCount ( ) const
virtual

◆ GetClutchIndex()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemClutches::GetClutchIndex ( const std::string & UID) const
virtual

◆ GetClutchs() [1/2]

virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemClutches::GetClutchs ( )
virtual

◆ GetClutchs() [2/2]

virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemClutches::GetClutchs ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

TIGL_EXPORT CPACSSysElemMechanicalControlElements * tigl::generated::CPACSSysElemClutches::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CPACSSysElemMechanicalControlElements * tigl::generated::CPACSSysElemClutches::GetParent ( ) const

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveClutch()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemClutches::RemoveClutch ( CPACSVehicleElementBase & ref)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_clutchs

std::vector<std::unique_ptr<CPACSVehicleElementBase> > tigl::generated::CPACSSysElemClutches::m_clutchs
protected

Engages or disengages the transmission of mechanical torque between rotating components.

◆ m_parent

CPACSSysElemMechanicalControlElements* tigl::generated::CPACSSysElemClutches::m_parent
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSysElemClutches::m_uidMgr
protected

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