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_BlockFixAPI_HeaderFile
00024 #define _BlockFix_BlockFixAPI_HeaderFile
00025
00026 #ifndef _Standard_HeaderFile
00027 #include <Standard.hxx>
00028 #endif
00029 #ifndef _Handle_BlockFix_BlockFixAPI_HeaderFile
00030 #include <Handle_BlockFix_BlockFixAPI.hxx>
00031 #endif
00032
00033 #ifndef _Handle_ShapeBuild_ReShape_HeaderFile
00034 #include <Handle_ShapeBuild_ReShape.hxx>
00035 #endif
00036 #ifndef _TopoDS_Shape_HeaderFile
00037 #include <TopoDS_Shape.hxx>
00038 #endif
00039 #ifndef _Standard_Real_HeaderFile
00040 #include <Standard_Real.hxx>
00041 #endif
00042 #ifndef _MMgt_TShared_HeaderFile
00043 #include <MMgt_TShared.hxx>
00044 #endif
00045
00046 class ShapeBuild_ReShape;
00047 class TopoDS_Shape;
00048
00049
00050 class BlockFix_BlockFixAPI : public MMgt_TShared
00051 {
00052 public:
00053 void* operator new(size_t,void* anAddress)
00054 {
00055 return anAddress;
00056 }
00057 void* operator new(size_t size)
00058 {
00059 return Standard::Allocate(size);
00060 }
00061 void operator delete(void *anAddress)
00062 {
00063 if (anAddress) Standard::Free((Standard_Address&)anAddress);
00064 }
00065
00066
00067
00068 Standard_EXPORT BlockFix_BlockFixAPI();
00069 void SetShape(const TopoDS_Shape& Shape);
00070 Standard_EXPORT void Perform();
00071 TopoDS_Shape Shape() const;
00072 Handle_ShapeBuild_ReShape& Context();
00073 Standard_Real& Tolerance();
00074 Standard_Integer& OptimumNbFaces();
00075 Standard_EXPORT ~BlockFix_BlockFixAPI();
00076
00077
00078
00079 Standard_EXPORT friend Handle_Standard_Type& BlockFix_BlockFixAPI_Type_();
00080 Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
00081 Standard_EXPORT Standard_Boolean IsKind(const Handle(Standard_Type)&) const;
00082
00083 private:
00084
00085
00086 Handle_ShapeBuild_ReShape myContext;
00087 TopoDS_Shape myShape;
00088 Standard_Real myTolerance;
00089 Standard_Integer myOptimumNbFaces;
00090 };
00091
00092 #include <BlockFix_BlockFixAPI.lxx>
00093
00094 #endif