Salome HOME
SIGSEGV after inter integration fix for 0020044: EDF 866 GEOM: Extrusion along a...
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_DataMapOfShapeShapeSet.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_DataMapOfShapeShapeSet_HeaderFile
21 #define _GEOMAlgo_DataMapOfShapeShapeSet_HeaderFile
22
23 #ifndef _TCollection_BasicMap_HeaderFile
24 #include <TCollection_BasicMap.hxx>
25 #endif
26 #ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet_HeaderFile
27 #include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet.hxx>
28 #endif
29 #ifndef _Standard_Integer_HeaderFile
30 #include <Standard_Integer.hxx>
31 #endif
32 #ifndef _Standard_Boolean_HeaderFile
33 #include <Standard_Boolean.hxx>
34 #endif
35 class Standard_DomainError;
36 class Standard_NoSuchObject;
37 class TopoDS_Shape;
38 class GEOMAlgo_ShapeSet;
39 class TopTools_ShapeMapHasher;
40 class GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet;
41 class GEOMAlgo_DataMapIteratorOfDataMapOfShapeShapeSet;
42
43
44 #ifndef _Standard_HeaderFile
45 #include <Standard.hxx>
46 #endif
47 #ifndef _Standard_Macro_HeaderFile
48 #include <Standard_Macro.hxx>
49 #endif
50
51
52 class GEOMAlgo_DataMapOfShapeShapeSet  : public TCollection_BasicMap {
53
54 public:
55
56     void* operator new(size_t,void* anAddress) 
57       {
58         return anAddress;
59       }
60     void* operator new(size_t size) 
61       { 
62         return Standard::Allocate(size); 
63       }
64     void  operator delete(void *anAddress) 
65       { 
66         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
67       }
68  // Methods PUBLIC
69  // 
70
71
72 Standard_EXPORT GEOMAlgo_DataMapOfShapeShapeSet(const Standard_Integer NbBuckets = 1);
73
74
75 Standard_EXPORT   GEOMAlgo_DataMapOfShapeShapeSet& Assign(const GEOMAlgo_DataMapOfShapeShapeSet& Other) ;
76   GEOMAlgo_DataMapOfShapeShapeSet& operator =(const GEOMAlgo_DataMapOfShapeShapeSet& Other) 
77 {
78   return Assign(Other);
79 }
80
81
82
83 Standard_EXPORT   void ReSize(const Standard_Integer NbBuckets) ;
84
85
86 Standard_EXPORT   void Clear() ;
87 ~GEOMAlgo_DataMapOfShapeShapeSet()
88 {
89   Clear();
90 }
91
92
93
94 Standard_EXPORT   Standard_Boolean Bind(const TopoDS_Shape& K,const GEOMAlgo_ShapeSet& I) ;
95
96
97 Standard_EXPORT   Standard_Boolean IsBound(const TopoDS_Shape& K) const;
98
99
100 Standard_EXPORT   Standard_Boolean UnBind(const TopoDS_Shape& K) ;
101
102
103 Standard_EXPORT  const GEOMAlgo_ShapeSet& Find(const TopoDS_Shape& K) const;
104  const GEOMAlgo_ShapeSet& operator()(const TopoDS_Shape& K) const
105 {
106   return Find(K);
107 }
108
109
110
111 Standard_EXPORT   GEOMAlgo_ShapeSet& ChangeFind(const TopoDS_Shape& K) ;
112   GEOMAlgo_ShapeSet& operator()(const TopoDS_Shape& K) 
113 {
114   return ChangeFind(K);
115 }
116
117
118
119
120
121
122 protected:
123
124  // Methods PROTECTED
125  // 
126
127
128  // Fields PROTECTED
129  //
130
131
132 private: 
133
134  // Methods PRIVATE
135  // 
136
137
138 Standard_EXPORT GEOMAlgo_DataMapOfShapeShapeSet(const GEOMAlgo_DataMapOfShapeShapeSet& Other);
139
140
141  // Fields PRIVATE
142  //
143
144
145 };
146
147
148
149
150
151 // other Inline functions and methods (like "C++: function call" methods)
152 //
153
154
155 #endif