]> SALOME platform Git repositories - modules/geom.git/blob - src/GEOMAlgo/GEOMAlgo_PassKeyShape.hxx
Salome HOME
New version of PartitionAlgo.
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_PassKeyShape.hxx
1 // Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
3 //
4 // This library is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU Lesser General Public
6 // License as published by the Free Software Foundation; either
7 // version 2.1 of the License.
8 //
9 // This library is distributed in the hope that it will be useful
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 // Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public
15 // License along with this library; if not, write to the Free Software
16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 //
18 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19
20 #ifndef _GEOMAlgo_PassKeyShape_HeaderFile
21 #define _GEOMAlgo_PassKeyShape_HeaderFile
22
23 #ifndef _Standard_Integer_HeaderFile
24 #include <Standard_Integer.hxx>
25 #endif
26 #ifndef _GEOMAlgo_PassKey_HeaderFile
27 #include <GEOMAlgo_PassKey.hxx>
28 #endif
29 class TopoDS_Shape;
30 class TopTools_ListOfShape;
31
32
33 #ifndef _Standard_HeaderFile
34 #include <Standard.hxx>
35 #endif
36 #ifndef _Standard_Macro_HeaderFile
37 #include <Standard_Macro.hxx>
38 #endif
39
40
41 class GEOMAlgo_PassKeyShape  : public GEOMAlgo_PassKey {
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
60
61 Standard_EXPORT GEOMAlgo_PassKeyShape();
62
63
64 Standard_EXPORT   void SetIds(const TopoDS_Shape& aS) ;
65
66
67 Standard_EXPORT   void SetIds(const TopoDS_Shape& aS1,const TopoDS_Shape& aS2) ;
68
69
70 Standard_EXPORT   void SetIds(const TopoDS_Shape& aS1,const TopoDS_Shape& aS2,const TopoDS_Shape& aS3) ;
71
72
73 Standard_EXPORT   void SetIds(const TopoDS_Shape& aS1,const TopoDS_Shape& aS2,const TopoDS_Shape& aS3,const TopoDS_Shape& aS4) ;
74
75
76 Standard_EXPORT   void SetIds(const TopTools_ListOfShape& aLS) ;
77
78
79
80
81
82 protected:
83
84  // Methods PROTECTED
85  // 
86
87
88  // Fields PROTECTED
89  //
90 Standard_Integer myUpper;
91
92
93 private: 
94
95  // Methods PRIVATE
96  // 
97
98
99  // Fields PRIVATE
100  //
101
102
103 };
104
105
106
107
108
109 // other Inline functions and methods (like "C++: function call" methods)
110 //
111
112
113 #endif