#include <CCPACSPoint.h>
Public Member Functions | |
| TIGL_EXPORT CTiglPoint | AsPoint () const |
| TIGL_EXPORT | CCPACSPoint (CCPACSControlSurfaceHingePoint *parent, CTiglUIDManager *uidMgr) |
| TIGL_EXPORT | CCPACSPoint (CCPACSControlSurfaceStep *parent, CTiglUIDManager *uidMgr) |
| TIGL_EXPORT | CCPACSPoint (CCPACSElementMass *parent, CTiglUIDManager *uidMgr) |
| TIGL_EXPORT | CCPACSPoint (CCPACSPointList *parent, CTiglUIDManager *uidMgr) |
| TIGL_EXPORT | CCPACSPoint (CCPACSTransformation *parent, CTiglUIDManager *uidMgr) |
| TIGL_EXPORT | CCPACSPoint (CCPACSTransformationSE3 *parent, CTiglUIDManager *uidMgr) |
| TIGL_EXPORT | CCPACSPoint (const CCPACSPoint &p) |
| TIGL_EXPORT CCPACSPoint & | operator= (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 (CCPACSTransformation *parent, CTiglUIDManager *uidMgr) |
| TIGL_EXPORT | CPACSPoint (CCPACSTransformationSE3 *parent, CTiglUIDManager *uidMgr) |
| TIGL_EXPORT | CPACSPoint (CPACSControlSurfaceHingePoint *parent, CTiglUIDManager *uidMgr) |
| TIGL_EXPORT | CPACSPoint (CPACSControlSurfaceStep *parent, CTiglUIDManager *uidMgr) |
| TIGL_EXPORT | CPACSPoint (CPACSElementMass *parent, CTiglUIDManager *uidMgr) |
| TIGL_EXPORT | CPACSPoint (CPACSPointList *parent, CTiglUIDManager *uidMgr) |
| virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
| virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () 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 CTiglUIDManager & | GetUIDManager () |
| TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () 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 |
| CTiglUIDManager * | m_uidMgr |
| boost::optional< double > | m_x |
| X-Component. | |
| boost::optional< double > | m_y |
| Y-Component. | |
| boost::optional< double > | m_z |
| Z-Component. | |
| TIGL_EXPORT tigl::CCPACSPoint::CCPACSPoint | ( | CCPACSControlSurfaceStep * | parent, |
| CTiglUIDManager * | uidMgr ) |
| TIGL_EXPORT tigl::CCPACSPoint::CCPACSPoint | ( | CCPACSControlSurfaceHingePoint * | parent, |
| CTiglUIDManager * | uidMgr ) |
| TIGL_EXPORT tigl::CCPACSPoint::CCPACSPoint | ( | CCPACSPointList * | parent, |
| CTiglUIDManager * | uidMgr ) |
| TIGL_EXPORT tigl::CCPACSPoint::CCPACSPoint | ( | CCPACSTransformation * | parent, |
| CTiglUIDManager * | uidMgr ) |
| TIGL_EXPORT tigl::CCPACSPoint::CCPACSPoint | ( | CCPACSTransformationSE3 * | parent, |
| CTiglUIDManager * | uidMgr ) |
| TIGL_EXPORT tigl::CCPACSPoint::CCPACSPoint | ( | CCPACSElementMass * | parent, |
| CTiglUIDManager * | uidMgr ) |
| TIGL_EXPORT tigl::CCPACSPoint::CCPACSPoint | ( | const CCPACSPoint & | p | ) |
| TIGL_EXPORT CTiglPoint tigl::CCPACSPoint::AsPoint | ( | ) | const |
|
overrideprivatevirtual |
Reimplemented from tigl::CTiglUIDObject.
| TIGL_EXPORT CCPACSPoint & tigl::CCPACSPoint::operator= | ( | const CCPACSPoint & | ) |
| TIGL_EXPORT void tigl::CCPACSPoint::SetAsPoint | ( | const CTiglPoint & | point | ) |
|
overridevirtual |
Reimplemented from tigl::generated::CPACSPoint.
|
overridevirtual |
Reimplemented from tigl::generated::CPACSPoint.
|
overridevirtual |
Reimplemented from tigl::generated::CPACSPoint.