Salome HOME
PAL8395: Improve CheckCompoundOfBlocks and RemoveExtraEdges. Improvement done by...
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_SurfaceTools.hxx
1 // File generated by CPPExt (Value)
2 //
3 //                     Copyright (C) 1991 - 2000 by  
4 //                      Matra Datavision SA.  All rights reserved.
5 //  
6 //                     Copyright (C) 2001 - 2004 by
7 //                     Open CASCADE SA.  All rights reserved.
8 // 
9 // This file is part of the Open CASCADE Technology software.
10 //
11 // This software may be distributed and/or modified under the terms and
12 // conditions of the Open CASCADE Public License as defined by Open CASCADE SA
13 // and appearing in the file LICENSE included in the packaging of this file.
14 //  
15 // This software is distributed on an "AS IS" basis, without warranty of any
16 // kind, and Open CASCADE SA hereby disclaims all such warranties,
17 // including without limitation, any warranties of merchantability, fitness
18 // for a particular purpose or non-infringement. Please see the License for
19 // the specific terms and conditions governing rights and limitations under the
20 // License.
21
22 #ifndef _GEOMAlgo_SurfaceTools_HeaderFile
23 #define _GEOMAlgo_SurfaceTools_HeaderFile
24
25 #ifndef _Standard_Boolean_HeaderFile
26 #include <Standard_Boolean.hxx>
27 #endif
28 #ifndef _Handle_Geom_Surface_HeaderFile
29 #include <Handle_Geom_Surface.hxx>
30 #endif
31 #ifndef _TopAbs_State_HeaderFile
32 #include <TopAbs_State.hxx>
33 #endif
34 #ifndef _GEOMAlgo_State_HeaderFile
35 #include <GEOMAlgo_State.hxx>
36 #endif
37 #ifndef _Standard_Integer_HeaderFile
38 #include <Standard_Integer.hxx>
39 #endif
40 #ifndef _Standard_Real_HeaderFile
41 #include <Standard_Real.hxx>
42 #endif
43 class Geom_Surface;
44 class gp_Pnt;
45 class gp_Pln;
46 class gp_Cylinder;
47 class gp_Sphere;
48
49
50 #ifndef _Standard_HeaderFile
51 #include <Standard.hxx>
52 #endif
53 #ifndef _Standard_Macro_HeaderFile
54 #include <Standard_Macro.hxx>
55 #endif
56
57 class GEOMAlgo_SurfaceTools  {
58
59 public:
60
61     void* operator new(size_t,void* anAddress) 
62       {
63         return anAddress;
64       }
65     void* operator new(size_t size) 
66       { 
67         return Standard::Allocate(size); 
68       }
69     void  operator delete(void *anAddress) 
70       { 
71         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
72       }
73  // Methods PUBLIC
74  // 
75 Standard_EXPORT static  Standard_Boolean IsAnalytic(const Handle(Geom_Surface)& aS) ;
76 Standard_EXPORT static  Standard_Boolean IsConformState(const TopAbs_State aST1,const GEOMAlgo_State aST2) ;
77 Standard_EXPORT static  Standard_Integer GetState(const gp_Pnt& aP,const Handle(Geom_Surface)& aS,const Standard_Real aTol,TopAbs_State& aSt) ;
78 Standard_EXPORT static  Standard_Real Distance(const gp_Pnt& aP,const gp_Pln& aPln) ;
79 Standard_EXPORT static  Standard_Real Distance(const gp_Pnt& aP,const gp_Cylinder& aCyl) ;
80 Standard_EXPORT static  Standard_Real Distance(const gp_Pnt& aP,const gp_Sphere& aSph) ;
81 Standard_EXPORT static  TopAbs_State ReverseState(const TopAbs_State aSt) ;
82
83
84
85
86
87 protected:
88
89  // Methods PROTECTED
90  // 
91
92
93  // Fields PROTECTED
94  //
95
96
97 private: 
98
99  // Methods PRIVATE
100  // 
101
102
103  // Fields PRIVATE
104  //
105
106
107 };
108
109
110
111
112
113 // other Inline functions and methods (like "C++: function call" methods)
114 //
115
116
117 #endif