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

Lights. More...

#include <CPACSSysElemLights.h>

Public Member Functions

virtual TIGL_EXPORT CPACSVehicleElementBaseAddLight ()
TIGL_EXPORT CPACSSysElemLights (CPACSSysElemElectricalConsumerElements *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT CPACSVehicleElementBaseGetLight (const std::string &UID)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetLight (const std::string &UID) const
virtual TIGL_EXPORT CPACSVehicleElementBaseGetLight (size_t index)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetLight (size_t index) const
virtual TIGL_EXPORT size_t GetLightCount () const
virtual TIGL_EXPORT size_t GetLightIndex (const std::string &UID) const
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetLights ()
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetLights () const
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CPACSSysElemElectricalConsumerElementsGetParent ()
TIGL_EXPORT const CPACSSysElemElectricalConsumerElementsGetParent () 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 RemoveLight (CPACSVehicleElementBase &ref)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSSysElemLights ()

Protected Attributes

std::vector< std::unique_ptr< CPACSVehicleElementBase > > m_lights
 Consumes electrical power to provide illumination or optical signaling when no more specific light class is required.
CPACSSysElemElectricalConsumerElementsm_parent
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSSysElemLights (const CPACSSysElemLights &)=delete
 CPACSSysElemLights (CPACSSysElemLights &&)=delete
CPACSSysElemLightsoperator= (const CPACSSysElemLights &)=delete
CPACSSysElemLightsoperator= (CPACSSysElemLights &&)=delete

Detailed Description

Lights.

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

Constructor & Destructor Documentation

◆ CPACSSysElemLights() [1/3]

TIGL_EXPORT tigl::generated::CPACSSysElemLights::CPACSSysElemLights ( CPACSSysElemElectricalConsumerElements * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSSysElemLights()

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

◆ CPACSSysElemLights() [2/3]

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

◆ CPACSSysElemLights() [3/3]

tigl::generated::CPACSSysElemLights::CPACSSysElemLights ( CPACSSysElemLights && )
privatedelete

Member Function Documentation

◆ AddLight()

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemLights::AddLight ( )
virtual

◆ GetLight() [1/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemLights::GetLight ( const std::string & UID)
virtual

◆ GetLight() [2/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemLights::GetLight ( const std::string & UID) const
virtual

◆ GetLight() [3/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemLights::GetLight ( size_t index)
virtual

◆ GetLight() [4/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemLights::GetLight ( size_t index) const
virtual

◆ GetLightCount()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemLights::GetLightCount ( ) const
virtual

◆ GetLightIndex()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemLights::GetLightIndex ( const std::string & UID) const
virtual

◆ GetLights() [1/2]

virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemLights::GetLights ( )
virtual

◆ GetLights() [2/2]

virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemLights::GetLights ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

TIGL_EXPORT CPACSSysElemElectricalConsumerElements * tigl::generated::CPACSSysElemLights::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CPACSSysElemElectricalConsumerElements * tigl::generated::CPACSSysElemLights::GetParent ( ) const

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveLight()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemLights::RemoveLight ( CPACSVehicleElementBase & ref)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_lights

std::vector<std::unique_ptr<CPACSVehicleElementBase> > tigl::generated::CPACSSysElemLights::m_lights
protected

Consumes electrical power to provide illumination or optical signaling when no more specific light class is required.

◆ m_parent

CPACSSysElemElectricalConsumerElements* tigl::generated::CPACSSysElemLights::m_parent
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSysElemLights::m_uidMgr
protected

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