Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef _BlockFix_UnionEdges_HeaderFile
00024 #define _BlockFix_UnionEdges_HeaderFile
00025
00026 #ifndef _Standard_Real_HeaderFile
00027 #include <Standard_Real.hxx>
00028 #endif
00029 #ifndef _Handle_ShapeBuild_ReShape_HeaderFile
00030 #include <Handle_ShapeBuild_ReShape.hxx>
00031 #endif
00032 class ShapeBuild_ReShape;
00033 class TopoDS_Shape;
00034
00035
00036 #ifndef _Standard_HeaderFile
00037 #include <Standard.hxx>
00038 #endif
00039 #ifndef _Standard_Macro_HeaderFile
00040 #include <Standard_Macro.hxx>
00041 #endif
00042
00043 class BlockFix_UnionEdges {
00044
00045 public:
00046
00047 void* operator new(size_t,void* anAddress)
00048 {
00049 return anAddress;
00050 }
00051 void* operator new(size_t size)
00052 {
00053 return Standard::Allocate(size);
00054 }
00055 void operator delete(void *anAddress)
00056 {
00057 if (anAddress) Standard::Free((Standard_Address&)anAddress);
00058 }
00059
00060
00061 Standard_EXPORT BlockFix_UnionEdges();
00062 Standard_EXPORT TopoDS_Shape Perform(const TopoDS_Shape& Shape,const Standard_Real Tol) ;
00063
00064
00065
00066
00067
00068 protected:
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078 private:
00079
00080
00081
00082
00083
00084
00085
00086 Standard_Real myTolerance;
00087 Handle_ShapeBuild_ReShape myContext;
00088
00089
00090 };
00091
00092
00093
00094
00095
00096
00097
00098
00099
00100 #endif