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

Pipe ball joints. More...

#include <CPACSSysElemPipeBallJoints.h>

Public Member Functions

virtual TIGL_EXPORT CPACSVehicleElementBaseAddPipeBallJoint ()
TIGL_EXPORT CPACSSysElemPipeBallJoints (CPACSSysElemPneumaticDistributionElements *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CPACSSysElemPneumaticDistributionElementsGetParent ()
TIGL_EXPORT const CPACSSysElemPneumaticDistributionElementsGetParent () const
virtual TIGL_EXPORT CPACSVehicleElementBaseGetPipeBallJoint (const std::string &UID)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetPipeBallJoint (const std::string &UID) const
virtual TIGL_EXPORT CPACSVehicleElementBaseGetPipeBallJoint (size_t index)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetPipeBallJoint (size_t index) const
virtual TIGL_EXPORT size_t GetPipeBallJointCount () const
virtual TIGL_EXPORT size_t GetPipeBallJointIndex (const std::string &UID) const
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetPipeBallJoints ()
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetPipeBallJoints () 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 RemovePipeBallJoint (CPACSVehicleElementBase &ref)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSSysElemPipeBallJoints ()

Protected Attributes

CPACSSysElemPneumaticDistributionElementsm_parent
std::vector< std::unique_ptr< CPACSVehicleElementBase > > m_pipeBallJoints
 Provides an articulated pipe connection that accommodates angular movement.
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSSysElemPipeBallJoints (const CPACSSysElemPipeBallJoints &)=delete
 CPACSSysElemPipeBallJoints (CPACSSysElemPipeBallJoints &&)=delete
CPACSSysElemPipeBallJointsoperator= (const CPACSSysElemPipeBallJoints &)=delete
CPACSSysElemPipeBallJointsoperator= (CPACSSysElemPipeBallJoints &&)=delete

Detailed Description

Pipe ball joints.

Container for reusable pipe ball joints. The surrounding hierarchy determines the physical domain and functional role.

Constructor & Destructor Documentation

◆ CPACSSysElemPipeBallJoints() [1/3]

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

◆ ~CPACSSysElemPipeBallJoints()

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

◆ CPACSSysElemPipeBallJoints() [2/3]

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

◆ CPACSSysElemPipeBallJoints() [3/3]

tigl::generated::CPACSSysElemPipeBallJoints::CPACSSysElemPipeBallJoints ( CPACSSysElemPipeBallJoints && )
privatedelete

Member Function Documentation

◆ AddPipeBallJoint()

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemPipeBallJoints::AddPipeBallJoint ( )
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

TIGL_EXPORT CPACSSysElemPneumaticDistributionElements * tigl::generated::CPACSSysElemPipeBallJoints::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CPACSSysElemPneumaticDistributionElements * tigl::generated::CPACSSysElemPipeBallJoints::GetParent ( ) const

◆ GetPipeBallJoint() [1/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemPipeBallJoints::GetPipeBallJoint ( const std::string & UID)
virtual

◆ GetPipeBallJoint() [2/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemPipeBallJoints::GetPipeBallJoint ( const std::string & UID) const
virtual

◆ GetPipeBallJoint() [3/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemPipeBallJoints::GetPipeBallJoint ( size_t index)
virtual

◆ GetPipeBallJoint() [4/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemPipeBallJoints::GetPipeBallJoint ( size_t index) const
virtual

◆ GetPipeBallJointCount()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemPipeBallJoints::GetPipeBallJointCount ( ) const
virtual

◆ GetPipeBallJointIndex()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemPipeBallJoints::GetPipeBallJointIndex ( const std::string & UID) const
virtual

◆ GetPipeBallJoints() [1/2]

virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemPipeBallJoints::GetPipeBallJoints ( )
virtual

◆ GetPipeBallJoints() [2/2]

virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemPipeBallJoints::GetPipeBallJoints ( ) const
virtual

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemovePipeBallJoint()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemPipeBallJoints::RemovePipeBallJoint ( CPACSVehicleElementBase & ref)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_parent

CPACSSysElemPneumaticDistributionElements* tigl::generated::CPACSSysElemPipeBallJoints::m_parent
protected

◆ m_pipeBallJoints

std::vector<std::unique_ptr<CPACSVehicleElementBase> > tigl::generated::CPACSSysElemPipeBallJoints::m_pipeBallJoints
protected

Provides an articulated pipe connection that accommodates angular movement.

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSysElemPipeBallJoints::m_uidMgr
protected

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