// 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_Surface_HeaderFile #define _TopOpeBRepDS_Surface_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Handle_Geom_Surface_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class Geom_Surface; //! A Geom poimt and a tolerance.
class TopOpeBRepDS_Surface { 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_Surface(); Standard_EXPORT TopOpeBRepDS_Surface(const Handle(Geom_Surface)& P,const Standard_Real T); Standard_EXPORT TopOpeBRepDS_Surface(const TopOpeBRepDS_Surface& Other); Standard_EXPORT void Assign(const TopOpeBRepDS_Surface& Other) ; void operator=(const TopOpeBRepDS_Surface& Other) { Assign(Other); } Standard_EXPORT const Handle_Geom_Surface& Surface() const; Standard_EXPORT Standard_Real Tolerance() const; //! Update the tolerance
Standard_EXPORT void Tolerance(const Standard_Real tol) ; Standard_EXPORT Standard_Boolean Keep() const; Standard_EXPORT void ChangeKeep(const Standard_Boolean B) ; protected: private: Handle_Geom_Surface mySurface; Standard_Real myTolerance; Standard_Boolean myKeep; }; // other Inline functions and methods (like "C++: function call" methods) #endif