engineType More...
#include <CPACSEngine.h>
Public Member Functions | |
TIGL_EXPORT | CPACSEngine (CCPACSEngines *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT const boost::optional< std::string > & | GetDescription () const |
virtual TIGL_EXPORT const boost::optional< CPACSEngineNacelle > & | GetNacelle () const |
virtual TIGL_EXPORT boost::optional< CPACSEngineNacelle > & | GetNacelle () |
virtual TIGL_EXPORT CPACSEngineNacelle & | GetNacelle (CreateIfNotExistsTag) |
virtual TIGL_EXPORT const std::string & | GetName () const |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CCPACSEngines * | GetParent () |
TIGL_EXPORT const CCPACSEngines * | GetParent () const |
virtual TIGL_EXPORT const boost::optional< double > & | GetThrust00Scaling () const |
virtual TIGL_EXPORT const std::string & | GetUID () const |
TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
virtual TIGL_EXPORT void | RemoveNacelle () |
virtual TIGL_EXPORT void | SetDescription (const boost::optional< std::string > &value) |
virtual TIGL_EXPORT void | SetName (const std::string &value) |
virtual TIGL_EXPORT void | SetThrust00Scaling (const boost::optional< double > &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 | ~CPACSEngine () |
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< std::string > | m_description |
Description of engine. More... | |
boost::optional< CPACSEngineNacelle > | m_nacelle |
std::string | m_name |
Name of engine. More... | |
CCPACSEngines * | m_parent |
boost::optional< double > | m_thrust00Scaling |
Scaling of engine take-off thrust. More... | |
std::string | m_uID |
CTiglUIDManager * | m_uidMgr |
Private Member Functions | |
CPACSEngine (const CPACSEngine &)=delete | |
CPACSEngine (CPACSEngine &&)=delete | |
CPACSEngine & | operator= (const CPACSEngine &)=delete |
CPACSEngine & | operator= (CPACSEngine &&)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from tigl::CTiglUIDObject | |
~CTiglUIDObject ()=default | |
engineType
Engine type, containing engine data.
TIGL_EXPORT tigl::generated::CPACSEngine::CPACSEngine | ( | CCPACSEngines * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
TIGL_EXPORT CCPACSEngines* tigl::generated::CPACSEngine::GetParent | ( | ) |
TIGL_EXPORT const CCPACSEngines* tigl::generated::CPACSEngine::GetParent | ( | ) | const |
|
virtual |
|
virtual |
Implements tigl::CTiglReqUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Description of engine.
|
protected |
|
protected |
Name of engine.
|
protected |
|
protected |
Scaling of engine take-off thrust.
|
protected |
|
protected |