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

Spanwise positioning of wing cells. More...

#include <CPACSCellPositioningSpanwise.h>

Inheritance diagram for tigl::generated::CPACSCellPositioningSpanwise:

Public Member Functions

TIGL_EXPORT CPACSCellPositioningSpanwise (CCPACSWingCell *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT const boost::optional< double > & GetContourCoordinate_choice1 () const
virtual TIGL_EXPORT boost::optional< CCPACSEtaIsoLine > & GetEta1_choice2 ()
virtual TIGL_EXPORT const boost::optional< CCPACSEtaIsoLine > & GetEta1_choice2 () const
virtual TIGL_EXPORT CCPACSEtaIsoLineGetEta1_choice2 (CreateIfNotExistsTag)
virtual TIGL_EXPORT boost::optional< CCPACSEtaIsoLine > & GetEta2_choice2 ()
virtual TIGL_EXPORT const boost::optional< CCPACSEtaIsoLine > & GetEta2_choice2 () const
virtual TIGL_EXPORT CCPACSEtaIsoLineGetEta2_choice2 (CreateIfNotExistsTag)
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CCPACSWingCellGetParent ()
TIGL_EXPORT const CCPACSWingCellGetParent () const
virtual TIGL_EXPORT const boost::optional< std::string > & GetRibDefinitionUID_choice3 () const
virtual TIGL_EXPORT const boost::optional< int > & GetRibNumber_choice3 () 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 RemoveEta1_choice2 ()
virtual TIGL_EXPORT void RemoveEta2_choice2 ()
virtual TIGL_EXPORT void SetContourCoordinate_choice1 (const boost::optional< double > &value)
virtual TIGL_EXPORT void SetRibDefinitionUID_choice3 (const boost::optional< std::string > &value)
virtual TIGL_EXPORT void SetRibNumber_choice3 (const boost::optional< int > &value)
TIGL_EXPORT bool ValidateChoices () const
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSCellPositioningSpanwise ()
Public Member Functions inherited from tigl::ITiglUIDRefObject
virtual ~ITiglUIDRefObject ()=default

Protected Attributes

boost::optional< double > m_contourCoordinate_choice1
 Spanwise contour coordinate as spanwise border. 0 equals root, 1 equals tip.
boost::optional< CCPACSEtaIsoLinem_eta1_choice2
 Relative spanwise position of the forward end.
boost::optional< CCPACSEtaIsoLinem_eta2_choice2
 Relative spanwise position of the rear end.
CCPACSWingCellm_parent
boost::optional< std::string > m_ribDefinitionUID_choice3
 Reference to a ribDefinition set. The single rib of this ribDefinition set is defined by using 'ribNumber'.
boost::optional< int > m_ribNumber_choice3
 RibNumber is the reference to the rib number of the rib set which is referenced by 'ribDefinitionUID'.
CTiglUIDManagerm_uidMgr

Private Member Functions

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

Detailed Description

Spanwise positioning of wing cells.

CellPositioningSpanwise defines the chordwise direction of a wing cell either in two eta (eta1 at leadingEdge and eta2 at trailingEdge) coordinates, via referencing a rib-uID or via a contour coordinate in chordwise direction.

Constructor & Destructor Documentation

◆ CPACSCellPositioningSpanwise() [1/3]

TIGL_EXPORT tigl::generated::CPACSCellPositioningSpanwise::CPACSCellPositioningSpanwise ( CCPACSWingCell * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSCellPositioningSpanwise()

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

◆ CPACSCellPositioningSpanwise() [2/3]

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

◆ CPACSCellPositioningSpanwise() [3/3]

tigl::generated::CPACSCellPositioningSpanwise::CPACSCellPositioningSpanwise ( CPACSCellPositioningSpanwise && )
privatedelete

Member Function Documentation

◆ GetContourCoordinate_choice1()

virtual TIGL_EXPORT const boost::optional< double > & tigl::generated::CPACSCellPositioningSpanwise::GetContourCoordinate_choice1 ( ) const
virtual

◆ GetEta1_choice2() [1/3]

virtual TIGL_EXPORT boost::optional< CCPACSEtaIsoLine > & tigl::generated::CPACSCellPositioningSpanwise::GetEta1_choice2 ( )
virtual

◆ GetEta1_choice2() [2/3]

virtual TIGL_EXPORT const boost::optional< CCPACSEtaIsoLine > & tigl::generated::CPACSCellPositioningSpanwise::GetEta1_choice2 ( ) const
virtual

◆ GetEta1_choice2() [3/3]

virtual TIGL_EXPORT CCPACSEtaIsoLine & tigl::generated::CPACSCellPositioningSpanwise::GetEta1_choice2 ( CreateIfNotExistsTag )
virtual

◆ GetEta2_choice2() [1/3]

virtual TIGL_EXPORT boost::optional< CCPACSEtaIsoLine > & tigl::generated::CPACSCellPositioningSpanwise::GetEta2_choice2 ( )
virtual

◆ GetEta2_choice2() [2/3]

virtual TIGL_EXPORT const boost::optional< CCPACSEtaIsoLine > & tigl::generated::CPACSCellPositioningSpanwise::GetEta2_choice2 ( ) const
virtual

◆ GetEta2_choice2() [3/3]

virtual TIGL_EXPORT CCPACSEtaIsoLine & tigl::generated::CPACSCellPositioningSpanwise::GetEta2_choice2 ( CreateIfNotExistsTag )
virtual

◆ GetNextUIDObject()

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

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

TIGL_EXPORT CCPACSWingCell * tigl::generated::CPACSCellPositioningSpanwise::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CCPACSWingCell * tigl::generated::CPACSCellPositioningSpanwise::GetParent ( ) const

◆ GetRibDefinitionUID_choice3()

virtual TIGL_EXPORT const boost::optional< std::string > & tigl::generated::CPACSCellPositioningSpanwise::GetRibDefinitionUID_choice3 ( ) const
virtual

◆ GetRibNumber_choice3()

virtual TIGL_EXPORT const boost::optional< int > & tigl::generated::CPACSCellPositioningSpanwise::GetRibNumber_choice3 ( ) const
virtual

◆ GetUIDManager() [1/2]

TIGL_EXPORT CTiglUIDManager & tigl::generated::CPACSCellPositioningSpanwise::GetUIDManager ( )

◆ GetUIDManager() [2/2]

TIGL_EXPORT const CTiglUIDManager & tigl::generated::CPACSCellPositioningSpanwise::GetUIDManager ( ) const

◆ NotifyUIDChange()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveEta1_choice2()

virtual TIGL_EXPORT void tigl::generated::CPACSCellPositioningSpanwise::RemoveEta1_choice2 ( )
virtual

◆ RemoveEta2_choice2()

virtual TIGL_EXPORT void tigl::generated::CPACSCellPositioningSpanwise::RemoveEta2_choice2 ( )
virtual

◆ SetContourCoordinate_choice1()

virtual TIGL_EXPORT void tigl::generated::CPACSCellPositioningSpanwise::SetContourCoordinate_choice1 ( const boost::optional< double > & value)
virtual

◆ SetRibDefinitionUID_choice3()

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

◆ SetRibNumber_choice3()

virtual TIGL_EXPORT void tigl::generated::CPACSCellPositioningSpanwise::SetRibNumber_choice3 ( const boost::optional< int > & value)
virtual

◆ ValidateChoices()

TIGL_EXPORT bool tigl::generated::CPACSCellPositioningSpanwise::ValidateChoices ( ) const

◆ WriteCPACS()

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

Field Documentation

◆ m_contourCoordinate_choice1

boost::optional<double> tigl::generated::CPACSCellPositioningSpanwise::m_contourCoordinate_choice1
protected

Spanwise contour coordinate as spanwise border. 0 equals root, 1 equals tip.

◆ m_eta1_choice2

boost::optional<CCPACSEtaIsoLine> tigl::generated::CPACSCellPositioningSpanwise::m_eta1_choice2
protected

Relative spanwise position of the forward end.

◆ m_eta2_choice2

boost::optional<CCPACSEtaIsoLine> tigl::generated::CPACSCellPositioningSpanwise::m_eta2_choice2
protected

Relative spanwise position of the rear end.

◆ m_parent

CCPACSWingCell* tigl::generated::CPACSCellPositioningSpanwise::m_parent
protected

◆ m_ribDefinitionUID_choice3

boost::optional<std::string> tigl::generated::CPACSCellPositioningSpanwise::m_ribDefinitionUID_choice3
protected

Reference to a ribDefinition set. The single rib of this ribDefinition set is defined by using 'ribNumber'.

◆ m_ribNumber_choice3

boost::optional<int> tigl::generated::CPACSCellPositioningSpanwise::m_ribNumber_choice3
protected

RibNumber is the reference to the rib number of the rib set which is referenced by 'ribDefinitionUID'.

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSCellPositioningSpanwise::m_uidMgr
protected

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