#include <CCPACSRotors.h>
Additional Inherited Members | |
Protected Attributes inherited from tigl::generated::CPACSRotors | |
CCPACSRotorcraftModel * | m_parent |
std::vector< std::unique_ptr< CCPACSRotor > > | m_rotors |
CTiglUIDManager * | m_uidMgr |
TIGL_EXPORT tigl::CCPACSRotors::CCPACSRotors | ( | CCPACSRotorcraftModel * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
TIGL_EXPORT CCPACSConfiguration& tigl::CCPACSRotors::GetConfiguration | ( | ) | const |
TIGL_EXPORT CCPACSRotor& tigl::CCPACSRotors::GetRotor | ( | int | index | ) | const |
TIGL_EXPORT CCPACSRotor& tigl::CCPACSRotors::GetRotor | ( | const std::string & | UID | ) | const |
TIGL_EXPORT int tigl::CCPACSRotors::GetRotorCount | ( | ) | const |
TIGL_EXPORT int tigl::CCPACSRotors::GetRotorIndex | ( | const std::string & | UID | ) | const |
TIGL_EXPORT void tigl::CCPACSRotors::Invalidate | ( | const boost::optional< std::string > & | source = boost::none | ) | const |