rotorcraftModelType More...
#include <CPACSRotorcraftModel.h>
Public Member Functions | |
TIGL_EXPORT | CPACSRotorcraftModel (CPACSRotorcraft *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT const boost::optional< std::string > & | GetDescription () const |
virtual TIGL_EXPORT const boost::optional< CCPACSEnginePositions > & | GetEngines () const |
virtual TIGL_EXPORT boost::optional< CCPACSEnginePositions > & | GetEngines () |
virtual TIGL_EXPORT CCPACSEnginePositions & | GetEngines (CreateIfNotExistsTag) |
virtual TIGL_EXPORT const boost::optional< CCPACSFuselages > & | GetFuselages () const |
virtual TIGL_EXPORT boost::optional< CCPACSFuselages > & | GetFuselages () |
virtual TIGL_EXPORT CCPACSFuselages & | GetFuselages (CreateIfNotExistsTag) |
virtual TIGL_EXPORT const std::string & | GetName () const |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CPACSRotorcraft * | GetParent () |
TIGL_EXPORT const CPACSRotorcraft * | GetParent () const |
virtual TIGL_EXPORT const boost::optional< CCPACSRotorBlades > & | GetRotorBlades () const |
virtual TIGL_EXPORT boost::optional< CCPACSRotorBlades > & | GetRotorBlades () |
virtual TIGL_EXPORT CCPACSRotorBlades & | GetRotorBlades (CreateIfNotExistsTag) |
virtual TIGL_EXPORT const boost::optional< CCPACSRotors > & | GetRotors () const |
virtual TIGL_EXPORT boost::optional< CCPACSRotors > & | GetRotors () |
virtual TIGL_EXPORT CCPACSRotors & | GetRotors (CreateIfNotExistsTag) |
virtual TIGL_EXPORT const boost::optional< CCPACSACSystems > & | GetSystems () const |
virtual TIGL_EXPORT boost::optional< CCPACSACSystems > & | GetSystems () |
virtual TIGL_EXPORT CCPACSACSystems & | GetSystems (CreateIfNotExistsTag) |
virtual TIGL_EXPORT const std::string & | GetUID () const |
TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
virtual TIGL_EXPORT const boost::optional< CCPACSWings > & | GetWings () const |
virtual TIGL_EXPORT boost::optional< CCPACSWings > & | GetWings () |
virtual TIGL_EXPORT CCPACSWings & | GetWings (CreateIfNotExistsTag) |
virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
virtual TIGL_EXPORT void | RemoveEngines () |
virtual TIGL_EXPORT void | RemoveFuselages () |
virtual TIGL_EXPORT void | RemoveRotorBlades () |
virtual TIGL_EXPORT void | RemoveRotors () |
virtual TIGL_EXPORT void | RemoveSystems () |
virtual TIGL_EXPORT void | RemoveWings () |
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 | ~CPACSRotorcraftModel () |
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 rotorcraft model. More... | |
boost::optional< CCPACSEnginePositions > | m_engines |
boost::optional< CCPACSFuselages > | m_fuselages |
std::string | m_name |
Name of rotorcraft model. More... | |
CPACSRotorcraft * | m_parent |
boost::optional< CCPACSRotorBlades > | m_rotorBlades |
boost::optional< CCPACSRotors > | m_rotors |
boost::optional< CCPACSACSystems > | m_systems |
std::string | m_uID |
CTiglUIDManager * | m_uidMgr |
boost::optional< CCPACSWings > | m_wings |
Private Member Functions | |
CPACSRotorcraftModel (const CPACSRotorcraftModel &)=delete | |
CPACSRotorcraftModel (CPACSRotorcraftModel &&)=delete | |
CPACSRotorcraftModel & | operator= (const CPACSRotorcraftModel &)=delete |
CPACSRotorcraftModel & | operator= (CPACSRotorcraftModel &&)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from tigl::CTiglUIDObject | |
~CTiglUIDObject ()=default | |
rotorcraftModelType
RotorCraftModel type, containing a complete rotorcraft model (Geometry and all specific data). The rotorcraftModelType is basically a copy of the aircraftModelType with the following additional elements: rotors, rotorBlades, driveSystems. Furthermore the folowing elements have been adapted for rotorcraft: global and analyses (aeroPerformance and massBreakdown).
TIGL_EXPORT tigl::generated::CPACSRotorcraftModel::CPACSRotorcraftModel | ( | CPACSRotorcraft * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
TIGL_EXPORT CPACSRotorcraft* tigl::generated::CPACSRotorcraftModel::GetParent | ( | ) |
TIGL_EXPORT const CPACSRotorcraft* tigl::generated::CPACSRotorcraftModel::GetParent | ( | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements tigl::CTiglReqUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
|
virtual |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Description of rotorcraft model.
|
protected |
|
protected |
|
protected |
Name of rotorcraft model.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |