#include <CCPACSFuselageSection.h>
Protected Member Functions | |
| void | Cleanup () |
| Protected Member Functions inherited from tigl::CTiglUIDObject | |
| ~CTiglUIDObject ()=default | |
Private Member Functions | |
| void | InvalidateImpl (const boost::optional< std::string > &source) const override |
Additional Inherited Members | |
| Protected Attributes inherited from tigl::generated::CPACSFuselageSection | |
| boost::optional< std::string > | m_description |
| Description of fuselage section. | |
| CCPACSFuselageSectionElements | m_elements |
| std::string | m_name |
| Name of fuselage section. | |
| CCPACSFuselageSections * | m_parent |
| CCPACSTransformation | m_transformation |
| std::string | m_uID |
| CTiglUIDManager * | m_uidMgr |
| TIGL_EXPORT tigl::CCPACSFuselageSection::CCPACSFuselageSection | ( | CCPACSFuselageSections * | parent, |
| CTiglUIDManager * | uidMgr ) |
|
protected |
| TIGL_EXPORT CCPACSFuselageSectionElement & tigl::CCPACSFuselageSection::GetSectionElement | ( | int | index | ) | const |
| TIGL_EXPORT int tigl::CCPACSFuselageSection::GetSectionElementCount | ( | ) | const |
| TIGL_EXPORT CTiglTransformation tigl::CCPACSFuselageSection::GetSectionTransformation | ( | ) | const |
|
overrideprivatevirtual |
Reimplemented from tigl::CTiglUIDObject.
|
overridevirtual |
Reimplemented from tigl::generated::CPACSFuselageSection.