#include <CCPACSFuselageSections.h>
Inheritance diagram for tigl::CCPACSFuselageSections:Additional Inherited Members | |
Protected Attributes inherited from tigl::generated::CPACSFuselageSections | |
| void * | m_parent |
| const std::type_info * | m_parentType |
| std::vector< std::unique_ptr< CCPACSFuselageSection > > | m_sections |
| CTiglUIDManager * | m_uidMgr |
| TIGL_EXPORT tigl::CCPACSFuselageSections::CCPACSFuselageSections | ( | CCPACSFuselage * | parent, |
| CTiglUIDManager * | uidMgr | ||
| ) |
| TIGL_EXPORT tigl::CCPACSFuselageSections::CCPACSFuselageSections | ( | CCPACSDuct * | parent, |
| CTiglUIDManager * | uidMgr | ||
| ) |
| TIGL_EXPORT CCPACSFuselageSection& tigl::CCPACSFuselageSections::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 CCPACSFuselageSection& tigl::CCPACSFuselageSections::GetSection | ( | int | index | ) | const |
| TIGL_EXPORT CCPACSFuselageSection& tigl::CCPACSFuselageSections::GetSection | ( | const std::string & | sectionUID | ) |
| TIGL_EXPORT int tigl::CCPACSFuselageSections::GetSectionCount | ( | ) | const |