#include <CCPACSRotorHub.h>
Public Member Functions | |
TIGL_EXPORT | CCPACSRotorHub (CCPACSRotor *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT CCPACSConfiguration & | GetConfiguration () const |
TIGL_EXPORT TiglRotorHubType | GetDefaultedType () const |
TIGL_EXPORT CCPACSRotor & | GetRotor () const |
TIGL_EXPORT CTiglAttachedRotorBlade & | GetRotorBlade (int index) const |
TIGL_EXPORT CCPACSRotorBladeAttachment & | GetRotorBladeAttachment (int index) const |
TIGL_EXPORT int | GetRotorBladeAttachmentCount () const |
TIGL_EXPORT int | GetRotorBladeCount () const |
Public Member Functions inherited from tigl::generated::CPACSRotorHub | |
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 |
Additional Inherited Members | |
Protected Member Functions inherited from tigl::CTiglUIDObject | |
~CTiglUIDObject ()=default | |
Protected Attributes inherited from tigl::generated::CPACSRotorHub | |
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 |
TIGL_EXPORT tigl::CCPACSRotorHub::CCPACSRotorHub | ( | CCPACSRotor * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
TIGL_EXPORT CCPACSConfiguration& tigl::CCPACSRotorHub::GetConfiguration | ( | ) | const |
TIGL_EXPORT TiglRotorHubType tigl::CCPACSRotorHub::GetDefaultedType | ( | ) | const |
TIGL_EXPORT CCPACSRotor& tigl::CCPACSRotorHub::GetRotor | ( | ) | const |
TIGL_EXPORT CTiglAttachedRotorBlade& tigl::CCPACSRotorHub::GetRotorBlade | ( | int | index | ) | const |
TIGL_EXPORT CCPACSRotorBladeAttachment& tigl::CCPACSRotorHub::GetRotorBladeAttachment | ( | int | index | ) | const |
TIGL_EXPORT int tigl::CCPACSRotorHub::GetRotorBladeAttachmentCount | ( | ) | const |
TIGL_EXPORT int tigl::CCPACSRotorHub::GetRotorBladeCount | ( | ) | const |