3.4.0
tigl::generated::CPACSPoint Class Reference

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

#include <CPACSPoint.h>

+ Inheritance diagram for tigl::generated::CPACSPoint:

Public Member Functions

TIGL_EXPORT CPACSPoint (CPACSBoundingBox *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT CPACSPoint (CPACSControlSurfaceHingePoint *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT CPACSPoint (CPACSControlSurfaceStep *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT CPACSPoint (CPACSDeckElementMass *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT CPACSPoint (CPACSPointList *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT CPACSPoint (CCPACSTransformation *parent, CTiglUIDManager *uidMgr)
 
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< std::string > & GetUID () const
 
TIGL_EXPORT CTiglUIDManagerGetUIDManager ()
 
TIGL_EXPORT const CTiglUIDManagerGetUIDManager () const
 
virtual TIGL_EXPORT const boost::optional< double > & GetX () const
 
virtual TIGL_EXPORT const boost::optional< double > & GetY () const
 
virtual TIGL_EXPORT const boost::optional< double > & GetZ () const
 
template<typename P >
bool IsParent () 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 boost::optional< double > &value)
 
virtual TIGL_EXPORT void SetY (const boost::optional< double > &value)
 
virtual TIGL_EXPORT void SetZ (const boost::optional< double > &value)
 
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
 
virtual TIGL_EXPORT ~CPACSPoint ()
 
- 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

void * m_parent
 
const std::type_info * m_parentType
 
boost::optional< std::string > m_uID
 
CTiglUIDManagerm_uidMgr
 
boost::optional< double > m_x
 X-Component. More...
 
boost::optional< double > m_y
 Y-Component. More...
 
boost::optional< double > m_z
 Z-Component. More...
 

Private Member Functions

 CPACSPoint (const CPACSPoint &)=delete
 
 CPACSPoint (CPACSPoint &&)=delete
 
CPACSPointoperator= (const CPACSPoint &)=delete
 
CPACSPointoperator= (CPACSPoint &&)=delete
 

Additional Inherited Members

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

Detailed Description

Point: x,y,z.

Point type, containing an xyz data triplet.

Constructor & Destructor Documentation

◆ CPACSPoint() [1/8]

TIGL_EXPORT tigl::generated::CPACSPoint::CPACSPoint ( CPACSBoundingBox parent,
CTiglUIDManager uidMgr 
)

◆ CPACSPoint() [2/8]

TIGL_EXPORT tigl::generated::CPACSPoint::CPACSPoint ( CPACSControlSurfaceHingePoint parent,
CTiglUIDManager uidMgr 
)

◆ CPACSPoint() [3/8]

TIGL_EXPORT tigl::generated::CPACSPoint::CPACSPoint ( CPACSControlSurfaceStep parent,
CTiglUIDManager uidMgr 
)

◆ CPACSPoint() [4/8]

TIGL_EXPORT tigl::generated::CPACSPoint::CPACSPoint ( CPACSDeckElementMass parent,
CTiglUIDManager uidMgr 
)

◆ CPACSPoint() [5/8]

TIGL_EXPORT tigl::generated::CPACSPoint::CPACSPoint ( CPACSPointList parent,
CTiglUIDManager uidMgr 
)

◆ CPACSPoint() [6/8]

TIGL_EXPORT tigl::generated::CPACSPoint::CPACSPoint ( CCPACSTransformation parent,
CTiglUIDManager uidMgr 
)

◆ ~CPACSPoint()

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

◆ CPACSPoint() [7/8]

tigl::generated::CPACSPoint::CPACSPoint ( const CPACSPoint )
privatedelete

◆ CPACSPoint() [8/8]

tigl::generated::CPACSPoint::CPACSPoint ( CPACSPoint &&  )
privatedelete

Member Function Documentation

◆ GetNextUIDParent() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetNextUIDParent() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ GetParent() [1/2]

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

◆ GetParent() [2/2]

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

◆ GetUID()

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

◆ GetUIDManager() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetUIDManager() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ GetX()

virtual TIGL_EXPORT const boost::optional<double>& tigl::generated::CPACSPoint::GetX ( ) const
virtual

◆ GetY()

virtual TIGL_EXPORT const boost::optional<double>& tigl::generated::CPACSPoint::GetY ( ) const
virtual

◆ GetZ()

virtual TIGL_EXPORT const boost::optional<double>& tigl::generated::CPACSPoint::GetZ ( ) const
virtual

◆ IsParent()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ SetUID()

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

◆ SetX()

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

Reimplemented in tigl::CCPACSPoint.

◆ SetY()

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

Reimplemented in tigl::CCPACSPoint.

◆ SetZ()

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

Reimplemented in tigl::CCPACSPoint.

◆ WriteCPACS()

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

Field Documentation

◆ m_parent

void* tigl::generated::CPACSPoint::m_parent
protected

◆ m_parentType

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

◆ m_uID

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

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSPoint::m_uidMgr
protected

◆ m_x

boost::optional<double> tigl::generated::CPACSPoint::m_x
protected

X-Component.

◆ m_y

boost::optional<double> tigl::generated::CPACSPoint::m_y
protected

Y-Component.

◆ m_z

boost::optional<double> tigl::generated::CPACSPoint::m_z
protected

Z-Component.


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