Salome HOME
Merge with OCC_development_01
[modules/geom.git] / src / GEOMAlgo / BlockFix_SphereSpaceModifier.hxx
1 // File generated by CPPExt (Transient)
2 //
3 //
4 //                     Copyright (C) 1991 - 2000 by  
5 //                      Matra Datavision SA.  All rights reserved.
6 //  
7 //                     Copyright (C) 2001 - 2004 by
8 //                     Open CASCADE SA.  All rights reserved.
9 // 
10 // This file is part of the Open CASCADE Technology software.
11 //
12 // This software may be distributed and/or modified under the terms and
13 // conditions of the Open CASCADE Public License as defined by Open CASCADE SA
14 // and appearing in the file LICENSE included in the packaging of this file.
15 //  
16 // This software is distributed on an "AS IS" basis, without warranty of any
17 // kind, and Open CASCADE SA hereby disclaims all such warranties,
18 // including without limitation, any warranties of merchantability, fitness
19 // for a particular purpose or non-infringement. Please see the License for
20 // the specific terms and conditions governing rights and limitations under the
21 // License.
22
23 #ifndef _BlockFix_SphereSpaceModifier_HeaderFile
24 #define _BlockFix_SphereSpaceModifier_HeaderFile
25
26 #ifndef _Standard_HeaderFile
27 #include <Standard.hxx>
28 #endif
29 #ifndef _Handle_BlockFix_SphereSpaceModifier_HeaderFile
30 #include <Handle_BlockFix_SphereSpaceModifier.hxx>
31 #endif
32
33 #ifndef _Standard_Real_HeaderFile
34 #include <Standard_Real.hxx>
35 #endif
36 #ifndef _TopTools_DataMapOfShapeInteger_HeaderFile
37 #include <TopTools_DataMapOfShapeInteger.hxx>
38 #endif
39 #ifndef _TColStd_IndexedMapOfTransient_HeaderFile
40 #include <TColStd_IndexedMapOfTransient.hxx>
41 #endif
42 #ifndef _BRepTools_Modification_HeaderFile
43 #include <BRepTools_Modification.hxx>
44 #endif
45 #ifndef _Standard_Boolean_HeaderFile
46 #include <Standard_Boolean.hxx>
47 #endif
48 #ifndef _Handle_Geom_Surface_HeaderFile
49 #include <Handle_Geom_Surface.hxx>
50 #endif
51 #ifndef _Handle_Geom_Curve_HeaderFile
52 #include <Handle_Geom_Curve.hxx>
53 #endif
54 #ifndef _Handle_Geom2d_Curve_HeaderFile
55 #include <Handle_Geom2d_Curve.hxx>
56 #endif
57 #ifndef _GeomAbs_Shape_HeaderFile
58 #include <GeomAbs_Shape.hxx>
59 #endif
60 class TopoDS_Face;
61 class Geom_Surface;
62 class TopLoc_Location;
63 class TopoDS_Edge;
64 class Geom_Curve;
65 class TopoDS_Vertex;
66 class gp_Pnt;
67 class Geom2d_Curve;
68
69
70 class BlockFix_SphereSpaceModifier : public BRepTools_Modification {
71
72 public:
73
74     void* operator new(size_t,void* anAddress) 
75       {
76         return anAddress;
77       }
78     void* operator new(size_t size) 
79       { 
80         return Standard::Allocate(size); 
81       }
82     void  operator delete(void *anAddress) 
83       { 
84         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
85       }
86  // Methods PUBLIC
87  // 
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();
98
99
100
101
102  // Type management
103  //
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;
107
108 protected:
109
110  // Methods PROTECTED
111  // 
112
113
114  // Fields PROTECTED
115  //
116
117
118 private: 
119
120  // Methods PRIVATE
121  // 
122
123
124  // Fields PRIVATE
125  //
126 Standard_Real myTolerance;
127 TopTools_DataMapOfShapeInteger myMapOfFaces;
128 TColStd_IndexedMapOfTransient myMapOfSpheres;
129
130
131 };
132
133
134
135
136
137 // other Inline functions and methods (like "C++: function call" methods)
138 //
139
140
141 #endif