#include <CCPACSRotors.h>
Inheritance diagram for tigl::CCPACSRotors:Public Member Functions | |
| TIGL_EXPORT | CCPACSRotors (CCPACSRotorcraftModel *parent, CTiglUIDManager *uidMgr) |
| TIGL_EXPORT const CCPACSConfiguration & | GetConfiguration () const |
| TIGL_EXPORT CCPACSConfiguration & | GetConfiguration () |
| TIGL_EXPORT void | Invalidate (const boost::optional< std::string > &source=boost::none) const |
Public Member Functions inherited from tigl::generated::CPACSRotors | |
| virtual TIGL_EXPORT CCPACSRotor & | AddRotor () |
| TIGL_EXPORT | CPACSRotors (CCPACSRotorcraftModel *parent, CTiglUIDManager *uidMgr) |
| virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
| virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
| TIGL_EXPORT CCPACSRotorcraftModel * | GetParent () |
| TIGL_EXPORT const CCPACSRotorcraftModel * | GetParent () const |
| virtual TIGL_EXPORT const CCPACSRotor & | GetRotor (size_t index) const |
| virtual TIGL_EXPORT CCPACSRotor & | GetRotor (size_t index) |
| virtual TIGL_EXPORT const CCPACSRotor & | GetRotor (const std::string &UID) const |
| virtual TIGL_EXPORT CCPACSRotor & | GetRotor (const std::string &UID) |
| virtual TIGL_EXPORT size_t | GetRotorCount () const |
| virtual TIGL_EXPORT size_t | GetRotorIndex (const std::string &UID) const |
| virtual TIGL_EXPORT const std::vector< std::unique_ptr< CCPACSRotor > > & | GetRotors () const |
| virtual TIGL_EXPORT std::vector< std::unique_ptr< CCPACSRotor > > & | GetRotors () |
| 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 | RemoveRotor (CCPACSRotor &ref) |
| virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
| virtual TIGL_EXPORT | ~CPACSRotors () |
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 const CCPACSConfiguration& tigl::CCPACSRotors::GetConfiguration | ( | ) | const |
| TIGL_EXPORT CCPACSConfiguration& tigl::CCPACSRotors::GetConfiguration | ( | ) |
| TIGL_EXPORT void tigl::CCPACSRotors::Invalidate | ( | const boost::optional< std::string > & | source = boost::none | ) | const |