3.4.0
tigl::generated::CPACSPointPerformanceDefinition Class Reference

pointPerformanceType More...

#include <CPACSPointPerformanceDefinition.h>

+ Inheritance diagram for tigl::generated::CPACSPointPerformanceDefinition:

Public Member Functions

TIGL_EXPORT CPACSPointPerformanceDefinition (CPACSPointPerformanceDefinitions *parent, CTiglUIDManager *uidMgr)
 
virtual TIGL_EXPORT const boost::optional< CPACSPointPerformanceConstraints > & GetConstraints () const
 
virtual TIGL_EXPORT boost::optional< CPACSPointPerformanceConstraints > & GetConstraints ()
 
virtual TIGL_EXPORT CPACSPointPerformanceConstraintsGetConstraints (CreateIfNotExistsTag)
 
virtual TIGL_EXPORT const boost::optional< std::string > & GetDescription () const
 
virtual TIGL_EXPORT const boost::optional< CPACSEnvironment > & GetEnvironment () const
 
virtual TIGL_EXPORT boost::optional< CPACSEnvironment > & GetEnvironment ()
 
virtual TIGL_EXPORT CPACSEnvironmentGetEnvironment (CreateIfNotExistsTag)
 
virtual TIGL_EXPORT const boost::optional< double > & GetFuelFraction_choice3 () const
 
virtual TIGL_EXPORT const boost::optional< double > & GetMassFraction_choice2 () const
 
virtual TIGL_EXPORT const std::string & GetName () const
 
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
 
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
 
TIGL_EXPORT CPACSPointPerformanceDefinitionsGetParent ()
 
TIGL_EXPORT const CPACSPointPerformanceDefinitionsGetParent () const
 
virtual TIGL_EXPORT const boost::optional< CPACSPointPerformanceRequirements > & GetRequirements () const
 
virtual TIGL_EXPORT boost::optional< CPACSPointPerformanceRequirements > & GetRequirements ()
 
virtual TIGL_EXPORT CPACSPointPerformanceRequirementsGetRequirements (CreateIfNotExistsTag)
 
virtual TIGL_EXPORT const boost::optional< std::string > & GetSegmentUID_choice1 () const
 
virtual TIGL_EXPORT const CPACSPointPerformanceDefinition_typeOfPointPerformanceGetTypeOfPointPerformance () 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 RemoveConstraints ()
 
virtual TIGL_EXPORT void RemoveEnvironment ()
 
virtual TIGL_EXPORT void RemoveRequirements ()
 
virtual TIGL_EXPORT void SetDescription (const boost::optional< std::string > &value)
 
virtual TIGL_EXPORT void SetFuelFraction_choice3 (const boost::optional< double > &value)
 
virtual TIGL_EXPORT void SetMassFraction_choice2 (const boost::optional< double > &value)
 
virtual TIGL_EXPORT void SetName (const std::string &value)
 
virtual TIGL_EXPORT void SetSegmentUID_choice1 (const boost::optional< std::string > &value)
 
virtual TIGL_EXPORT void SetTypeOfPointPerformance (const CPACSPointPerformanceDefinition_typeOfPointPerformance &value)
 
virtual TIGL_EXPORT void SetUID (const std::string &value)
 
TIGL_EXPORT bool ValidateChoices () const
 
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
 
virtual TIGL_EXPORT ~CPACSPointPerformanceDefinition ()
 
- 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
 
- Public Member Functions inherited from tigl::ITiglUIDRefObject
virtual ~ITiglUIDRefObject ()=default
 

Protected Attributes

boost::optional< CPACSPointPerformanceConstraintsm_constraints
 
boost::optional< std::string > m_description
 Description. More...
 
boost::optional< CPACSEnvironmentm_environment
 
boost::optional< double > m_fuelFraction_choice3
 Defines at which part of the mission the point performance should be considered - at the defined fuelFraction within the mission as defined in performanceCase (mFuelCurrent/mFuelTO) More...
 
boost::optional< double > m_massFraction_choice2
 Defines at which part of the mission the point performance should be considered - at the defined massFraction within the mission as defined in performanceCase (mCurrent/mTO) More...
 
std::string m_name
 Name. More...
 
CPACSPointPerformanceDefinitionsm_parent
 
boost::optional< CPACSPointPerformanceRequirementsm_requirements
 
boost::optional< std::string > m_segmentUID_choice1
 Defines at which part of the mission the point performance should be considered - after indicated segment of the mission as defined in performanceCase. More...
 
CPACSPointPerformanceDefinition_typeOfPointPerformance m_typeOfPointPerformance
 Indicates the type of point performance. More...
 
std::string m_uID
 
CTiglUIDManagerm_uidMgr
 

Private Member Functions

 CPACSPointPerformanceDefinition (const CPACSPointPerformanceDefinition &)=delete
 
 CPACSPointPerformanceDefinition (CPACSPointPerformanceDefinition &&)=delete
 
TIGL_EXPORT const CTiglUIDObjectGetNextUIDObject () const final
 
TIGL_EXPORT void NotifyUIDChange (const std::string &oldUid, const std::string &newUid) final
 
CPACSPointPerformanceDefinitionoperator= (const CPACSPointPerformanceDefinition &)=delete
 
CPACSPointPerformanceDefinitionoperator= (CPACSPointPerformanceDefinition &&)=delete
 

Additional Inherited Members

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

Detailed Description

pointPerformanceType

Specific performance settings for the point performance calculation (e.g.: a cruise Mach number)

Constructor & Destructor Documentation

◆ CPACSPointPerformanceDefinition() [1/3]

TIGL_EXPORT tigl::generated::CPACSPointPerformanceDefinition::CPACSPointPerformanceDefinition ( CPACSPointPerformanceDefinitions parent,
CTiglUIDManager uidMgr 
)

◆ ~CPACSPointPerformanceDefinition()

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

◆ CPACSPointPerformanceDefinition() [2/3]

tigl::generated::CPACSPointPerformanceDefinition::CPACSPointPerformanceDefinition ( const CPACSPointPerformanceDefinition )
privatedelete

◆ CPACSPointPerformanceDefinition() [3/3]

tigl::generated::CPACSPointPerformanceDefinition::CPACSPointPerformanceDefinition ( CPACSPointPerformanceDefinition &&  )
privatedelete

Member Function Documentation

◆ GetConstraints() [1/3]

virtual TIGL_EXPORT const boost::optional<CPACSPointPerformanceConstraints>& tigl::generated::CPACSPointPerformanceDefinition::GetConstraints ( ) const
virtual

◆ GetConstraints() [2/3]

virtual TIGL_EXPORT boost::optional<CPACSPointPerformanceConstraints>& tigl::generated::CPACSPointPerformanceDefinition::GetConstraints ( )
virtual

◆ GetConstraints() [3/3]

virtual TIGL_EXPORT CPACSPointPerformanceConstraints& tigl::generated::CPACSPointPerformanceDefinition::GetConstraints ( CreateIfNotExistsTag  )
virtual

◆ GetDescription()

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

◆ GetEnvironment() [1/3]

virtual TIGL_EXPORT const boost::optional<CPACSEnvironment>& tigl::generated::CPACSPointPerformanceDefinition::GetEnvironment ( ) const
virtual

◆ GetEnvironment() [2/3]

virtual TIGL_EXPORT boost::optional<CPACSEnvironment>& tigl::generated::CPACSPointPerformanceDefinition::GetEnvironment ( )
virtual

◆ GetEnvironment() [3/3]

virtual TIGL_EXPORT CPACSEnvironment& tigl::generated::CPACSPointPerformanceDefinition::GetEnvironment ( CreateIfNotExistsTag  )
virtual

◆ GetFuelFraction_choice3()

virtual TIGL_EXPORT const boost::optional<double>& tigl::generated::CPACSPointPerformanceDefinition::GetFuelFraction_choice3 ( ) const
virtual

◆ GetMassFraction_choice2()

virtual TIGL_EXPORT const boost::optional<double>& tigl::generated::CPACSPointPerformanceDefinition::GetMassFraction_choice2 ( ) const
virtual

◆ GetName()

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

◆ GetNextUIDObject()

TIGL_EXPORT const CTiglUIDObject* tigl::generated::CPACSPointPerformanceDefinition::GetNextUIDObject ( ) const
finalprivatevirtual

◆ GetNextUIDParent() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetNextUIDParent() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ GetParent() [1/2]

TIGL_EXPORT CPACSPointPerformanceDefinitions* tigl::generated::CPACSPointPerformanceDefinition::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CPACSPointPerformanceDefinitions* tigl::generated::CPACSPointPerformanceDefinition::GetParent ( ) const

◆ GetRequirements() [1/3]

virtual TIGL_EXPORT const boost::optional<CPACSPointPerformanceRequirements>& tigl::generated::CPACSPointPerformanceDefinition::GetRequirements ( ) const
virtual

◆ GetRequirements() [2/3]

virtual TIGL_EXPORT boost::optional<CPACSPointPerformanceRequirements>& tigl::generated::CPACSPointPerformanceDefinition::GetRequirements ( )
virtual

◆ GetRequirements() [3/3]

virtual TIGL_EXPORT CPACSPointPerformanceRequirements& tigl::generated::CPACSPointPerformanceDefinition::GetRequirements ( CreateIfNotExistsTag  )
virtual

◆ GetSegmentUID_choice1()

virtual TIGL_EXPORT const boost::optional<std::string>& tigl::generated::CPACSPointPerformanceDefinition::GetSegmentUID_choice1 ( ) const
virtual

◆ GetTypeOfPointPerformance()

virtual TIGL_EXPORT const CPACSPointPerformanceDefinition_typeOfPointPerformance& tigl::generated::CPACSPointPerformanceDefinition::GetTypeOfPointPerformance ( ) const
virtual

◆ GetUID()

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

◆ GetUIDManager() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetUIDManager() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ NotifyUIDChange()

TIGL_EXPORT void tigl::generated::CPACSPointPerformanceDefinition::NotifyUIDChange ( const std::string &  oldUid,
const std::string &  newUid 
)
finalprivatevirtual

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveConstraints()

virtual TIGL_EXPORT void tigl::generated::CPACSPointPerformanceDefinition::RemoveConstraints ( )
virtual

◆ RemoveEnvironment()

virtual TIGL_EXPORT void tigl::generated::CPACSPointPerformanceDefinition::RemoveEnvironment ( )
virtual

◆ RemoveRequirements()

virtual TIGL_EXPORT void tigl::generated::CPACSPointPerformanceDefinition::RemoveRequirements ( )
virtual

◆ SetDescription()

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

◆ SetFuelFraction_choice3()

virtual TIGL_EXPORT void tigl::generated::CPACSPointPerformanceDefinition::SetFuelFraction_choice3 ( const boost::optional< double > &  value)
virtual

◆ SetMassFraction_choice2()

virtual TIGL_EXPORT void tigl::generated::CPACSPointPerformanceDefinition::SetMassFraction_choice2 ( const boost::optional< double > &  value)
virtual

◆ SetName()

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

◆ SetSegmentUID_choice1()

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

◆ SetTypeOfPointPerformance()

virtual TIGL_EXPORT void tigl::generated::CPACSPointPerformanceDefinition::SetTypeOfPointPerformance ( const CPACSPointPerformanceDefinition_typeOfPointPerformance value)
virtual

◆ SetUID()

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

◆ ValidateChoices()

TIGL_EXPORT bool tigl::generated::CPACSPointPerformanceDefinition::ValidateChoices ( ) const

◆ WriteCPACS()

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

Field Documentation

◆ m_constraints

boost::optional<CPACSPointPerformanceConstraints> tigl::generated::CPACSPointPerformanceDefinition::m_constraints
protected

◆ m_description

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

Description.

◆ m_environment

boost::optional<CPACSEnvironment> tigl::generated::CPACSPointPerformanceDefinition::m_environment
protected

◆ m_fuelFraction_choice3

boost::optional<double> tigl::generated::CPACSPointPerformanceDefinition::m_fuelFraction_choice3
protected

Defines at which part of the mission the point performance should be considered - at the defined fuelFraction within the mission as defined in performanceCase (mFuelCurrent/mFuelTO)

◆ m_massFraction_choice2

boost::optional<double> tigl::generated::CPACSPointPerformanceDefinition::m_massFraction_choice2
protected

Defines at which part of the mission the point performance should be considered - at the defined massFraction within the mission as defined in performanceCase (mCurrent/mTO)

◆ m_name

std::string tigl::generated::CPACSPointPerformanceDefinition::m_name
protected

Name.

◆ m_parent

CPACSPointPerformanceDefinitions* tigl::generated::CPACSPointPerformanceDefinition::m_parent
protected

◆ m_requirements

boost::optional<CPACSPointPerformanceRequirements> tigl::generated::CPACSPointPerformanceDefinition::m_requirements
protected

◆ m_segmentUID_choice1

boost::optional<std::string> tigl::generated::CPACSPointPerformanceDefinition::m_segmentUID_choice1
protected

Defines at which part of the mission the point performance should be considered - after indicated segment of the mission as defined in performanceCase.

◆ m_typeOfPointPerformance

CPACSPointPerformanceDefinition_typeOfPointPerformance tigl::generated::CPACSPointPerformanceDefinition::m_typeOfPointPerformance
protected

Indicates the type of point performance.

◆ m_uID

std::string tigl::generated::CPACSPointPerformanceDefinition::m_uID
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSPointPerformanceDefinition::m_uidMgr
protected

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