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

Joiners. More...

#include <CPACSSysElemJoiners.h>

Public Member Functions

virtual TIGL_EXPORT CPACSVehicleElementBaseAddJoiner ()
TIGL_EXPORT CPACSSysElemJoiners (CPACSSysElemHydraulicDistributionElements *parent, CTiglUIDManager *uidMgr)
TIGL_EXPORT CPACSSysElemJoiners (CPACSSysElemPneumaticDistributionElements *parent, CTiglUIDManager *uidMgr)
TIGL_EXPORT CPACSSysElemJoiners (CPACSSysElemThermoFluidDistributionElements *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT CPACSVehicleElementBaseGetJoiner (const std::string &UID)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetJoiner (const std::string &UID) const
virtual TIGL_EXPORT CPACSVehicleElementBaseGetJoiner (size_t index)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetJoiner (size_t index) const
virtual TIGL_EXPORT size_t GetJoinerCount () const
virtual TIGL_EXPORT size_t GetJoinerIndex (const std::string &UID) const
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetJoiners ()
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetJoiners () const
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
template<typename P>
P * GetParent ()
template<typename P>
const P * GetParent () const
TIGL_EXPORT CTiglUIDManagerGetUIDManager ()
TIGL_EXPORT const CTiglUIDManagerGetUIDManager () const
template<typename P>
bool IsParent () const
virtual TIGL_EXPORT void ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath)
virtual TIGL_EXPORT void RemoveJoiner (CPACSVehicleElementBase &ref)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSSysElemJoiners ()

Protected Attributes

std::vector< std::unique_ptr< CPACSVehicleElementBase > > m_joiners
 Combines two or more incoming distribution paths into an outgoing path.
void * m_parent
const std::type_info * m_parentType
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSSysElemJoiners (const CPACSSysElemJoiners &)=delete
 CPACSSysElemJoiners (CPACSSysElemJoiners &&)=delete
CPACSSysElemJoinersoperator= (const CPACSSysElemJoiners &)=delete
CPACSSysElemJoinersoperator= (CPACSSysElemJoiners &&)=delete

Detailed Description

Joiners.

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

Constructor & Destructor Documentation

◆ CPACSSysElemJoiners() [1/5]

TIGL_EXPORT tigl::generated::CPACSSysElemJoiners::CPACSSysElemJoiners ( CPACSSysElemHydraulicDistributionElements * parent,
CTiglUIDManager * uidMgr )

◆ CPACSSysElemJoiners() [2/5]

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

◆ CPACSSysElemJoiners() [3/5]

TIGL_EXPORT tigl::generated::CPACSSysElemJoiners::CPACSSysElemJoiners ( CPACSSysElemThermoFluidDistributionElements * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSSysElemJoiners()

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

◆ CPACSSysElemJoiners() [4/5]

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

◆ CPACSSysElemJoiners() [5/5]

tigl::generated::CPACSSysElemJoiners::CPACSSysElemJoiners ( CPACSSysElemJoiners && )
privatedelete

Member Function Documentation

◆ AddJoiner()

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemJoiners::AddJoiner ( )
virtual

◆ GetJoiner() [1/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemJoiners::GetJoiner ( const std::string & UID)
virtual

◆ GetJoiner() [2/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemJoiners::GetJoiner ( const std::string & UID) const
virtual

◆ GetJoiner() [3/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemJoiners::GetJoiner ( size_t index)
virtual

◆ GetJoiner() [4/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemJoiners::GetJoiner ( size_t index) const
virtual

◆ GetJoinerCount()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemJoiners::GetJoinerCount ( ) const
virtual

◆ GetJoinerIndex()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemJoiners::GetJoinerIndex ( const std::string & UID) const
virtual

◆ GetJoiners() [1/2]

virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemJoiners::GetJoiners ( )
virtual

◆ GetJoiners() [2/2]

virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemJoiners::GetJoiners ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

template<typename P>
P * tigl::generated::CPACSSysElemJoiners::GetParent ( )
inline

◆ GetParent() [2/2]

template<typename P>
const P * tigl::generated::CPACSSysElemJoiners::GetParent ( ) const
inline

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ IsParent()

template<typename P>
bool tigl::generated::CPACSSysElemJoiners::IsParent ( ) const
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveJoiner()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemJoiners::RemoveJoiner ( CPACSVehicleElementBase & ref)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_joiners

std::vector<std::unique_ptr<CPACSVehicleElementBase> > tigl::generated::CPACSSysElemJoiners::m_joiners
protected

Combines two or more incoming distribution paths into an outgoing path.

◆ m_parent

void* tigl::generated::CPACSSysElemJoiners::m_parent
protected

◆ m_parentType

const std::type_info* tigl::generated::CPACSSysElemJoiners::m_parentType
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSysElemJoiners::m_uidMgr
protected

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