1 // Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE
3 // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
6 // This library is free software; you can redistribute it and/or
7 // modify it under the terms of the GNU Lesser General Public
8 // License as published by the Free Software Foundation; either
9 // version 2.1 of the License.
11 // This library is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 // Lesser General Public License for more details.
16 // You should have received a copy of the GNU Lesser General Public
17 // License along with this library; if not, write to the Free Software
18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
23 #ifndef _BlockFix_SphereSpaceModifier_HeaderFile
24 #define _BlockFix_SphereSpaceModifier_HeaderFile
26 #ifndef _Standard_HeaderFile
27 #include <Standard.hxx>
29 #ifndef _Handle_BlockFix_SphereSpaceModifier_HeaderFile
30 #include <Handle_BlockFix_SphereSpaceModifier.hxx>
33 #ifndef _Standard_Real_HeaderFile
34 #include <Standard_Real.hxx>
36 #ifndef _TopTools_DataMapOfShapeInteger_HeaderFile
37 #include <TopTools_DataMapOfShapeInteger.hxx>
39 #ifndef _TColStd_IndexedMapOfTransient_HeaderFile
40 #include <TColStd_IndexedMapOfTransient.hxx>
42 #ifndef _BRepTools_Modification_HeaderFile
43 #include <BRepTools_Modification.hxx>
45 #ifndef _Standard_Boolean_HeaderFile
46 #include <Standard_Boolean.hxx>
48 #ifndef _Handle_Geom_Surface_HeaderFile
49 #include <Handle_Geom_Surface.hxx>
51 #ifndef _Handle_Geom_Curve_HeaderFile
52 #include <Handle_Geom_Curve.hxx>
54 #ifndef _Handle_Geom2d_Curve_HeaderFile
55 #include <Handle_Geom2d_Curve.hxx>
57 #ifndef _GeomAbs_Shape_HeaderFile
58 #include <GeomAbs_Shape.hxx>
62 class TopLoc_Location;
70 class BlockFix_SphereSpaceModifier : public BRepTools_Modification {
74 void* operator new(size_t,void* anAddress)
78 void* operator new(size_t size)
80 return Standard::Allocate(size);
82 void operator delete(void *anAddress)
84 if (anAddress) Standard::Free((Standard_Address&)anAddress);
88 Standard_EXPORT BlockFix_SphereSpaceModifier();
89 Standard_EXPORT void SetTolerance(const Standard_Real Toler) ;
90 Standard_EXPORT Standard_Boolean NewSurface(const TopoDS_Face& F,Handle(Geom_Surface)& S,TopLoc_Location& L,Standard_Real& Tol,Standard_Boolean& RevWires,Standard_Boolean& RevFace) ;
91 Standard_EXPORT Standard_Boolean NewCurve(const TopoDS_Edge& E,Handle(Geom_Curve)& C,TopLoc_Location& L,Standard_Real& Tol) ;
92 Standard_EXPORT Standard_Boolean NewPoint(const TopoDS_Vertex& V,gp_Pnt& P,Standard_Real& Tol) ;
93 Standard_EXPORT Standard_Boolean NewCurve2d(const TopoDS_Edge& E,const TopoDS_Face& F,const TopoDS_Edge& NewE,const TopoDS_Face& NewF,Handle(Geom2d_Curve)& C,Standard_Real& Tol) ;
94 Standard_EXPORT Standard_Boolean NewParameter(const TopoDS_Vertex& V,const TopoDS_Edge& E,Standard_Real& P,Standard_Real& Tol) ;
95 Standard_EXPORT GeomAbs_Shape Continuity(const TopoDS_Edge& E,const TopoDS_Face& F1,const TopoDS_Face& F2,const TopoDS_Edge& NewE,const TopoDS_Face& NewF1,const TopoDS_Face& NewF2) ;
96 Standard_EXPORT Standard_Boolean ForRotation(const TopoDS_Face& F) ;
97 Standard_EXPORT ~BlockFix_SphereSpaceModifier();
104 Standard_EXPORT friend Handle_Standard_Type& BlockFix_SphereSpaceModifier_Type_();
105 Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
106 Standard_EXPORT Standard_Boolean IsKind(const Handle(Standard_Type)&) const;
126 Standard_Real myTolerance;
127 TopTools_DataMapOfShapeInteger myMapOfFaces;
128 TColStd_IndexedMapOfTransient myMapOfSpheres;
137 // other Inline functions and methods (like "C++: function call" methods)