3.5.0-rc1
Loading...
Searching...
No Matches
tigl::generated::CPACSWingSegment Class Reference

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 boost::optional< CCPACSGuideCurves > & GetGuideCurves ()
virtual TIGL_EXPORT const boost::optional< CCPACSGuideCurves > & GetGuideCurves () const
virtual TIGL_EXPORT CCPACSGuideCurvesGetGuideCurves (CreateIfNotExistsTag)
virtual TIGL_EXPORT const std::string & GetName () const
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CCPACSWingSegmentsGetParent ()
TIGL_EXPORT const CCPACSWingSegmentsGetParent () const
virtual TIGL_EXPORT const std::string & GetToElementUID () const
virtual TIGL_EXPORT const std::string & GetUID () const
TIGL_EXPORT CTiglUIDManagerGetUIDManager ()
TIGL_EXPORT const CTiglUIDManagerGetUIDManager () 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.
std::string m_fromElementUID
 Reference to the element from which the segment shall start.
boost::optional< CCPACSGuideCurvesm_guideCurves
 Optional and additional guidecurves to shape the outer geometry.
std::string m_name
 Name of wing the wing segment.
CCPACSWingSegmentsm_parent
std::string m_toElementUID
 Reference to the element at which the segment shall end.
std::string m_uID
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSWingSegment (const CPACSWingSegment &)=delete
 CPACSWingSegment (CPACSWingSegment &&)=delete
TIGL_EXPORT const CTiglUIDObjectGetNextUIDObject () const final
TIGL_EXPORT void NotifyUIDChange (const std::string &oldUid, const std::string &newUid) final
CPACSWingSegmentoperator= (const CPACSWingSegment &)=delete
CPACSWingSegmentoperator= (CPACSWingSegment &&)=delete

Additional Inherited Members

Protected Member Functions inherited from tigl::CTiglUIDObject
 ~CTiglUIDObject ()=default

Detailed Description

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:

See also
wingsegments

Constructor & Destructor Documentation

◆ CPACSWingSegment() [1/3]

TIGL_EXPORT tigl::generated::CPACSWingSegment::CPACSWingSegment ( CCPACSWingSegments * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSWingSegment()

virtual TIGL_EXPORT tigl::generated::CPACSWingSegment::~CPACSWingSegment ( )
virtual

◆ CPACSWingSegment() [2/3]

tigl::generated::CPACSWingSegment::CPACSWingSegment ( const CPACSWingSegment & )
privatedelete

◆ CPACSWingSegment() [3/3]

tigl::generated::CPACSWingSegment::CPACSWingSegment ( CPACSWingSegment && )
privatedelete

Member Function Documentation

◆ GetDescription()

virtual TIGL_EXPORT const boost::optional< std::string > & tigl::generated::CPACSWingSegment::GetDescription ( ) const
virtual

◆ GetFromElementUID()

virtual TIGL_EXPORT const std::string & tigl::generated::CPACSWingSegment::GetFromElementUID ( ) const
virtual

◆ GetGuideCurves() [1/3]

virtual TIGL_EXPORT boost::optional< CCPACSGuideCurves > & tigl::generated::CPACSWingSegment::GetGuideCurves ( )
virtual

◆ GetGuideCurves() [2/3]

virtual TIGL_EXPORT const boost::optional< CCPACSGuideCurves > & tigl::generated::CPACSWingSegment::GetGuideCurves ( ) const
virtual

◆ GetGuideCurves() [3/3]

virtual TIGL_EXPORT CCPACSGuideCurves & tigl::generated::CPACSWingSegment::GetGuideCurves ( CreateIfNotExistsTag )
virtual

◆ GetName()

virtual TIGL_EXPORT const std::string & tigl::generated::CPACSWingSegment::GetName ( ) const
virtual

◆ GetNextUIDObject()

TIGL_EXPORT const CTiglUIDObject * tigl::generated::CPACSWingSegment::GetNextUIDObject ( ) const
finalprivatevirtual

◆ GetNextUIDParent() [1/2]

virtual TIGL_EXPORT CTiglUIDObject * tigl::generated::CPACSWingSegment::GetNextUIDParent ( )
virtual

Implements tigl::CTiglUIDObject.

◆ GetNextUIDParent() [2/2]

virtual TIGL_EXPORT const CTiglUIDObject * tigl::generated::CPACSWingSegment::GetNextUIDParent ( ) const
virtual

Implements tigl::CTiglUIDObject.

◆ GetParent() [1/2]

TIGL_EXPORT CCPACSWingSegments * tigl::generated::CPACSWingSegment::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CCPACSWingSegments * tigl::generated::CPACSWingSegment::GetParent ( ) const

◆ GetToElementUID()

virtual TIGL_EXPORT const std::string & tigl::generated::CPACSWingSegment::GetToElementUID ( ) const
virtual

◆ GetUID()

virtual TIGL_EXPORT const std::string & tigl::generated::CPACSWingSegment::GetUID ( ) const
virtual

◆ GetUIDManager() [1/2]

TIGL_EXPORT CTiglUIDManager & tigl::generated::CPACSWingSegment::GetUIDManager ( )
virtual

Implements tigl::CTiglUIDObject.

◆ GetUIDManager() [2/2]

TIGL_EXPORT const CTiglUIDManager & tigl::generated::CPACSWingSegment::GetUIDManager ( ) const
virtual

Implements tigl::CTiglUIDObject.

◆ NotifyUIDChange()

TIGL_EXPORT void tigl::generated::CPACSWingSegment::NotifyUIDChange ( const std::string & oldUid,
const std::string & newUid )
finalprivatevirtual

◆ operator=() [1/2]

CPACSWingSegment & tigl::generated::CPACSWingSegment::operator= ( const CPACSWingSegment & )
privatedelete

◆ operator=() [2/2]

CPACSWingSegment & tigl::generated::CPACSWingSegment::operator= ( CPACSWingSegment && )
privatedelete

◆ ReadCPACS()

virtual TIGL_EXPORT void tigl::generated::CPACSWingSegment::ReadCPACS ( const TixiDocumentHandle & tixiHandle,
const std::string & xpath )
virtual

Reimplemented in tigl::CCPACSWingSegment.

◆ RemoveGuideCurves()

virtual TIGL_EXPORT void tigl::generated::CPACSWingSegment::RemoveGuideCurves ( )
virtual

◆ SetDescription()

virtual TIGL_EXPORT void tigl::generated::CPACSWingSegment::SetDescription ( const boost::optional< std::string > & value)
virtual

◆ SetFromElementUID()

virtual TIGL_EXPORT void tigl::generated::CPACSWingSegment::SetFromElementUID ( const std::string & value)
virtual

Reimplemented in tigl::CCPACSWingSegment.

◆ SetName()

virtual TIGL_EXPORT void tigl::generated::CPACSWingSegment::SetName ( const std::string & value)
virtual

◆ SetToElementUID()

virtual TIGL_EXPORT void tigl::generated::CPACSWingSegment::SetToElementUID ( const std::string & value)
virtual

Reimplemented in tigl::CCPACSWingSegment.

◆ SetUID()

virtual TIGL_EXPORT void tigl::generated::CPACSWingSegment::SetUID ( const std::string & value)
virtual

◆ WriteCPACS()

virtual TIGL_EXPORT void tigl::generated::CPACSWingSegment::WriteCPACS ( const TixiDocumentHandle & tixiHandle,
const std::string & xpath ) const
virtual

Field Documentation

◆ m_description

boost::optional<std::string> tigl::generated::CPACSWingSegment::m_description
protected

Description of the wing segment.

◆ m_fromElementUID

std::string tigl::generated::CPACSWingSegment::m_fromElementUID
protected

Reference to the element from which the segment shall start.

◆ m_guideCurves

boost::optional<CCPACSGuideCurves> tigl::generated::CPACSWingSegment::m_guideCurves
protected

Optional and additional guidecurves to shape the outer geometry.

◆ m_name

std::string tigl::generated::CPACSWingSegment::m_name
protected

Name of wing the wing segment.

◆ m_parent

CCPACSWingSegments* tigl::generated::CPACSWingSegment::m_parent
protected

◆ m_toElementUID

std::string tigl::generated::CPACSWingSegment::m_toElementUID
protected

Reference to the element at which the segment shall end.

◆ m_uID

std::string tigl::generated::CPACSWingSegment::m_uID
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSWingSegment::m_uidMgr
protected

The documentation for this class was generated from the following file: