Environmental conditions. More...
#include <CPACSEnvironment.h>
Public Member Functions | |
TIGL_EXPORT | CPACSEnvironment (CPACSGlobalFlightPoint *parent) |
TIGL_EXPORT | CPACSEnvironment (CPACSPointPerformanceDefinition *parent) |
virtual TIGL_EXPORT const CPACSAtmosphericModel & | GetAtmosphericModel () const |
virtual TIGL_EXPORT const boost::optional< double > & | GetDeltaTemperature () const |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
template<typename P > | |
P * | GetParent () |
template<typename P > | |
const P * | GetParent () const |
template<typename P > | |
bool | IsParent () const |
virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
virtual TIGL_EXPORT void | SetAtmosphericModel (const CPACSAtmosphericModel &value) |
virtual TIGL_EXPORT void | SetDeltaTemperature (const boost::optional< double > &value) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSEnvironment () |
Protected Attributes | |
CPACSAtmosphericModel | m_atmosphericModel |
boost::optional< double > | m_deltaTemperature |
Delta temperature with respect to the standard temperature of the selected atmosphere [K]. More... | |
void * | m_parent |
const std::type_info * | m_parentType |
Private Member Functions | |
CPACSEnvironment (const CPACSEnvironment &)=delete | |
CPACSEnvironment (CPACSEnvironment &&)=delete | |
CPACSEnvironment & | operator= (const CPACSEnvironment &)=delete |
CPACSEnvironment & | operator= (CPACSEnvironment &&)=delete |
Environmental conditions.
Specification of environmental conditions
TIGL_EXPORT tigl::generated::CPACSEnvironment::CPACSEnvironment | ( | CPACSGlobalFlightPoint * | parent | ) |
TIGL_EXPORT tigl::generated::CPACSEnvironment::CPACSEnvironment | ( | CPACSPointPerformanceDefinition * | parent | ) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inline |
|
inline |
|
inline |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
Delta temperature with respect to the standard temperature of the selected atmosphere [K].
|
protected |
|
protected |