Segment of the wing. More...
#include <CPACSWingSegment.h>
Inheritance diagram for tigl::generated::CPACSWingSegment:Public Member Functions | |
| TIGL_EXPORT | CPACSWingSegment (CCPACSWingSegments *parent, CTiglUIDManager *uidMgr) |
| virtual TIGL_EXPORT const boost::optional< std::string > & | GetDescription () const |
| virtual TIGL_EXPORT const std::string & | GetFromElementUID () const |
| virtual TIGL_EXPORT const boost::optional< CCPACSGuideCurves > & | GetGuideCurves () const |
| virtual TIGL_EXPORT boost::optional< CCPACSGuideCurves > & | GetGuideCurves () |
| virtual TIGL_EXPORT CCPACSGuideCurves & | GetGuideCurves (CreateIfNotExistsTag) |
| virtual TIGL_EXPORT const std::string & | GetName () const |
| virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
| virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
| TIGL_EXPORT CCPACSWingSegments * | GetParent () |
| TIGL_EXPORT const CCPACSWingSegments * | GetParent () const |
| virtual TIGL_EXPORT const std::string & | GetToElementUID () const |
| 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 | RemoveGuideCurves () |
| virtual TIGL_EXPORT void | SetDescription (const boost::optional< std::string > &value) |
| virtual TIGL_EXPORT void | SetFromElementUID (const std::string &value) |
| virtual TIGL_EXPORT void | SetName (const std::string &value) |
| virtual TIGL_EXPORT void | SetToElementUID (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 | ~CPACSWingSegment () |
Public Member Functions inherited from tigl::CTiglReqUIDObject | |
| boost::optional< std::string > | GetObjectUID () const |
| virtual | ~CTiglReqUIDObject ()=default |
Public Member Functions inherited from tigl::CTiglUIDObject | |
| TIGL_EXPORT void | Invalidate (const boost::optional< std::string > &source=boost::none) const |
Public Member Functions inherited from tigl::ITiglUIDRefObject | |
| virtual | ~ITiglUIDRefObject ()=default |
Protected Attributes | |
| boost::optional< std::string > | m_description |
| Description of the wing segment. More... | |
| std::string | m_fromElementUID |
| Reference to the element from which the segment shall start. More... | |
| boost::optional< CCPACSGuideCurves > | m_guideCurves |
| Optional and additional guidecurves to shape the outer geometry. More... | |
| std::string | m_name |
| Name of wing the wing segment. More... | |
| CCPACSWingSegments * | m_parent |
| std::string | m_toElementUID |
| Reference to the element at which the segment shall end. More... | |
| std::string | m_uID |
| CTiglUIDManager * | m_uidMgr |
Private Member Functions | |
| CPACSWingSegment (const CPACSWingSegment &)=delete | |
| CPACSWingSegment (CPACSWingSegment &&)=delete | |
| TIGL_EXPORT const CTiglUIDObject * | GetNextUIDObject () const final |
| TIGL_EXPORT void | NotifyUIDChange (const std::string &oldUid, const std::string &newUid) final |
| CPACSWingSegment & | operator= (const CPACSWingSegment &)=delete |
| CPACSWingSegment & | operator= (CPACSWingSegment &&)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from tigl::CTiglUIDObject | |
| ~CTiglUIDObject ()=default | |
Segment of the wing.
A segment defines which two wing elements (=cross sections) are linked to one wing segment. An example for wing segments can be found in the picture below:
| TIGL_EXPORT tigl::generated::CPACSWingSegment::CPACSWingSegment | ( | CCPACSWingSegments * | parent, |
| CTiglUIDManager * | uidMgr | ||
| ) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
| TIGL_EXPORT CCPACSWingSegments* tigl::generated::CPACSWingSegment::GetParent | ( | ) |
| TIGL_EXPORT const CCPACSWingSegments* tigl::generated::CPACSWingSegment::GetParent | ( | ) | const |
|
virtual |
|
virtual |
Implements tigl::CTiglReqUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
privatedelete |
|
privatedelete |
|
virtual |
Reimplemented in tigl::CCPACSWingSegment.
|
virtual |
|
virtual |
|
virtual |
Reimplemented in tigl::CCPACSWingSegment.
|
virtual |
|
virtual |
Reimplemented in tigl::CCPACSWingSegment.
|
virtual |
|
virtual |
|
protected |
Description of the wing segment.
|
protected |
Reference to the element from which the segment shall start.
|
protected |
Optional and additional guidecurves to shape the outer geometry.
|
protected |
Name of wing the wing segment.
|
protected |
|
protected |
Reference to the element at which the segment shall end.
|
protected |
|
protected |