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

Pipe bellows. More...

#include <CPACSSysElemPipeBellows.h>

Public Member Functions

virtual TIGL_EXPORT CPACSVehicleElementBaseAddPipeBellow ()
TIGL_EXPORT CPACSSysElemPipeBellows (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 CPACSVehicleElementBaseGetPipeBellow (const std::string &UID)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetPipeBellow (const std::string &UID) const
virtual TIGL_EXPORT CPACSVehicleElementBaseGetPipeBellow (size_t index)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetPipeBellow (size_t index) const
virtual TIGL_EXPORT size_t GetPipeBellowCount () const
virtual TIGL_EXPORT size_t GetPipeBellowIndex (const std::string &UID) const
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetPipeBellows ()
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetPipeBellows () 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 RemovePipeBellow (CPACSVehicleElementBase &ref)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSSysElemPipeBellows ()

Protected Attributes

CPACSSysElemPneumaticDistributionElementsm_parent
std::vector< std::unique_ptr< CPACSVehicleElementBase > > m_pipeBellows
 Provides a flexible pipe section that accommodates displacement, vibration, or thermal expansion.
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSSysElemPipeBellows (const CPACSSysElemPipeBellows &)=delete
 CPACSSysElemPipeBellows (CPACSSysElemPipeBellows &&)=delete
CPACSSysElemPipeBellowsoperator= (const CPACSSysElemPipeBellows &)=delete
CPACSSysElemPipeBellowsoperator= (CPACSSysElemPipeBellows &&)=delete

Detailed Description

Pipe bellows.

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

Constructor & Destructor Documentation

◆ CPACSSysElemPipeBellows() [1/3]

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

◆ ~CPACSSysElemPipeBellows()

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

◆ CPACSSysElemPipeBellows() [2/3]

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

◆ CPACSSysElemPipeBellows() [3/3]

tigl::generated::CPACSSysElemPipeBellows::CPACSSysElemPipeBellows ( CPACSSysElemPipeBellows && )
privatedelete

Member Function Documentation

◆ AddPipeBellow()

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemPipeBellows::AddPipeBellow ( )
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

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

◆ GetParent() [2/2]

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

◆ GetPipeBellow() [1/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemPipeBellows::GetPipeBellow ( const std::string & UID)
virtual

◆ GetPipeBellow() [2/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemPipeBellows::GetPipeBellow ( const std::string & UID) const
virtual

◆ GetPipeBellow() [3/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemPipeBellows::GetPipeBellow ( size_t index)
virtual

◆ GetPipeBellow() [4/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemPipeBellows::GetPipeBellow ( size_t index) const
virtual

◆ GetPipeBellowCount()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemPipeBellows::GetPipeBellowCount ( ) const
virtual

◆ GetPipeBellowIndex()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemPipeBellows::GetPipeBellowIndex ( const std::string & UID) const
virtual

◆ GetPipeBellows() [1/2]

virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemPipeBellows::GetPipeBellows ( )
virtual

◆ GetPipeBellows() [2/2]

virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemPipeBellows::GetPipeBellows ( ) const
virtual

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemovePipeBellow()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemPipeBellows::RemovePipeBellow ( CPACSVehicleElementBase & ref)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_parent

CPACSSysElemPneumaticDistributionElements* tigl::generated::CPACSSysElemPipeBellows::m_parent
protected

◆ m_pipeBellows

std::vector<std::unique_ptr<CPACSVehicleElementBase> > tigl::generated::CPACSSysElemPipeBellows::m_pipeBellows
protected

Provides a flexible pipe section that accommodates displacement, vibration, or thermal expansion.

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSysElemPipeBellows::m_uidMgr
protected

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