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

Mechanical control elements. More...

#include <CPACSSysElemMechanicalControlElements.h>

Public Member Functions

TIGL_EXPORT CPACSSysElemMechanicalControlElements (CPACSSysElemMechanicalElements *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT boost::optional< CPACSSysElemClutches > & GetClutches ()
virtual TIGL_EXPORT const boost::optional< CPACSSysElemClutches > & GetClutches () const
virtual TIGL_EXPORT CPACSSysElemClutchesGetClutches (CreateIfNotExistsTag)
virtual TIGL_EXPORT boost::optional< CPACSSysElemGenericControlElements > & GetGenericControlElements ()
virtual TIGL_EXPORT const boost::optional< CPACSSysElemGenericControlElements > & GetGenericControlElements () const
virtual TIGL_EXPORT CPACSSysElemGenericControlElementsGetGenericControlElements (CreateIfNotExistsTag)
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CPACSSysElemMechanicalElementsGetParent ()
TIGL_EXPORT const CPACSSysElemMechanicalElementsGetParent () 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 RemoveClutches ()
virtual TIGL_EXPORT void RemoveGenericControlElements ()
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSSysElemMechanicalControlElements ()

Protected Attributes

boost::optional< CPACSSysElemClutchesm_clutches
 Library of predefined clutches.
boost::optional< CPACSSysElemGenericControlElementsm_genericControlElements
 Library of predefined generic control elements.
CPACSSysElemMechanicalElementsm_parent
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSSysElemMechanicalControlElements (const CPACSSysElemMechanicalControlElements &)=delete
 CPACSSysElemMechanicalControlElements (CPACSSysElemMechanicalControlElements &&)=delete
CPACSSysElemMechanicalControlElementsoperator= (const CPACSSysElemMechanicalControlElements &)=delete
CPACSSysElemMechanicalControlElementsoperator= (CPACSSysElemMechanicalControlElements &&)=delete

Detailed Description

Mechanical control elements.

Contains elements that switch, regulate, isolate, protect, or sense a system quantity.

Constructor & Destructor Documentation

◆ CPACSSysElemMechanicalControlElements() [1/3]

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

◆ ~CPACSSysElemMechanicalControlElements()

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

◆ CPACSSysElemMechanicalControlElements() [2/3]

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

◆ CPACSSysElemMechanicalControlElements() [3/3]

tigl::generated::CPACSSysElemMechanicalControlElements::CPACSSysElemMechanicalControlElements ( CPACSSysElemMechanicalControlElements && )
privatedelete

Member Function Documentation

◆ GetClutches() [1/3]

virtual TIGL_EXPORT boost::optional< CPACSSysElemClutches > & tigl::generated::CPACSSysElemMechanicalControlElements::GetClutches ( )
virtual

◆ GetClutches() [2/3]

virtual TIGL_EXPORT const boost::optional< CPACSSysElemClutches > & tigl::generated::CPACSSysElemMechanicalControlElements::GetClutches ( ) const
virtual

◆ GetClutches() [3/3]

virtual TIGL_EXPORT CPACSSysElemClutches & tigl::generated::CPACSSysElemMechanicalControlElements::GetClutches ( CreateIfNotExistsTag )
virtual

◆ GetGenericControlElements() [1/3]

virtual TIGL_EXPORT boost::optional< CPACSSysElemGenericControlElements > & tigl::generated::CPACSSysElemMechanicalControlElements::GetGenericControlElements ( )
virtual

◆ GetGenericControlElements() [2/3]

virtual TIGL_EXPORT const boost::optional< CPACSSysElemGenericControlElements > & tigl::generated::CPACSSysElemMechanicalControlElements::GetGenericControlElements ( ) const
virtual

◆ GetGenericControlElements() [3/3]

virtual TIGL_EXPORT CPACSSysElemGenericControlElements & tigl::generated::CPACSSysElemMechanicalControlElements::GetGenericControlElements ( CreateIfNotExistsTag )
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

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

◆ GetParent() [2/2]

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

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveClutches()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemMechanicalControlElements::RemoveClutches ( )
virtual

◆ RemoveGenericControlElements()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemMechanicalControlElements::RemoveGenericControlElements ( )
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_clutches

boost::optional<CPACSSysElemClutches> tigl::generated::CPACSSysElemMechanicalControlElements::m_clutches
protected

Library of predefined clutches.

◆ m_genericControlElements

boost::optional<CPACSSysElemGenericControlElements> tigl::generated::CPACSSysElemMechanicalControlElements::m_genericControlElements
protected

Library of predefined generic control elements.

◆ m_parent

CPACSSysElemMechanicalElements* tigl::generated::CPACSSysElemMechanicalControlElements::m_parent
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSysElemMechanicalControlElements::m_uidMgr
protected

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