|
| 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 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 |
| |
| 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 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 () |
| |
| boost::optional< std::string > | GetObjectUID () const |
| |
| virtual | ~CTiglOptUIDObject ()=default |
| |
| TIGL_EXPORT void | Invalidate (const boost::optional< std::string > &source=boost::none) const |
| |