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

curvePointType More...

#include <CPACSCurvePoint.h>

Inheritance diagram for tigl::generated::CPACSCurvePoint:

Public Member Functions

TIGL_EXPORT CPACSCurvePoint (CCPACSWingRibExplicitPositioning *parent)
TIGL_EXPORT CPACSCurvePoint (CCPACSWingRibsPositioning *parent)
TIGL_EXPORT CPACSCurvePoint (CCPACSWingSparPosition *parent)
virtual TIGL_EXPORT const double & GetEta () const
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
template<typename P>
P * GetParent ()
template<typename P>
const P * GetParent () const
virtual TIGL_EXPORT const std::string & GetReferenceUID () const
template<typename P>
bool IsParent () const
virtual TIGL_EXPORT void ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath)
virtual TIGL_EXPORT void SetEta (const double &value)
virtual TIGL_EXPORT void SetReferenceUID (const std::string &value)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSCurvePoint ()

Protected Attributes

double m_eta
 Relative position on the referenced line/curve.
void * m_parent
const std::type_info * m_parentType
std::string m_referenceUID
 This reference uID determines the reference curve. If it points to a spar, then the eta value is considered to be a spar coordinate between start (eta=0) and end (eta=1) of the spar.

Private Member Functions

 CPACSCurvePoint (const CPACSCurvePoint &)=delete
 CPACSCurvePoint (CPACSCurvePoint &&)=delete
CPACSCurvePointoperator= (const CPACSCurvePoint &)=delete
CPACSCurvePointoperator= (CPACSCurvePoint &&)=delete

Detailed Description

curvePointType

Point on a curve in normalized curve coordinates. The referenceUID must reference a one-dimensional curve such as spars.

Constructor & Destructor Documentation

◆ CPACSCurvePoint() [1/5]

TIGL_EXPORT tigl::generated::CPACSCurvePoint::CPACSCurvePoint ( CCPACSWingSparPosition * parent)

◆ CPACSCurvePoint() [2/5]

TIGL_EXPORT tigl::generated::CPACSCurvePoint::CPACSCurvePoint ( CCPACSWingRibExplicitPositioning * parent)

◆ CPACSCurvePoint() [3/5]

TIGL_EXPORT tigl::generated::CPACSCurvePoint::CPACSCurvePoint ( CCPACSWingRibsPositioning * parent)

◆ ~CPACSCurvePoint()

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

◆ CPACSCurvePoint() [4/5]

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

◆ CPACSCurvePoint() [5/5]

tigl::generated::CPACSCurvePoint::CPACSCurvePoint ( CPACSCurvePoint && )
privatedelete

Member Function Documentation

◆ GetEta()

virtual TIGL_EXPORT const double & tigl::generated::CPACSCurvePoint::GetEta ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

template<typename P>
P * tigl::generated::CPACSCurvePoint::GetParent ( )
inline

◆ GetParent() [2/2]

template<typename P>
const P * tigl::generated::CPACSCurvePoint::GetParent ( ) const
inline

◆ GetReferenceUID()

virtual TIGL_EXPORT const std::string & tigl::generated::CPACSCurvePoint::GetReferenceUID ( ) const
virtual

◆ IsParent()

template<typename P>
bool tigl::generated::CPACSCurvePoint::IsParent ( ) const
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ SetEta()

virtual TIGL_EXPORT void tigl::generated::CPACSCurvePoint::SetEta ( const double & value)
virtual

Reimplemented in tigl::CCPACSCurvePoint.

◆ SetReferenceUID()

virtual TIGL_EXPORT void tigl::generated::CPACSCurvePoint::SetReferenceUID ( const std::string & value)
virtual

Reimplemented in tigl::CCPACSCurvePoint.

◆ WriteCPACS()

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

Field Documentation

◆ m_eta

double tigl::generated::CPACSCurvePoint::m_eta
protected

Relative position on the referenced line/curve.

◆ m_parent

void* tigl::generated::CPACSCurvePoint::m_parent
protected

◆ m_parentType

const std::type_info* tigl::generated::CPACSCurvePoint::m_parentType
protected

◆ m_referenceUID

std::string tigl::generated::CPACSCurvePoint::m_referenceUID
protected

This reference uID determines the reference curve. If it points to a spar, then the eta value is considered to be a spar coordinate between start (eta=0) and end (eta=1) of the spar.


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