Additional definition of the leading edge cut out. More...
#include <CPACSCutOutControlPoint.h>
Public Member Functions | |
TIGL_EXPORT | CPACSCutOutControlPoint (CPACSCutOutControlPoints *parent) |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CPACSCutOutControlPoints * | GetParent () |
TIGL_EXPORT const CPACSCutOutControlPoints * | GetParent () const |
virtual TIGL_EXPORT const double & | GetRelHeight () const |
virtual TIGL_EXPORT const double & | GetXsi () const |
virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
virtual TIGL_EXPORT void | SetRelHeight (const double &value) |
virtual TIGL_EXPORT void | SetXsi (const double &value) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSCutOutControlPoint () |
Protected Attributes | |
CPACSCutOutControlPoints * | m_parent |
double | m_relHeight |
Relative height of the most forward position of the parents leading edge, relative to the airfoil height without cut out. More... | |
double | m_xsi |
Relative chordwise position of the most forward position of the parents leading edge, relative to the parents chord without cut out. More... | |
Private Member Functions | |
CPACSCutOutControlPoint (const CPACSCutOutControlPoint &)=delete | |
CPACSCutOutControlPoint (CPACSCutOutControlPoint &&)=delete | |
CPACSCutOutControlPoint & | operator= (const CPACSCutOutControlPoint &)=delete |
CPACSCutOutControlPoint & | operator= (CPACSCutOutControlPoint &&)=delete |
Additional definition of the leading edge cut out.
Optional. Definition of additional parameters, describing the shape of the parents leading edge of the cut out due to leading edge devices. The parameters are described in the picture below:
TIGL_EXPORT tigl::generated::CPACSCutOutControlPoint::CPACSCutOutControlPoint | ( | CPACSCutOutControlPoints * | parent | ) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
TIGL_EXPORT CPACSCutOutControlPoints* tigl::generated::CPACSCutOutControlPoint::GetParent | ( | ) |
TIGL_EXPORT const CPACSCutOutControlPoints* tigl::generated::CPACSCutOutControlPoint::GetParent | ( | ) | const |
|
virtual |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
Relative height of the most forward position of the parents leading edge, relative to the airfoil height without cut out.
|
protected |
Relative chordwise position of the most forward position of the parents leading edge, relative to the parents chord without cut out.