3.4.0
tigl::generated::CPACSPointXYZ Class Reference

Point: x,y,z. More...

#include <CPACSPointXYZ.h>

+ Inheritance diagram for tigl::generated::CPACSPointXYZ:

Public Member Functions

TIGL_EXPORT CPACSPointXYZ (CCPACSGuideCurve *parent, CTiglUIDManager *uidMgr)
 
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
 
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
 
TIGL_EXPORT CCPACSGuideCurveGetParent ()
 
TIGL_EXPORT const CCPACSGuideCurveGetParent () const
 
virtual TIGL_EXPORT const boost::optional< std::string > & GetUID () const
 
TIGL_EXPORT CTiglUIDManagerGetUIDManager ()
 
TIGL_EXPORT const CTiglUIDManagerGetUIDManager () const
 
virtual TIGL_EXPORT const double & GetX () const
 
virtual TIGL_EXPORT const double & GetY () const
 
virtual TIGL_EXPORT const double & GetZ () const
 
virtual TIGL_EXPORT void ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath)
 
virtual TIGL_EXPORT void SetUID (const boost::optional< std::string > &value)
 
virtual TIGL_EXPORT void SetX (const double &value)
 
virtual TIGL_EXPORT void SetY (const double &value)
 
virtual TIGL_EXPORT void SetZ (const double &value)
 
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
 
virtual TIGL_EXPORT ~CPACSPointXYZ ()
 
- Public Member Functions inherited from tigl::CTiglOptUIDObject
boost::optional< std::string > GetObjectUID () const
 
virtual ~CTiglOptUIDObject ()=default
 
- Public Member Functions inherited from tigl::CTiglUIDObject
TIGL_EXPORT void Invalidate (const boost::optional< std::string > &source=boost::none) const
 

Protected Attributes

CCPACSGuideCurvem_parent
 
boost::optional< std::string > m_uID
 
CTiglUIDManagerm_uidMgr
 
double m_x
 X-Component. More...
 
double m_y
 Y-Component. More...
 
double m_z
 Z-Component. More...
 

Private Member Functions

 CPACSPointXYZ (const CPACSPointXYZ &)=delete
 
 CPACSPointXYZ (CPACSPointXYZ &&)=delete
 
CPACSPointXYZoperator= (const CPACSPointXYZ &)=delete
 
CPACSPointXYZoperator= (CPACSPointXYZ &&)=delete
 

Additional Inherited Members

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

Detailed Description

Point: x,y,z.

Point type, containing an obligatory xyz data triplet.

Constructor & Destructor Documentation

◆ CPACSPointXYZ() [1/3]

TIGL_EXPORT tigl::generated::CPACSPointXYZ::CPACSPointXYZ ( CCPACSGuideCurve parent,
CTiglUIDManager uidMgr 
)

◆ ~CPACSPointXYZ()

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

◆ CPACSPointXYZ() [2/3]

tigl::generated::CPACSPointXYZ::CPACSPointXYZ ( const CPACSPointXYZ )
privatedelete

◆ CPACSPointXYZ() [3/3]

tigl::generated::CPACSPointXYZ::CPACSPointXYZ ( CPACSPointXYZ &&  )
privatedelete

Member Function Documentation

◆ GetNextUIDParent() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetNextUIDParent() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ GetParent() [1/2]

TIGL_EXPORT CCPACSGuideCurve* tigl::generated::CPACSPointXYZ::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CCPACSGuideCurve* tigl::generated::CPACSPointXYZ::GetParent ( ) const

◆ GetUID()

virtual TIGL_EXPORT const boost::optional<std::string>& tigl::generated::CPACSPointXYZ::GetUID ( ) const
virtual

◆ GetUIDManager() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetUIDManager() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ GetX()

virtual TIGL_EXPORT const double& tigl::generated::CPACSPointXYZ::GetX ( ) const
virtual

◆ GetY()

virtual TIGL_EXPORT const double& tigl::generated::CPACSPointXYZ::GetY ( ) const
virtual

◆ GetZ()

virtual TIGL_EXPORT const double& tigl::generated::CPACSPointXYZ::GetZ ( ) const
virtual

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ SetUID()

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

◆ SetX()

virtual TIGL_EXPORT void tigl::generated::CPACSPointXYZ::SetX ( const double &  value)
virtual

◆ SetY()

virtual TIGL_EXPORT void tigl::generated::CPACSPointXYZ::SetY ( const double &  value)
virtual

◆ SetZ()

virtual TIGL_EXPORT void tigl::generated::CPACSPointXYZ::SetZ ( const double &  value)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_parent

CCPACSGuideCurve* tigl::generated::CPACSPointXYZ::m_parent
protected

◆ m_uID

boost::optional<std::string> tigl::generated::CPACSPointXYZ::m_uID
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSPointXYZ::m_uidMgr
protected

◆ m_x

double tigl::generated::CPACSPointXYZ::m_x
protected

X-Component.

◆ m_y

double tigl::generated::CPACSPointXYZ::m_y
protected

Y-Component.

◆ m_z

double tigl::generated::CPACSPointXYZ::m_z
protected

Z-Component.


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