// 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 _ShapeBuild_HeaderFile #define _ShapeBuild_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Handle_Geom_Plane_HeaderFile #include #endif class Geom_Plane; class ShapeBuild_Vertex; class ShapeBuild_Edge; class ShapeBuild_ReShape; //! This package provides basic building tools for other packages in ShapeHealing.
//! These tools are rather internal for ShapeHealing .
class ShapeBuild { 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); } //! Returns a Geom_Surface which is the Plane XOY (Z positive)
//! This allows to consider an UV space homologous to a 3D space,
//! with this support surface
Standard_EXPORT static Handle_Geom_Plane PlaneXOY() ; protected: private: friend class ShapeBuild_Vertex; friend class ShapeBuild_Edge; friend class ShapeBuild_ReShape; }; // other Inline functions and methods (like "C++: function call" methods) #endif