#include <CCPACSWingSection.h>
Private Member Functions | |
void | InvalidateImpl (const boost::optional< std::string > &source) const override |
Additional Inherited Members | |
![]() | |
~CTiglUIDObject ()=default | |
![]() | |
boost::optional< std::string > | m_description |
Description of the wing section. More... | |
CCPACSWingSectionElements | m_elements |
std::string | m_name |
Name of wing the wing section. More... | |
CCPACSWingSections * | m_parent |
CCPACSTransformation | m_transformation |
std::string | m_uID |
CTiglUIDManager * | m_uidMgr |
TIGL_EXPORT tigl::CCPACSWingSection::CCPACSWingSection | ( | CCPACSWingSections * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
TIGL_EXPORT CTiglPoint tigl::CCPACSWingSection::GetRotation | ( | ) | const |
TIGL_EXPORT CTiglPoint tigl::CCPACSWingSection::GetScaling | ( | ) | const |
TIGL_EXPORT CCPACSWingSectionElement& tigl::CCPACSWingSection::GetSectionElement | ( | int | index | ) |
TIGL_EXPORT const CCPACSWingSectionElement& tigl::CCPACSWingSection::GetSectionElement | ( | int | index | ) | const |
TIGL_EXPORT int tigl::CCPACSWingSection::GetSectionElementCount | ( | ) | const |
TIGL_EXPORT CTiglTransformation tigl::CCPACSWingSection::GetSectionTransformation | ( | ) | const |
TIGL_EXPORT CTiglPoint tigl::CCPACSWingSection::GetTranslation | ( | ) | const |
|
overrideprivatevirtual |
Reimplemented from tigl::CTiglUIDObject.
TIGL_EXPORT void tigl::CCPACSWingSection::SetRotation | ( | const CTiglPoint & | rot | ) |
TIGL_EXPORT void tigl::CCPACSWingSection::SetScaling | ( | const CTiglPoint & | scaling | ) |
TIGL_EXPORT void tigl::CCPACSWingSection::SetTranslation | ( | const CTiglPoint & | trans | ) |