3.4.0
tigl::generated::CPACSPointXY Class Reference

Point: x,y. More...

#include <CPACSPointXY.h>

+ Inheritance diagram for tigl::generated::CPACSPointXY:

Public Member Functions

TIGL_EXPORT CPACSPointXY (CPACSGlobalBeamProperties *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT CPACSPointXY (CCPACSPointListXY *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT CPACSPointXY (CPACSSheet *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT CPACSPointXY (CPACSTransformation2D *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 double & GetX () const
 
virtual TIGL_EXPORT const double & GetY () 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 double &value)
 
virtual TIGL_EXPORT void SetY (const double &value)
 
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
 
virtual TIGL_EXPORT ~CPACSPointXY ()
 
- 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
 
double m_x
 X-Component. More...
 
double m_y
 Y-Component. More...
 

Private Member Functions

 CPACSPointXY (const CPACSPointXY &)=delete
 
 CPACSPointXY (CPACSPointXY &&)=delete
 
CPACSPointXYoperator= (const CPACSPointXY &)=delete
 
CPACSPointXYoperator= (CPACSPointXY &&)=delete
 

Additional Inherited Members

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

Detailed Description

Point: x,y.

Point type, containing an xy data doublet.

Constructor & Destructor Documentation

◆ CPACSPointXY() [1/6]

TIGL_EXPORT tigl::generated::CPACSPointXY::CPACSPointXY ( CPACSGlobalBeamProperties parent,
CTiglUIDManager uidMgr 
)

◆ CPACSPointXY() [2/6]

TIGL_EXPORT tigl::generated::CPACSPointXY::CPACSPointXY ( CCPACSPointListXY parent,
CTiglUIDManager uidMgr 
)

◆ CPACSPointXY() [3/6]

TIGL_EXPORT tigl::generated::CPACSPointXY::CPACSPointXY ( CPACSSheet parent,
CTiglUIDManager uidMgr 
)

◆ CPACSPointXY() [4/6]

TIGL_EXPORT tigl::generated::CPACSPointXY::CPACSPointXY ( CPACSTransformation2D parent,
CTiglUIDManager uidMgr 
)

◆ ~CPACSPointXY()

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

◆ CPACSPointXY() [5/6]

tigl::generated::CPACSPointXY::CPACSPointXY ( const CPACSPointXY )
privatedelete

◆ CPACSPointXY() [6/6]

tigl::generated::CPACSPointXY::CPACSPointXY ( CPACSPointXY &&  )
privatedelete

Member Function Documentation

◆ GetNextUIDParent() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetNextUIDParent() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ GetParent() [1/2]

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

◆ GetParent() [2/2]

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

◆ GetUID()

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

◆ GetUIDManager() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetUIDManager() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ GetX()

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

◆ GetY()

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

◆ IsParent()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ SetUID()

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

◆ SetX()

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

Reimplemented in tigl::CCPACSPointXY.

◆ SetY()

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

Reimplemented in tigl::CCPACSPointXY.

◆ WriteCPACS()

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

Field Documentation

◆ m_parent

void* tigl::generated::CPACSPointXY::m_parent
protected

◆ m_parentType

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

◆ m_uID

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

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSPointXY::m_uidMgr
protected

◆ m_x

double tigl::generated::CPACSPointXY::m_x
protected

X-Component.

◆ m_y

double tigl::generated::CPACSPointXY::m_y
protected

Y-Component.


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