rotorHubType More...
#include <CPACSRotorHub.h>
Public Member Functions | |
TIGL_EXPORT | CPACSRotorHub (CCPACSRotor *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT const boost::optional< std::string > & | GetDescription () const |
virtual TIGL_EXPORT const boost::optional< std::string > & | GetName () const |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CCPACSRotor * | GetParent () |
TIGL_EXPORT const CCPACSRotor * | GetParent () const |
virtual TIGL_EXPORT const CCPACSRotorBladeAttachments & | GetRotorBladeAttachments () const |
virtual TIGL_EXPORT CCPACSRotorBladeAttachments & | GetRotorBladeAttachments () |
virtual TIGL_EXPORT const boost::optional< TiglRotorHubType > & | GetType () 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 | SetDescription (const boost::optional< std::string > &value) |
virtual TIGL_EXPORT void | SetName (const boost::optional< std::string > &value) |
virtual TIGL_EXPORT void | SetType (const boost::optional< TiglRotorHubType > &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 | ~CPACSRotorHub () |
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 the rotor hub. More... | |
boost::optional< std::string > | m_name |
Name of the rotor hub. More... | |
CCPACSRotor * | m_parent |
CCPACSRotorBladeAttachments | m_rotorBladeAttachments |
Rotor blade attachments are used to define how many rotor blades are attached at which azimuth positions of the rotor hub and the used hinges. More... | |
boost::optional< TiglRotorHubType > | m_type |
Rotor head type. Possible values: "semiRigid", "rigid", "articulated", "hingeless". More... | |
std::string | m_uID |
CTiglUIDManager * | m_uidMgr |
Private Member Functions | |
CPACSRotorHub (const CPACSRotorHub &)=delete | |
CPACSRotorHub (CPACSRotorHub &&)=delete | |
CPACSRotorHub & | operator= (const CPACSRotorHub &)=delete |
CPACSRotorHub & | operator= (CPACSRotorHub &&)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from tigl::CTiglUIDObject | |
~CTiglUIDObject ()=default | |
rotorHubType
RotorHub type, containing definitions for the rotor hub and attached hinges and blades.
TIGL_EXPORT tigl::generated::CPACSRotorHub::CPACSRotorHub | ( | CCPACSRotor * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
TIGL_EXPORT CCPACSRotor* tigl::generated::CPACSRotorHub::GetParent | ( | ) |
TIGL_EXPORT const CCPACSRotor* tigl::generated::CPACSRotorHub::GetParent | ( | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements tigl::CTiglReqUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Description of the rotor hub.
|
protected |
Name of the rotor hub.
|
protected |
|
protected |
Rotor blade attachments are used to define how many rotor blades are attached at which azimuth positions of the rotor hub and the used hinges.
|
protected |
Rotor head type. Possible values: "semiRigid", "rigid", "articulated", "hingeless".
|
protected |
|
protected |