#include <CCPACSRotorHub.h>
Additional Inherited Members | |
![]() | |
~CTiglUIDObject ()=default | |
![]() | |
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 const CCPACSConfiguration& tigl::CCPACSRotorHub::GetConfiguration | ( | ) | const |
TIGL_EXPORT CCPACSConfiguration& tigl::CCPACSRotorHub::GetConfiguration | ( | ) |
TIGL_EXPORT TiglRotorHubType tigl::CCPACSRotorHub::GetDefaultedType | ( | ) | const |
TIGL_EXPORT const CCPACSRotor& tigl::CCPACSRotorHub::GetRotor | ( | ) | const |
TIGL_EXPORT CCPACSRotor& tigl::CCPACSRotorHub::GetRotor | ( | ) |
TIGL_EXPORT const CTiglAttachedRotorBlade& tigl::CCPACSRotorHub::GetRotorBlade | ( | size_t | index | ) | const |
TIGL_EXPORT CTiglAttachedRotorBlade& tigl::CCPACSRotorHub::GetRotorBlade | ( | size_t | index | ) |
TIGL_EXPORT const CCPACSRotorBladeAttachment& tigl::CCPACSRotorHub::GetRotorBladeAttachment | ( | size_t | index | ) | const |
TIGL_EXPORT CCPACSRotorBladeAttachment& tigl::CCPACSRotorHub::GetRotorBladeAttachment | ( | size_t | index | ) |
TIGL_EXPORT size_t tigl::CCPACSRotorHub::GetRotorBladeAttachmentCount | ( | ) | const |
TIGL_EXPORT size_t tigl::CCPACSRotorHub::GetRotorBladeCount | ( | ) | const |