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

Electrical consumer elements. More...

#include <CPACSSysElemElectricalConsumerElements.h>

Public Member Functions

TIGL_EXPORT CPACSSysElemElectricalConsumerElements (CPACSSysElemElectricalElements *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT boost::optional< CPACSSysElemDisplays > & GetDisplays ()
virtual TIGL_EXPORT const boost::optional< CPACSSysElemDisplays > & GetDisplays () const
virtual TIGL_EXPORT CPACSSysElemDisplaysGetDisplays (CreateIfNotExistsTag)
virtual TIGL_EXPORT boost::optional< CPACSSysElemExteriorLights > & GetExteriorLights ()
virtual TIGL_EXPORT const boost::optional< CPACSSysElemExteriorLights > & GetExteriorLights () const
virtual TIGL_EXPORT CPACSSysElemExteriorLightsGetExteriorLights (CreateIfNotExistsTag)
virtual TIGL_EXPORT boost::optional< CPACSSysElemGenericConsumerElements > & GetGenericConsumerElements ()
virtual TIGL_EXPORT const boost::optional< CPACSSysElemGenericConsumerElements > & GetGenericConsumerElements () const
virtual TIGL_EXPORT CPACSSysElemGenericConsumerElementsGetGenericConsumerElements (CreateIfNotExistsTag)
virtual TIGL_EXPORT boost::optional< CPACSSysElemInteriorLights > & GetInteriorLights ()
virtual TIGL_EXPORT const boost::optional< CPACSSysElemInteriorLights > & GetInteriorLights () const
virtual TIGL_EXPORT CPACSSysElemInteriorLightsGetInteriorLights (CreateIfNotExistsTag)
virtual TIGL_EXPORT boost::optional< CPACSSysElemLights > & GetLights ()
virtual TIGL_EXPORT const boost::optional< CPACSSysElemLights > & GetLights () const
virtual TIGL_EXPORT CPACSSysElemLightsGetLights (CreateIfNotExistsTag)
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CPACSSysElemElectricalElementsGetParent ()
TIGL_EXPORT const CPACSSysElemElectricalElementsGetParent () 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 RemoveDisplays ()
virtual TIGL_EXPORT void RemoveExteriorLights ()
virtual TIGL_EXPORT void RemoveGenericConsumerElements ()
virtual TIGL_EXPORT void RemoveInteriorLights ()
virtual TIGL_EXPORT void RemoveLights ()
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSSysElemElectricalConsumerElements ()

Protected Attributes

boost::optional< CPACSSysElemDisplaysm_displays
 Library of predefined displays.
boost::optional< CPACSSysElemExteriorLightsm_exteriorLights
 Library of predefined exterior lights.
boost::optional< CPACSSysElemGenericConsumerElementsm_genericConsumerElements
 Library of predefined generic consumer elements.
boost::optional< CPACSSysElemInteriorLightsm_interiorLights
 Library of predefined interior lights.
boost::optional< CPACSSysElemLightsm_lights
 Library of predefined lights.
CPACSSysElemElectricalElementsm_parent
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSSysElemElectricalConsumerElements (const CPACSSysElemElectricalConsumerElements &)=delete
 CPACSSysElemElectricalConsumerElements (CPACSSysElemElectricalConsumerElements &&)=delete
CPACSSysElemElectricalConsumerElementsoperator= (const CPACSSysElemElectricalConsumerElements &)=delete
CPACSSysElemElectricalConsumerElementsoperator= (CPACSSysElemElectricalConsumerElements &&)=delete

Detailed Description

Electrical consumer elements.

Contains terminal electrical loads that consume electrical power to provide a service without exporting another modeled power domain.

Constructor & Destructor Documentation

◆ CPACSSysElemElectricalConsumerElements() [1/3]

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

◆ ~CPACSSysElemElectricalConsumerElements()

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

◆ CPACSSysElemElectricalConsumerElements() [2/3]

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

◆ CPACSSysElemElectricalConsumerElements() [3/3]

tigl::generated::CPACSSysElemElectricalConsumerElements::CPACSSysElemElectricalConsumerElements ( CPACSSysElemElectricalConsumerElements && )
privatedelete

Member Function Documentation

◆ GetDisplays() [1/3]

virtual TIGL_EXPORT boost::optional< CPACSSysElemDisplays > & tigl::generated::CPACSSysElemElectricalConsumerElements::GetDisplays ( )
virtual

◆ GetDisplays() [2/3]

virtual TIGL_EXPORT const boost::optional< CPACSSysElemDisplays > & tigl::generated::CPACSSysElemElectricalConsumerElements::GetDisplays ( ) const
virtual

◆ GetDisplays() [3/3]

virtual TIGL_EXPORT CPACSSysElemDisplays & tigl::generated::CPACSSysElemElectricalConsumerElements::GetDisplays ( CreateIfNotExistsTag )
virtual

◆ GetExteriorLights() [1/3]

virtual TIGL_EXPORT boost::optional< CPACSSysElemExteriorLights > & tigl::generated::CPACSSysElemElectricalConsumerElements::GetExteriorLights ( )
virtual

◆ GetExteriorLights() [2/3]

virtual TIGL_EXPORT const boost::optional< CPACSSysElemExteriorLights > & tigl::generated::CPACSSysElemElectricalConsumerElements::GetExteriorLights ( ) const
virtual

◆ GetExteriorLights() [3/3]

virtual TIGL_EXPORT CPACSSysElemExteriorLights & tigl::generated::CPACSSysElemElectricalConsumerElements::GetExteriorLights ( CreateIfNotExistsTag )
virtual

◆ GetGenericConsumerElements() [1/3]

virtual TIGL_EXPORT boost::optional< CPACSSysElemGenericConsumerElements > & tigl::generated::CPACSSysElemElectricalConsumerElements::GetGenericConsumerElements ( )
virtual

◆ GetGenericConsumerElements() [2/3]

virtual TIGL_EXPORT const boost::optional< CPACSSysElemGenericConsumerElements > & tigl::generated::CPACSSysElemElectricalConsumerElements::GetGenericConsumerElements ( ) const
virtual

◆ GetGenericConsumerElements() [3/3]

virtual TIGL_EXPORT CPACSSysElemGenericConsumerElements & tigl::generated::CPACSSysElemElectricalConsumerElements::GetGenericConsumerElements ( CreateIfNotExistsTag )
virtual

◆ GetInteriorLights() [1/3]

virtual TIGL_EXPORT boost::optional< CPACSSysElemInteriorLights > & tigl::generated::CPACSSysElemElectricalConsumerElements::GetInteriorLights ( )
virtual

◆ GetInteriorLights() [2/3]

virtual TIGL_EXPORT const boost::optional< CPACSSysElemInteriorLights > & tigl::generated::CPACSSysElemElectricalConsumerElements::GetInteriorLights ( ) const
virtual

◆ GetInteriorLights() [3/3]

virtual TIGL_EXPORT CPACSSysElemInteriorLights & tigl::generated::CPACSSysElemElectricalConsumerElements::GetInteriorLights ( CreateIfNotExistsTag )
virtual

◆ GetLights() [1/3]

virtual TIGL_EXPORT boost::optional< CPACSSysElemLights > & tigl::generated::CPACSSysElemElectricalConsumerElements::GetLights ( )
virtual

◆ GetLights() [2/3]

virtual TIGL_EXPORT const boost::optional< CPACSSysElemLights > & tigl::generated::CPACSSysElemElectricalConsumerElements::GetLights ( ) const
virtual

◆ GetLights() [3/3]

virtual TIGL_EXPORT CPACSSysElemLights & tigl::generated::CPACSSysElemElectricalConsumerElements::GetLights ( CreateIfNotExistsTag )
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

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

◆ GetParent() [2/2]

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

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveDisplays()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemElectricalConsumerElements::RemoveDisplays ( )
virtual

◆ RemoveExteriorLights()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemElectricalConsumerElements::RemoveExteriorLights ( )
virtual

◆ RemoveGenericConsumerElements()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemElectricalConsumerElements::RemoveGenericConsumerElements ( )
virtual

◆ RemoveInteriorLights()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemElectricalConsumerElements::RemoveInteriorLights ( )
virtual

◆ RemoveLights()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemElectricalConsumerElements::RemoveLights ( )
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_displays

boost::optional<CPACSSysElemDisplays> tigl::generated::CPACSSysElemElectricalConsumerElements::m_displays
protected

Library of predefined displays.

◆ m_exteriorLights

boost::optional<CPACSSysElemExteriorLights> tigl::generated::CPACSSysElemElectricalConsumerElements::m_exteriorLights
protected

Library of predefined exterior lights.

◆ m_genericConsumerElements

boost::optional<CPACSSysElemGenericConsumerElements> tigl::generated::CPACSSysElemElectricalConsumerElements::m_genericConsumerElements
protected

Library of predefined generic consumer elements.

◆ m_interiorLights

boost::optional<CPACSSysElemInteriorLights> tigl::generated::CPACSSysElemElectricalConsumerElements::m_interiorLights
protected

Library of predefined interior lights.

◆ m_lights

boost::optional<CPACSSysElemLights> tigl::generated::CPACSSysElemElectricalConsumerElements::m_lights
protected

Library of predefined lights.

◆ m_parent

CPACSSysElemElectricalElements* tigl::generated::CPACSSysElemElectricalConsumerElements::m_parent
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSysElemElectricalConsumerElements::m_uidMgr
protected

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