Salome HOME
PAL8395: Improve CheckCompoundOfBlocks and RemoveExtraEdges. Improvement done by...
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_ShapeAlgo.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_ShapeAlgo_HeaderFile
23 #define _GEOMAlgo_ShapeAlgo_HeaderFile
24
25 #ifndef _TopoDS_Shape_HeaderFile
26 #include <TopoDS_Shape.hxx>
27 #endif
28 #ifndef _Standard_Real_HeaderFile
29 #include <Standard_Real.hxx>
30 #endif
31 #ifndef _IntTools_Context_HeaderFile
32 #include <IntTools_Context.hxx>
33 #endif
34 #ifndef _GEOMAlgo_Algo_HeaderFile
35 #include <GEOMAlgo_Algo.hxx>
36 #endif
37 class TopoDS_Shape;
38
39
40 #ifndef _Standard_HeaderFile
41 #include <Standard.hxx>
42 #endif
43 #ifndef _Standard_Macro_HeaderFile
44 #include <Standard_Macro.hxx>
45 #endif
46
47 class GEOMAlgo_ShapeAlgo  : public GEOMAlgo_Algo {
48
49 public:
50
51     void* operator new(size_t,void* anAddress) 
52       {
53         return anAddress;
54       }
55     void* operator new(size_t size) 
56       { 
57         return Standard::Allocate(size); 
58       }
59     void  operator delete(void *anAddress) 
60       { 
61         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
62       }
63  // Methods PUBLIC
64  // 
65 Standard_EXPORT   void SetShape(const TopoDS_Shape& aS) ;
66 Standard_EXPORT   void SetTolerance(const Standard_Real aT) ;
67 Standard_EXPORT  const TopoDS_Shape& Shape() const;
68 Standard_EXPORT   Standard_Real Tolerance() const;
69 Standard_EXPORT  const TopoDS_Shape& Result() const;
70
71
72
73
74
75 protected:
76
77  // Methods PROTECTED
78  // 
79 Standard_EXPORT GEOMAlgo_ShapeAlgo();
80 Standard_EXPORT virtual ~GEOMAlgo_ShapeAlgo();
81
82
83  // Fields PROTECTED
84  //
85 TopoDS_Shape myShape;
86 Standard_Real myTolerance;
87 TopoDS_Shape myResult;
88 IntTools_Context myContext;
89
90
91 private: 
92
93  // Methods PRIVATE
94  // 
95
96
97  // Fields PRIVATE
98  //
99
100
101 };
102
103
104
105
106
107 // other Inline functions and methods (like "C++: function call" methods)
108 //
109
110
111 #endif