Salome HOME
Fix RemoveExtraEdges() to obtain valid shapes. Fix done by SKL.
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_SolidSolid.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_SolidSolid_HeaderFile
23 #define _GEOMAlgo_SolidSolid_HeaderFile
24
25 #ifndef _TopoDS_Shape_HeaderFile
26 #include <TopoDS_Shape.hxx>
27 #endif
28 #ifndef _GEOMAlgo_ShellSolid_HeaderFile
29 #include <GEOMAlgo_ShellSolid.hxx>
30 #endif
31 class TopoDS_Shape;
32
33
34 #ifndef _Standard_HeaderFile
35 #include <Standard.hxx>
36 #endif
37 #ifndef _Standard_Macro_HeaderFile
38 #include <Standard_Macro.hxx>
39 #endif
40
41 class GEOMAlgo_SolidSolid  : public GEOMAlgo_ShellSolid {
42
43 public:
44
45     void* operator new(size_t,void* anAddress) 
46       {
47         return anAddress;
48       }
49     void* operator new(size_t size) 
50       { 
51         return Standard::Allocate(size); 
52       }
53     void  operator delete(void *anAddress) 
54       { 
55         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
56       }
57  // Methods PUBLIC
58  // 
59 Standard_EXPORT GEOMAlgo_SolidSolid();
60 Standard_EXPORT virtual ~GEOMAlgo_SolidSolid();
61 Standard_EXPORT virtual  void Perform() ;
62 Standard_EXPORT   void SetShape2(const TopoDS_Shape& aS) ;
63 Standard_EXPORT  const TopoDS_Shape& Shape2() const;
64
65
66
67
68
69 protected:
70
71  // Methods PROTECTED
72  // 
73 Standard_EXPORT virtual  void BuildResult() ;
74
75
76  // Fields PROTECTED
77  //
78 TopoDS_Shape myS2;
79
80
81 private: 
82
83  // Methods PRIVATE
84  // 
85
86
87  // Fields PRIVATE
88  //
89
90
91 };
92
93
94
95
96
97 // other Inline functions and methods (like "C++: function call" methods)
98 //
99
100
101 #endif