3.4.0
tigl::CCPACSPoint Class Reference

#include <CCPACSPoint.h>

+ Inheritance diagram for tigl::CCPACSPoint:

Public Member Functions

TIGL_EXPORT CTiglPoint AsPoint () const
 
TIGL_EXPORT CCPACSPoint (CCPACSControlSurfaceStep *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT CCPACSPoint (CCPACSControlSurfaceHingePoint *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT CCPACSPoint (CCPACSPointList *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT CCPACSPoint (CCPACSBoundingBox *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT CCPACSPoint (CCPACSDeckElementMass *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT CCPACSPoint (CCPACSTransformation *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT CCPACSPoint (const CCPACSPoint &p)
 
TIGL_EXPORT CCPACSPointoperator= (const CCPACSPoint &)
 
TIGL_EXPORT void SetAsPoint (const CTiglPoint &point)
 
TIGL_EXPORT void SetX (const boost::optional< double > &value) override
 
TIGL_EXPORT void SetY (const boost::optional< double > &value) override
 
TIGL_EXPORT void SetZ (const boost::optional< double > &value) override
 
- Public Member Functions inherited from tigl::generated::CPACSPoint
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 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
 

Private Member Functions

void InvalidateImpl (const boost::optional< std::string > &source) const override
 

Additional Inherited Members

- Protected Member Functions inherited from tigl::CTiglUIDObject
 ~CTiglUIDObject ()=default
 
- Protected Attributes inherited from tigl::generated::CPACSPoint
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...
 

Constructor & Destructor Documentation

◆ CCPACSPoint() [1/7]

TIGL_EXPORT tigl::CCPACSPoint::CCPACSPoint ( CCPACSControlSurfaceStep parent,
CTiglUIDManager uidMgr 
)

◆ CCPACSPoint() [2/7]

TIGL_EXPORT tigl::CCPACSPoint::CCPACSPoint ( CCPACSControlSurfaceHingePoint parent,
CTiglUIDManager uidMgr 
)

◆ CCPACSPoint() [3/7]

TIGL_EXPORT tigl::CCPACSPoint::CCPACSPoint ( CCPACSPointList parent,
CTiglUIDManager uidMgr 
)

◆ CCPACSPoint() [4/7]

TIGL_EXPORT tigl::CCPACSPoint::CCPACSPoint ( CCPACSBoundingBox parent,
CTiglUIDManager uidMgr 
)

◆ CCPACSPoint() [5/7]

TIGL_EXPORT tigl::CCPACSPoint::CCPACSPoint ( CCPACSDeckElementMass parent,
CTiglUIDManager uidMgr 
)

◆ CCPACSPoint() [6/7]

TIGL_EXPORT tigl::CCPACSPoint::CCPACSPoint ( CCPACSTransformation parent,
CTiglUIDManager uidMgr 
)

◆ CCPACSPoint() [7/7]

TIGL_EXPORT tigl::CCPACSPoint::CCPACSPoint ( const CCPACSPoint p)

Member Function Documentation

◆ AsPoint()

TIGL_EXPORT CTiglPoint tigl::CCPACSPoint::AsPoint ( ) const

◆ InvalidateImpl()

void tigl::CCPACSPoint::InvalidateImpl ( const boost::optional< std::string > &  source) const
overrideprivatevirtual

Reimplemented from tigl::CTiglUIDObject.

◆ operator=()

TIGL_EXPORT CCPACSPoint& tigl::CCPACSPoint::operator= ( const CCPACSPoint )

◆ SetAsPoint()

TIGL_EXPORT void tigl::CCPACSPoint::SetAsPoint ( const CTiglPoint point)

◆ SetX()

TIGL_EXPORT void tigl::CCPACSPoint::SetX ( const boost::optional< double > &  value)
overridevirtual

Reimplemented from tigl::generated::CPACSPoint.

◆ SetY()

TIGL_EXPORT void tigl::CCPACSPoint::SetY ( const boost::optional< double > &  value)
overridevirtual

Reimplemented from tigl::generated::CPACSPoint.

◆ SetZ()

TIGL_EXPORT void tigl::CCPACSPoint::SetZ ( const boost::optional< double > &  value)
overridevirtual

Reimplemented from tigl::generated::CPACSPoint.


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