// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _TopOpeBRepDS_Point_HeaderFile #define _TopOpeBRepDS_Point_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _gp_Pnt_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class gp_Pnt; class TopoDS_Shape; //! A Geom point and a tolerance.
class TopOpeBRepDS_Point { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } Standard_EXPORT TopOpeBRepDS_Point(); Standard_EXPORT TopOpeBRepDS_Point(const gp_Pnt& P,const Standard_Real T); Standard_EXPORT TopOpeBRepDS_Point(const TopoDS_Shape& S); Standard_EXPORT Standard_Boolean IsEqual(const TopOpeBRepDS_Point& other) const; Standard_EXPORT const gp_Pnt& Point() const; Standard_EXPORT gp_Pnt& ChangePoint() ; Standard_EXPORT Standard_Real Tolerance() const; Standard_EXPORT void Tolerance(const Standard_Real Tol) ; Standard_EXPORT Standard_Boolean Keep() const; Standard_EXPORT void ChangeKeep(const Standard_Boolean B) ; protected: private: gp_Pnt myPoint; Standard_Real myTolerance; Standard_Boolean myKeep; }; // other Inline functions and methods (like "C++: function call" methods) #endif