3.4.0
tigl::generated::CPACSProfileGeometry2D Class Reference

profileGeometry2DType More...

#include <CPACSProfileGeometry2D.h>

+ Inheritance diagram for tigl::generated::CPACSProfileGeometry2D:

Public Member Functions

TIGL_EXPORT CPACSProfileGeometry2D (CPACSCurveProfiles *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT CPACSProfileGeometry2D (CPACSNacelleProfiles *parent, CTiglUIDManager *uidMgr)
 
virtual TIGL_EXPORT const boost::optional< CCPACSWingProfileCST > & GetCst2D_choice2 () const
 
virtual TIGL_EXPORT boost::optional< CCPACSWingProfileCST > & GetCst2D_choice2 ()
 
virtual TIGL_EXPORT CCPACSWingProfileCSTGetCst2D_choice2 (CreateIfNotExistsTag)
 
virtual TIGL_EXPORT const boost::optional< std::string > & GetDescription () const
 
virtual TIGL_EXPORT const std::string & GetName () 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 boost::optional< CCPACSPointListXYVector > & GetPointList_choice1 () const
 
virtual TIGL_EXPORT boost::optional< CCPACSPointListXYVector > & GetPointList_choice1 ()
 
virtual TIGL_EXPORT CCPACSPointListXYVectorGetPointList_choice1 (CreateIfNotExistsTag)
 
virtual TIGL_EXPORT const boost::optional< CPACSProfileGeometry2DType_symmetry > & GetSymmetry () const
 
virtual TIGL_EXPORT const std::string & GetUID () const
 
TIGL_EXPORT CTiglUIDManagerGetUIDManager ()
 
TIGL_EXPORT const CTiglUIDManagerGetUIDManager () const
 
template<typename P >
bool IsParent () const
 
virtual TIGL_EXPORT void ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath)
 
virtual TIGL_EXPORT void RemoveCst2D_choice2 ()
 
virtual TIGL_EXPORT void RemovePointList_choice1 ()
 
virtual TIGL_EXPORT void SetDescription (const boost::optional< std::string > &value)
 
virtual TIGL_EXPORT void SetName (const std::string &value)
 
virtual TIGL_EXPORT void SetSymmetry (const boost::optional< CPACSProfileGeometry2DType_symmetry > &value)
 
virtual TIGL_EXPORT void SetUID (const std::string &value)
 
TIGL_EXPORT bool ValidateChoices () const
 
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
 
virtual TIGL_EXPORT ~CPACSProfileGeometry2D ()
 
- 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
 

Protected Attributes

boost::optional< CCPACSWingProfileCSTm_cst2D_choice2
 
boost::optional< std::string > m_description
 Description of profile. More...
 
std::string m_name
 Name of profile. More...
 
void * m_parent
 
const std::type_info * m_parentType
 
boost::optional< CCPACSPointListXYVectorm_pointList_choice1
 
boost::optional< CPACSProfileGeometry2DType_symmetrym_symmetry
 
std::string m_uID
 
CTiglUIDManagerm_uidMgr
 

Private Member Functions

 CPACSProfileGeometry2D (const CPACSProfileGeometry2D &)=delete
 
 CPACSProfileGeometry2D (CPACSProfileGeometry2D &&)=delete
 
CPACSProfileGeometry2Doperator= (const CPACSProfileGeometry2D &)=delete
 
CPACSProfileGeometry2Doperator= (CPACSProfileGeometry2D &&)=delete
 

Additional Inherited Members

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

Detailed Description

profileGeometry2DType

A profile is defined by a profile name, an optional description and a 2-dimensional pointlist with both coordinates mandatory. All point coordinates are transferred to the global coordinate system depending on the context they are used in. The points have to be ordered in a mathematical positive sense. The x-coordinates of the profile has to be normalized between 0 and 1. First and last point may, but need not to, be identical. Hence, it is possible to include "open" profiles. However, the trailing edge position of the upper and lower point need to be identical. No crooked trailing edges are possible. Example 1: For a conventional nacelle profile, the airfoil coordinates are defined in x and y. The points have to be ordered from the trailing edge along the lower side to the leading edge and then along the upper side back to the trailing edge. When used for a nacelle the profile axis align with the global axes as follows: +x_profile -> +x_global; +y-profile -> -z_global Example 2: For a fuselage, the coordinates are also given in x and z with x as the normalized fuselage height. Starting point of the profile sould be the lowest point (typically in the symmetry plane), then upwards on the positive x-side up to the highest point (again, typically in the symmetry plane). Depending on, whether the fuselage shall be specified with symmetry condition or not, the profile either ends there, or continues on the negative x-side back down to the lowest point. Alternatively, it is possible to specify the coordinates of a profile via the CST (class function /shape function transformation technique) notation. Please see the cst2DType for further information. A profile can be symmetric. In that case the profile is interpreted as being not closed and will be closed by mirroring it on the symmetry plane.

Constructor & Destructor Documentation

◆ CPACSProfileGeometry2D() [1/4]

TIGL_EXPORT tigl::generated::CPACSProfileGeometry2D::CPACSProfileGeometry2D ( CPACSCurveProfiles parent,
CTiglUIDManager uidMgr 
)

◆ CPACSProfileGeometry2D() [2/4]

TIGL_EXPORT tigl::generated::CPACSProfileGeometry2D::CPACSProfileGeometry2D ( CPACSNacelleProfiles parent,
CTiglUIDManager uidMgr 
)

◆ ~CPACSProfileGeometry2D()

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

◆ CPACSProfileGeometry2D() [3/4]

tigl::generated::CPACSProfileGeometry2D::CPACSProfileGeometry2D ( const CPACSProfileGeometry2D )
privatedelete

◆ CPACSProfileGeometry2D() [4/4]

tigl::generated::CPACSProfileGeometry2D::CPACSProfileGeometry2D ( CPACSProfileGeometry2D &&  )
privatedelete

Member Function Documentation

◆ GetCst2D_choice2() [1/3]

virtual TIGL_EXPORT const boost::optional<CCPACSWingProfileCST>& tigl::generated::CPACSProfileGeometry2D::GetCst2D_choice2 ( ) const
virtual

◆ GetCst2D_choice2() [2/3]

virtual TIGL_EXPORT boost::optional<CCPACSWingProfileCST>& tigl::generated::CPACSProfileGeometry2D::GetCst2D_choice2 ( )
virtual

◆ GetCst2D_choice2() [3/3]

virtual TIGL_EXPORT CCPACSWingProfileCST& tigl::generated::CPACSProfileGeometry2D::GetCst2D_choice2 ( CreateIfNotExistsTag  )
virtual

◆ GetDescription()

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

◆ GetName()

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

◆ GetNextUIDParent() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetNextUIDParent() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ GetParent() [1/2]

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

◆ GetParent() [2/2]

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

◆ GetPointList_choice1() [1/3]

virtual TIGL_EXPORT const boost::optional<CCPACSPointListXYVector>& tigl::generated::CPACSProfileGeometry2D::GetPointList_choice1 ( ) const
virtual

◆ GetPointList_choice1() [2/3]

virtual TIGL_EXPORT boost::optional<CCPACSPointListXYVector>& tigl::generated::CPACSProfileGeometry2D::GetPointList_choice1 ( )
virtual

◆ GetPointList_choice1() [3/3]

virtual TIGL_EXPORT CCPACSPointListXYVector& tigl::generated::CPACSProfileGeometry2D::GetPointList_choice1 ( CreateIfNotExistsTag  )
virtual

◆ GetSymmetry()

virtual TIGL_EXPORT const boost::optional<CPACSProfileGeometry2DType_symmetry>& tigl::generated::CPACSProfileGeometry2D::GetSymmetry ( ) const
virtual

◆ GetUID()

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

◆ GetUIDManager() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetUIDManager() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ IsParent()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveCst2D_choice2()

virtual TIGL_EXPORT void tigl::generated::CPACSProfileGeometry2D::RemoveCst2D_choice2 ( )
virtual

◆ RemovePointList_choice1()

virtual TIGL_EXPORT void tigl::generated::CPACSProfileGeometry2D::RemovePointList_choice1 ( )
virtual

◆ SetDescription()

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

◆ SetName()

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

◆ SetSymmetry()

virtual TIGL_EXPORT void tigl::generated::CPACSProfileGeometry2D::SetSymmetry ( const boost::optional< CPACSProfileGeometry2DType_symmetry > &  value)
virtual

◆ SetUID()

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

◆ ValidateChoices()

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

◆ WriteCPACS()

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

Field Documentation

◆ m_cst2D_choice2

boost::optional<CCPACSWingProfileCST> tigl::generated::CPACSProfileGeometry2D::m_cst2D_choice2
protected

◆ m_description

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

Description of profile.

◆ m_name

std::string tigl::generated::CPACSProfileGeometry2D::m_name
protected

Name of profile.

◆ m_parent

void* tigl::generated::CPACSProfileGeometry2D::m_parent
protected

◆ m_parentType

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

◆ m_pointList_choice1

boost::optional<CCPACSPointListXYVector> tigl::generated::CPACSProfileGeometry2D::m_pointList_choice1
protected

◆ m_symmetry

boost::optional<CPACSProfileGeometry2DType_symmetry> tigl::generated::CPACSProfileGeometry2D::m_symmetry
protected

◆ m_uID

std::string tigl::generated::CPACSProfileGeometry2D::m_uID
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSProfileGeometry2D::m_uidMgr
protected

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