3.4.0
tigl::generated::CPACSVehicleConfiguration Class Reference

Vehicle configurations. More...

#include <CPACSVehicleConfiguration.h>

+ Inheritance diagram for tigl::generated::CPACSVehicleConfiguration:

Public Member Functions

TIGL_EXPORT CPACSVehicleConfiguration (CPACSVehicleConfigurations *parent, CTiglUIDManager *uidMgr)
 
virtual TIGL_EXPORT const boost::optional< CPACSAircraftControlElements > & GetControlElements () const
 
virtual TIGL_EXPORT boost::optional< CPACSAircraftControlElements > & GetControlElements ()
 
virtual TIGL_EXPORT CPACSAircraftControlElementsGetControlElements (CreateIfNotExistsTag)
 
virtual TIGL_EXPORT const boost::optional< std::string > & GetDescription () const
 
virtual TIGL_EXPORT const boost::optional< CPACSInternalPressures > & GetInternalPressures () const
 
virtual TIGL_EXPORT boost::optional< CPACSInternalPressures > & GetInternalPressures ()
 
virtual TIGL_EXPORT CPACSInternalPressuresGetInternalPressures (CreateIfNotExistsTag)
 
virtual TIGL_EXPORT const std::string & GetName () const
 
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
 
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
 
TIGL_EXPORT CPACSVehicleConfigurationsGetParent ()
 
TIGL_EXPORT const CPACSVehicleConfigurationsGetParent () const
 
virtual TIGL_EXPORT const std::string & GetUID () 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 RemoveControlElements ()
 
virtual TIGL_EXPORT void RemoveInternalPressures ()
 
virtual TIGL_EXPORT void SetDescription (const boost::optional< std::string > &value)
 
virtual TIGL_EXPORT void SetName (const std::string &value)
 
virtual TIGL_EXPORT void SetUID (const std::string &value)
 
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
 
virtual TIGL_EXPORT ~CPACSVehicleConfiguration ()
 
- Public Member Functions inherited from tigl::CTiglReqUIDObject
boost::optional< std::string > GetObjectUID () const
 
virtual ~CTiglReqUIDObject ()=default
 
- Public Member Functions inherited from tigl::CTiglUIDObject
TIGL_EXPORT void Invalidate (const boost::optional< std::string > &source=boost::none) const
 

Protected Attributes

boost::optional< CPACSAircraftControlElementsm_controlElements
 
boost::optional< std::string > m_description
 Description. More...
 
boost::optional< CPACSInternalPressuresm_internalPressures
 Deck configurations. More...
 
std::string m_name
 Name. More...
 
CPACSVehicleConfigurationsm_parent
 
std::string m_uID
 
CTiglUIDManagerm_uidMgr
 

Private Member Functions

 CPACSVehicleConfiguration (const CPACSVehicleConfiguration &)=delete
 
 CPACSVehicleConfiguration (CPACSVehicleConfiguration &&)=delete
 
CPACSVehicleConfigurationoperator= (const CPACSVehicleConfiguration &)=delete
 
CPACSVehicleConfigurationoperator= (CPACSVehicleConfiguration &&)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from tigl::CTiglUIDObject
 ~CTiglUIDObject ()=default
 

Detailed Description

Vehicle configurations.

List of vehicle configurations (e.g., setting of control surfaces, landing gear, etc.)

Constructor & Destructor Documentation

◆ CPACSVehicleConfiguration() [1/3]

TIGL_EXPORT tigl::generated::CPACSVehicleConfiguration::CPACSVehicleConfiguration ( CPACSVehicleConfigurations parent,
CTiglUIDManager uidMgr 
)

◆ ~CPACSVehicleConfiguration()

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

◆ CPACSVehicleConfiguration() [2/3]

tigl::generated::CPACSVehicleConfiguration::CPACSVehicleConfiguration ( const CPACSVehicleConfiguration )
privatedelete

◆ CPACSVehicleConfiguration() [3/3]

tigl::generated::CPACSVehicleConfiguration::CPACSVehicleConfiguration ( CPACSVehicleConfiguration &&  )
privatedelete

Member Function Documentation

◆ GetControlElements() [1/3]

virtual TIGL_EXPORT const boost::optional<CPACSAircraftControlElements>& tigl::generated::CPACSVehicleConfiguration::GetControlElements ( ) const
virtual

◆ GetControlElements() [2/3]

virtual TIGL_EXPORT boost::optional<CPACSAircraftControlElements>& tigl::generated::CPACSVehicleConfiguration::GetControlElements ( )
virtual

◆ GetControlElements() [3/3]

virtual TIGL_EXPORT CPACSAircraftControlElements& tigl::generated::CPACSVehicleConfiguration::GetControlElements ( CreateIfNotExistsTag  )
virtual

◆ GetDescription()

virtual TIGL_EXPORT const boost::optional<std::string>& tigl::generated::CPACSVehicleConfiguration::GetDescription ( ) const
virtual

◆ GetInternalPressures() [1/3]

virtual TIGL_EXPORT const boost::optional<CPACSInternalPressures>& tigl::generated::CPACSVehicleConfiguration::GetInternalPressures ( ) const
virtual

◆ GetInternalPressures() [2/3]

virtual TIGL_EXPORT boost::optional<CPACSInternalPressures>& tigl::generated::CPACSVehicleConfiguration::GetInternalPressures ( )
virtual

◆ GetInternalPressures() [3/3]

virtual TIGL_EXPORT CPACSInternalPressures& tigl::generated::CPACSVehicleConfiguration::GetInternalPressures ( CreateIfNotExistsTag  )
virtual

◆ GetName()

virtual TIGL_EXPORT const std::string& tigl::generated::CPACSVehicleConfiguration::GetName ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetNextUIDParent() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ GetParent() [1/2]

TIGL_EXPORT CPACSVehicleConfigurations* tigl::generated::CPACSVehicleConfiguration::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CPACSVehicleConfigurations* tigl::generated::CPACSVehicleConfiguration::GetParent ( ) const

◆ GetUID()

virtual TIGL_EXPORT const std::string& tigl::generated::CPACSVehicleConfiguration::GetUID ( ) const
virtual

◆ GetUIDManager() [1/2]

TIGL_EXPORT CTiglUIDManager& tigl::generated::CPACSVehicleConfiguration::GetUIDManager ( )
virtual

Implements tigl::CTiglUIDObject.

◆ GetUIDManager() [2/2]

TIGL_EXPORT const CTiglUIDManager& tigl::generated::CPACSVehicleConfiguration::GetUIDManager ( ) const
virtual

Implements tigl::CTiglUIDObject.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveControlElements()

virtual TIGL_EXPORT void tigl::generated::CPACSVehicleConfiguration::RemoveControlElements ( )
virtual

◆ RemoveInternalPressures()

virtual TIGL_EXPORT void tigl::generated::CPACSVehicleConfiguration::RemoveInternalPressures ( )
virtual

◆ SetDescription()

virtual TIGL_EXPORT void tigl::generated::CPACSVehicleConfiguration::SetDescription ( const boost::optional< std::string > &  value)
virtual

◆ SetName()

virtual TIGL_EXPORT void tigl::generated::CPACSVehicleConfiguration::SetName ( const std::string &  value)
virtual

◆ SetUID()

virtual TIGL_EXPORT void tigl::generated::CPACSVehicleConfiguration::SetUID ( const std::string &  value)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_controlElements

boost::optional<CPACSAircraftControlElements> tigl::generated::CPACSVehicleConfiguration::m_controlElements
protected

◆ m_description

boost::optional<std::string> tigl::generated::CPACSVehicleConfiguration::m_description
protected

Description.

◆ m_internalPressures

boost::optional<CPACSInternalPressures> tigl::generated::CPACSVehicleConfiguration::m_internalPressures
protected

Deck configurations.

◆ m_name

std::string tigl::generated::CPACSVehicleConfiguration::m_name
protected

Name.

◆ m_parent

CPACSVehicleConfigurations* tigl::generated::CPACSVehicleConfiguration::m_parent
protected

◆ m_uID

std::string tigl::generated::CPACSVehicleConfiguration::m_uID
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSVehicleConfiguration::m_uidMgr
protected

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