#include <CCPACSWingSectionElement.h>
Inheritance diagram for tigl::CCPACSWingSectionElement:Private Attributes | |
| CTiglWingSectionElement | cTiglElement |
Additional Inherited Members | |
Protected Member Functions inherited from tigl::CTiglUIDObject | |
| ~CTiglUIDObject ()=default | |
Protected Attributes inherited from tigl::generated::CPACSWingElement | |
| std::string | m_airfoilUID |
| Reference to a wing airfoil. More... | |
| boost::optional< std::string > | m_description |
| Description of the wing element. More... | |
| std::string | m_name |
| Name of the wing element. More... | |
| CCPACSWingSectionElements * | m_parent |
| CCPACSTransformation | m_transformation |
| std::string | m_uID |
| CTiglUIDManager * | m_uidMgr |
| TIGL_EXPORT tigl::CCPACSWingSectionElement::CCPACSWingSectionElement | ( | CCPACSWingSectionElements * | parent, |
| CTiglUIDManager * | uidMgr | ||
| ) |
|
inline |
|
inline |
| TIGL_EXPORT CTiglPoint tigl::CCPACSWingSectionElement::GetRotation | ( | ) | const |
| TIGL_EXPORT CTiglPoint tigl::CCPACSWingSectionElement::GetScaling | ( | ) | const |
| TIGL_EXPORT CTiglTransformation tigl::CCPACSWingSectionElement::GetSectionElementTransformation | ( | ) | const |
| TIGL_EXPORT CTiglPoint tigl::CCPACSWingSectionElement::GetTranslation | ( | ) | const |
|
overridevirtual |
Reimplemented from tigl::generated::CPACSWingElement.
| TIGL_EXPORT void tigl::CCPACSWingSectionElement::SetRotation | ( | const CTiglPoint & | rot | ) |
| TIGL_EXPORT void tigl::CCPACSWingSectionElement::SetScaling | ( | const CTiglPoint & | scaling | ) |
| TIGL_EXPORT void tigl::CCPACSWingSectionElement::SetTranslation | ( | const CTiglPoint & | trans | ) |
|
private |