3.4.0
tigl::generated::CPACSCellPositioningChordwise Class Reference

Chordwise positioning of wing cells. More...

#include <CPACSCellPositioningChordwise.h>

+ Inheritance diagram for tigl::generated::CPACSCellPositioningChordwise:

Public Member Functions

TIGL_EXPORT CPACSCellPositioningChordwise (CCPACSWingCell *parent, CTiglUIDManager *uidMgr)
 
virtual TIGL_EXPORT const boost::optional< double > & GetContourCoordinate_choice2 () const
 
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 > & GetSparUID_choice1 () const
 
TIGL_EXPORT CTiglUIDManagerGetUIDManager ()
 
TIGL_EXPORT const CTiglUIDManagerGetUIDManager () const
 
virtual TIGL_EXPORT const boost::optional< double > & GetXsi1_choice3 () const
 
virtual TIGL_EXPORT const boost::optional< double > & GetXsi2_choice3 () const
 
virtual TIGL_EXPORT void ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath)
 
virtual TIGL_EXPORT void SetContourCoordinate_choice2 (const boost::optional< double > &value)
 
virtual TIGL_EXPORT void SetSparUID_choice1 (const boost::optional< std::string > &value)
 
virtual TIGL_EXPORT void SetXsi1_choice3 (const boost::optional< double > &value)
 
virtual TIGL_EXPORT void SetXsi2_choice3 (const boost::optional< double > &value)
 
TIGL_EXPORT bool ValidateChoices () const
 
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
 
virtual TIGL_EXPORT ~CPACSCellPositioningChordwise ()
 
- Public Member Functions inherited from tigl::ITiglUIDRefObject
virtual ~ITiglUIDRefObject ()=default
 

Protected Attributes

boost::optional< double > m_contourCoordinate_choice2
 Chordwise contour coordinate as chordwise border. 0 equals LE, 1 equals TE. More...
 
CCPACSWingCellm_parent
 
boost::optional< std::string > m_sparUID_choice1
 Reference to a spar as chordwise border. More...
 
CTiglUIDManagerm_uidMgr
 
boost::optional< double > m_xsi1_choice3
 Relative chordwise position of the inner end. More...
 
boost::optional< double > m_xsi2_choice3
 Relative chordwise position of the outer end. More...
 

Private Member Functions

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

Detailed Description

Chordwise positioning of wing cells.

CellPositioningChordwise defines the chordwise direction of a wing cell either in two xsi (xsi1 at innerBorder and xsi2 at outerBorder) coordinates, via referencing a spar-uID or via a contour coordinate in chordwise direction.

Constructor & Destructor Documentation

◆ CPACSCellPositioningChordwise() [1/3]

TIGL_EXPORT tigl::generated::CPACSCellPositioningChordwise::CPACSCellPositioningChordwise ( CCPACSWingCell parent,
CTiglUIDManager uidMgr 
)

◆ ~CPACSCellPositioningChordwise()

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

◆ CPACSCellPositioningChordwise() [2/3]

tigl::generated::CPACSCellPositioningChordwise::CPACSCellPositioningChordwise ( const CPACSCellPositioningChordwise )
privatedelete

◆ CPACSCellPositioningChordwise() [3/3]

tigl::generated::CPACSCellPositioningChordwise::CPACSCellPositioningChordwise ( CPACSCellPositioningChordwise &&  )
privatedelete

Member Function Documentation

◆ GetContourCoordinate_choice2()

virtual TIGL_EXPORT const boost::optional<double>& tigl::generated::CPACSCellPositioningChordwise::GetContourCoordinate_choice2 ( ) const
virtual

◆ GetNextUIDObject()

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

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

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

◆ GetParent() [2/2]

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

◆ GetSparUID_choice1()

virtual TIGL_EXPORT const boost::optional<std::string>& tigl::generated::CPACSCellPositioningChordwise::GetSparUID_choice1 ( ) const
virtual

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ GetXsi1_choice3()

virtual TIGL_EXPORT const boost::optional<double>& tigl::generated::CPACSCellPositioningChordwise::GetXsi1_choice3 ( ) const
virtual

◆ GetXsi2_choice3()

virtual TIGL_EXPORT const boost::optional<double>& tigl::generated::CPACSCellPositioningChordwise::GetXsi2_choice3 ( ) const
virtual

◆ NotifyUIDChange()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ SetContourCoordinate_choice2()

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

◆ SetSparUID_choice1()

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

◆ SetXsi1_choice3()

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

◆ SetXsi2_choice3()

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

◆ ValidateChoices()

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

◆ WriteCPACS()

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

Field Documentation

◆ m_contourCoordinate_choice2

boost::optional<double> tigl::generated::CPACSCellPositioningChordwise::m_contourCoordinate_choice2
protected

Chordwise contour coordinate as chordwise border. 0 equals LE, 1 equals TE.

◆ m_parent

CCPACSWingCell* tigl::generated::CPACSCellPositioningChordwise::m_parent
protected

◆ m_sparUID_choice1

boost::optional<std::string> tigl::generated::CPACSCellPositioningChordwise::m_sparUID_choice1
protected

Reference to a spar as chordwise border.

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSCellPositioningChordwise::m_uidMgr
protected

◆ m_xsi1_choice3

boost::optional<double> tigl::generated::CPACSCellPositioningChordwise::m_xsi1_choice3
protected

Relative chordwise position of the inner end.

◆ m_xsi2_choice3

boost::optional<double> tigl::generated::CPACSCellPositioningChordwise::m_xsi2_choice3
protected

Relative chordwise position of the outer end.


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