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

Gear boxes. More...

#include <CPACSSysElemGearBoxes.h>

Public Member Functions

virtual TIGL_EXPORT CPACSVehicleElementBaseAddGearBox ()
TIGL_EXPORT CPACSSysElemGearBoxes (CPACSSysElemMechanicalConversionElements *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT CPACSVehicleElementBaseGetGearBox (const std::string &UID)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetGearBox (const std::string &UID) const
virtual TIGL_EXPORT CPACSVehicleElementBaseGetGearBox (size_t index)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetGearBox (size_t index) const
virtual TIGL_EXPORT size_t GetGearBoxCount () const
virtual TIGL_EXPORT size_t GetGearBoxIndex (const std::string &UID) const
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetGearBoxs ()
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetGearBoxs () const
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CPACSSysElemMechanicalConversionElementsGetParent ()
TIGL_EXPORT const CPACSSysElemMechanicalConversionElementsGetParent () 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 RemoveGearBox (CPACSVehicleElementBase &ref)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSSysElemGearBoxes ()

Protected Attributes

std::vector< std::unique_ptr< CPACSVehicleElementBase > > m_gearBoxs
 Transforms mechanical speed and torque through a geared transmission.
CPACSSysElemMechanicalConversionElementsm_parent
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSSysElemGearBoxes (const CPACSSysElemGearBoxes &)=delete
 CPACSSysElemGearBoxes (CPACSSysElemGearBoxes &&)=delete
CPACSSysElemGearBoxesoperator= (const CPACSSysElemGearBoxes &)=delete
CPACSSysElemGearBoxesoperator= (CPACSSysElemGearBoxes &&)=delete

Detailed Description

Gear boxes.

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

Constructor & Destructor Documentation

◆ CPACSSysElemGearBoxes() [1/3]

TIGL_EXPORT tigl::generated::CPACSSysElemGearBoxes::CPACSSysElemGearBoxes ( CPACSSysElemMechanicalConversionElements * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSSysElemGearBoxes()

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

◆ CPACSSysElemGearBoxes() [2/3]

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

◆ CPACSSysElemGearBoxes() [3/3]

tigl::generated::CPACSSysElemGearBoxes::CPACSSysElemGearBoxes ( CPACSSysElemGearBoxes && )
privatedelete

Member Function Documentation

◆ AddGearBox()

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemGearBoxes::AddGearBox ( )
virtual

◆ GetGearBox() [1/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemGearBoxes::GetGearBox ( const std::string & UID)
virtual

◆ GetGearBox() [2/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemGearBoxes::GetGearBox ( const std::string & UID) const
virtual

◆ GetGearBox() [3/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemGearBoxes::GetGearBox ( size_t index)
virtual

◆ GetGearBox() [4/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemGearBoxes::GetGearBox ( size_t index) const
virtual

◆ GetGearBoxCount()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemGearBoxes::GetGearBoxCount ( ) const
virtual

◆ GetGearBoxIndex()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemGearBoxes::GetGearBoxIndex ( const std::string & UID) const
virtual

◆ GetGearBoxs() [1/2]

virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemGearBoxes::GetGearBoxs ( )
virtual

◆ GetGearBoxs() [2/2]

virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemGearBoxes::GetGearBoxs ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

TIGL_EXPORT CPACSSysElemMechanicalConversionElements * tigl::generated::CPACSSysElemGearBoxes::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CPACSSysElemMechanicalConversionElements * tigl::generated::CPACSSysElemGearBoxes::GetParent ( ) const

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveGearBox()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemGearBoxes::RemoveGearBox ( CPACSVehicleElementBase & ref)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_gearBoxs

std::vector<std::unique_ptr<CPACSVehicleElementBase> > tigl::generated::CPACSSysElemGearBoxes::m_gearBoxs
protected

Transforms mechanical speed and torque through a geared transmission.

◆ m_parent

CPACSSysElemMechanicalConversionElements* tigl::generated::CPACSSysElemGearBoxes::m_parent
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSysElemGearBoxes::m_uidMgr
protected

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