#include <CCPACSFuselageSectionElement.h>
Public Member Functions | |
TIGL_EXPORT | CCPACSFuselageSectionElement (CCPACSFuselageSectionElements *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT CTiglPoint | GetRotation () const |
TIGL_EXPORT CTiglPoint | GetScaling () const |
TIGL_EXPORT CTiglTransformation | GetSectionElementTransformation () const |
TIGL_EXPORT CTiglPoint | GetTranslation () const |
TIGL_EXPORT void | SetProfileUID (const std::string &value) override |
TIGL_EXPORT void | SetRotation (const CTiglPoint &rotation) |
TIGL_EXPORT void | SetScaling (const CTiglPoint &scaling) |
TIGL_EXPORT void | SetTranslation (const CTiglPoint &translation) |
![]() | |
TIGL_EXPORT | CPACSFuselageElement (CCPACSFuselageSectionElements *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT const boost::optional< std::string > & | GetDescription () const |
virtual TIGL_EXPORT const std::string & | GetName () const |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CCPACSFuselageSectionElements * | GetParent () |
TIGL_EXPORT const CCPACSFuselageSectionElements * | GetParent () const |
virtual TIGL_EXPORT const std::string & | GetProfileUID () const |
virtual TIGL_EXPORT const CCPACSTransformation & | GetTransformation () const |
virtual TIGL_EXPORT CCPACSTransformation & | GetTransformation () |
virtual TIGL_EXPORT const std::string & | GetUID () const |
TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
virtual TIGL_EXPORT void | SetDescription (const boost::optional< std::string > &value) |
virtual TIGL_EXPORT void | SetName (const std::string &value) |
virtual TIGL_EXPORT void | SetUID (const std::string &value) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSFuselageElement () |
![]() | |
boost::optional< std::string > | GetObjectUID () const |
virtual | ~CTiglReqUIDObject ()=default |
![]() | |
TIGL_EXPORT void | Invalidate (const boost::optional< std::string > &source=boost::none) const |
![]() | |
virtual | ~ITiglUIDRefObject ()=default |
Additional Inherited Members | |
![]() | |
~CTiglUIDObject ()=default | |
![]() | |
boost::optional< std::string > | m_description |
Description of fuselage element. More... | |
std::string | m_name |
Name of fuselage element. More... | |
CCPACSFuselageSectionElements * | m_parent |
std::string | m_profileUID |
Reference to a fuselage profile. More... | |
CCPACSTransformation | m_transformation |
std::string | m_uID |
CTiglUIDManager * | m_uidMgr |
TIGL_EXPORT tigl::CCPACSFuselageSectionElement::CCPACSFuselageSectionElement | ( | CCPACSFuselageSectionElements * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
TIGL_EXPORT CTiglPoint tigl::CCPACSFuselageSectionElement::GetRotation | ( | ) | const |
TIGL_EXPORT CTiglPoint tigl::CCPACSFuselageSectionElement::GetScaling | ( | ) | const |
TIGL_EXPORT CTiglTransformation tigl::CCPACSFuselageSectionElement::GetSectionElementTransformation | ( | ) | const |
TIGL_EXPORT CTiglPoint tigl::CCPACSFuselageSectionElement::GetTranslation | ( | ) | const |
|
overridevirtual |
Reimplemented from tigl::generated::CPACSFuselageElement.
TIGL_EXPORT void tigl::CCPACSFuselageSectionElement::SetRotation | ( | const CTiglPoint & | rotation | ) |
TIGL_EXPORT void tigl::CCPACSFuselageSectionElement::SetScaling | ( | const CTiglPoint & | scaling | ) |
TIGL_EXPORT void tigl::CCPACSFuselageSectionElement::SetTranslation | ( | const CTiglPoint & | translation | ) |