#include <CCPACSRotorHinges.h>
Additional Inherited Members | |
| Protected Attributes inherited from tigl::generated::CPACSRotorHubHinges | |
| std::vector< std::unique_ptr< CCPACSRotorHinge > > | m_hinges |
| Definition of a flap, lead-lag or pitch hinge. | |
| CCPACSRotorBladeAttachment * | m_parent |
| CTiglUIDManager * | m_uidMgr |
| TIGL_EXPORT tigl::CCPACSRotorHinges::CCPACSRotorHinges | ( | CCPACSRotorBladeAttachment * | parent, |
| CTiglUIDManager * | uidMgr ) |
| TIGL_EXPORT CCPACSConfiguration & tigl::CCPACSRotorHinges::GetConfiguration | ( | ) |
| TIGL_EXPORT const CCPACSConfiguration & tigl::CCPACSRotorHinges::GetConfiguration | ( | ) | const |
| TIGL_EXPORT CCPACSRotor & tigl::CCPACSRotorHinges::GetRotor | ( | ) |
| TIGL_EXPORT const CCPACSRotor & tigl::CCPACSRotorHinges::GetRotor | ( | ) | const |
| TIGL_EXPORT CCPACSRotorBladeAttachment & tigl::CCPACSRotorHinges::GetRotorBladeAttachment | ( | ) |
| TIGL_EXPORT const CCPACSRotorBladeAttachment & tigl::CCPACSRotorHinges::GetRotorBladeAttachment | ( | ) | const |
| TIGL_EXPORT CCPACSRotorHinge & tigl::CCPACSRotorHinges::GetRotorHinge | ( | size_t | index | ) |
| TIGL_EXPORT const CCPACSRotorHinge & tigl::CCPACSRotorHinges::GetRotorHinge | ( | size_t | index | ) | const |
| TIGL_EXPORT size_t tigl::CCPACSRotorHinges::GetRotorHingeCount | ( | ) | const |