#include <CCPACSWingSections.h>
Inheritance diagram for tigl::CCPACSWingSections:Additional Inherited Members | |
Protected Attributes inherited from tigl::generated::CPACSWingSections | |
| void * | m_parent |
| const std::type_info * | m_parentType |
| std::vector< std::unique_ptr< CCPACSWingSection > > | m_sections |
| CTiglUIDManager * | m_uidMgr |
| TIGL_EXPORT tigl::CCPACSWingSections::CCPACSWingSections | ( | CCPACSWing * | parent, |
| CTiglUIDManager * | uidMgr | ||
| ) |
| TIGL_EXPORT tigl::CCPACSWingSections::CCPACSWingSections | ( | CCPACSEnginePylon * | parent, |
| CTiglUIDManager * | uidMgr | ||
| ) |
| TIGL_EXPORT CCPACSWingSection& tigl::CCPACSWingSections::CreateSection | ( | const std::string & | sectionUID, |
| const std::string & | profileUID | ||
| ) |
Create a new section and a new element with the given profile uid. All uids are derived from the section uid.
| TIGL_EXPORT CCPACSWingSection& tigl::CCPACSWingSections::GetSection | ( | int | index | ) | const |
| TIGL_EXPORT CCPACSWingSection& tigl::CCPACSWingSections::GetSection | ( | const std::string & | sectionsUID | ) |
| TIGL_EXPORT int tigl::CCPACSWingSections::GetSectionCount | ( | ) | const |