3.5.0
Loading...
Searching...
No Matches
tigl::generated::CPACSSysElemGroundConnectors Class Reference

Ground connectors. More...

#include <CPACSSysElemGroundConnectors.h>

Public Member Functions

virtual TIGL_EXPORT CPACSVehicleElementBaseAddGroundConnector ()
 
TIGL_EXPORT CPACSSysElemGroundConnectors (CPACSSysElemElectricalDistributionElements *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT CPACSSysElemGroundConnectors (CPACSSysElemPneumaticDistributionElements *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT CPACSSysElemGroundConnectors (CPACSSysElemThermoFluidDistributionElements *parent, CTiglUIDManager *uidMgr)
 
virtual TIGL_EXPORT CPACSVehicleElementBaseGetGroundConnector (const std::string &UID)
 
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetGroundConnector (const std::string &UID) const
 
virtual TIGL_EXPORT CPACSVehicleElementBaseGetGroundConnector (size_t index)
 
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetGroundConnector (size_t index) const
 
virtual TIGL_EXPORT size_t GetGroundConnectorCount () const
 
virtual TIGL_EXPORT size_t GetGroundConnectorIndex (const std::string &UID) const
 
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetGroundConnectors ()
 
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetGroundConnectors () 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 RemoveGroundConnector (CPACSVehicleElementBase &ref)
 
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
 
virtual TIGL_EXPORT ~CPACSSysElemGroundConnectors ()
 

Protected Attributes

std::vector< std::unique_ptr< CPACSVehicleElementBase > > m_groundConnectors
 Interface between an onboard system and corresponding ground-support equipment.
 
void * m_parent
 
const std::type_info * m_parentType
 
CTiglUIDManagerm_uidMgr
 

Private Member Functions

 CPACSSysElemGroundConnectors (const CPACSSysElemGroundConnectors &)=delete
 
 CPACSSysElemGroundConnectors (CPACSSysElemGroundConnectors &&)=delete
 
CPACSSysElemGroundConnectorsoperator= (const CPACSSysElemGroundConnectors &)=delete
 
CPACSSysElemGroundConnectorsoperator= (CPACSSysElemGroundConnectors &&)=delete
 

Detailed Description

Ground connectors.

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

Constructor & Destructor Documentation

◆ CPACSSysElemGroundConnectors() [1/5]

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

◆ CPACSSysElemGroundConnectors() [2/5]

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

◆ CPACSSysElemGroundConnectors() [3/5]

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

◆ ~CPACSSysElemGroundConnectors()

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

◆ CPACSSysElemGroundConnectors() [4/5]

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

◆ CPACSSysElemGroundConnectors() [5/5]

tigl::generated::CPACSSysElemGroundConnectors::CPACSSysElemGroundConnectors ( CPACSSysElemGroundConnectors && )
privatedelete

Member Function Documentation

◆ AddGroundConnector()

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemGroundConnectors::AddGroundConnector ( )
virtual

◆ GetGroundConnector() [1/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemGroundConnectors::GetGroundConnector ( const std::string & UID)
virtual

◆ GetGroundConnector() [2/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemGroundConnectors::GetGroundConnector ( const std::string & UID) const
virtual

◆ GetGroundConnector() [3/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemGroundConnectors::GetGroundConnector ( size_t index)
virtual

◆ GetGroundConnector() [4/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemGroundConnectors::GetGroundConnector ( size_t index) const
virtual

◆ GetGroundConnectorCount()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemGroundConnectors::GetGroundConnectorCount ( ) const
virtual

◆ GetGroundConnectorIndex()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemGroundConnectors::GetGroundConnectorIndex ( const std::string & UID) const
virtual

◆ GetGroundConnectors() [1/2]

virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemGroundConnectors::GetGroundConnectors ( )
virtual

◆ GetGroundConnectors() [2/2]

virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemGroundConnectors::GetGroundConnectors ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

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

◆ GetParent() [2/2]

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

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ IsParent()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveGroundConnector()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemGroundConnectors::RemoveGroundConnector ( CPACSVehicleElementBase & ref)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_groundConnectors

std::vector<std::unique_ptr<CPACSVehicleElementBase> > tigl::generated::CPACSSysElemGroundConnectors::m_groundConnectors
protected

Interface between an onboard system and corresponding ground-support equipment.

◆ m_parent

void* tigl::generated::CPACSSysElemGroundConnectors::m_parent
protected

◆ m_parentType

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

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSysElemGroundConnectors::m_uidMgr
protected

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