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

Cables. More...

#include <CPACSSysElemCables.h>

Public Member Functions

virtual TIGL_EXPORT CPACSVehicleElementBaseAddCable ()
TIGL_EXPORT CPACSSysElemCables (CPACSSysElemElectricalDistributionElements *parent, CTiglUIDManager *uidMgr)
TIGL_EXPORT CPACSSysElemCables (CPACSSysElemMechanicalDistributionElements *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT CPACSVehicleElementBaseGetCable (const std::string &UID)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetCable (const std::string &UID) const
virtual TIGL_EXPORT CPACSVehicleElementBaseGetCable (size_t index)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetCable (size_t index) const
virtual TIGL_EXPORT size_t GetCableCount () const
virtual TIGL_EXPORT size_t GetCableIndex (const std::string &UID) const
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetCables ()
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetCables () 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 RemoveCable (CPACSVehicleElementBase &ref)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSSysElemCables ()

Protected Attributes

std::vector< std::unique_ptr< CPACSVehicleElementBase > > m_cables
 Transfers energy, force, or signals through a flexible connection; the containing branch determines the physical domain.
void * m_parent
const std::type_info * m_parentType
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSSysElemCables (const CPACSSysElemCables &)=delete
 CPACSSysElemCables (CPACSSysElemCables &&)=delete
CPACSSysElemCablesoperator= (const CPACSSysElemCables &)=delete
CPACSSysElemCablesoperator= (CPACSSysElemCables &&)=delete

Detailed Description

Cables.

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

Constructor & Destructor Documentation

◆ CPACSSysElemCables() [1/4]

TIGL_EXPORT tigl::generated::CPACSSysElemCables::CPACSSysElemCables ( CPACSSysElemElectricalDistributionElements * parent,
CTiglUIDManager * uidMgr )

◆ CPACSSysElemCables() [2/4]

TIGL_EXPORT tigl::generated::CPACSSysElemCables::CPACSSysElemCables ( CPACSSysElemMechanicalDistributionElements * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSSysElemCables()

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

◆ CPACSSysElemCables() [3/4]

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

◆ CPACSSysElemCables() [4/4]

tigl::generated::CPACSSysElemCables::CPACSSysElemCables ( CPACSSysElemCables && )
privatedelete

Member Function Documentation

◆ AddCable()

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemCables::AddCable ( )
virtual

◆ GetCable() [1/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemCables::GetCable ( const std::string & UID)
virtual

◆ GetCable() [2/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemCables::GetCable ( const std::string & UID) const
virtual

◆ GetCable() [3/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemCables::GetCable ( size_t index)
virtual

◆ GetCable() [4/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemCables::GetCable ( size_t index) const
virtual

◆ GetCableCount()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemCables::GetCableCount ( ) const
virtual

◆ GetCableIndex()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemCables::GetCableIndex ( const std::string & UID) const
virtual

◆ GetCables() [1/2]

virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemCables::GetCables ( )
virtual

◆ GetCables() [2/2]

virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemCables::GetCables ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

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

◆ GetParent() [2/2]

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

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ IsParent()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveCable()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemCables::RemoveCable ( CPACSVehicleElementBase & ref)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_cables

std::vector<std::unique_ptr<CPACSVehicleElementBase> > tigl::generated::CPACSSysElemCables::m_cables
protected

Transfers energy, force, or signals through a flexible connection; the containing branch determines the physical domain.

◆ m_parent

void* tigl::generated::CPACSSysElemCables::m_parent
protected

◆ m_parentType

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

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSysElemCables::m_uidMgr
protected

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