Salome HOME
Merge with OCC-V2_1_0_deb
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_IndexedDataMapOfShapeBox.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_IndexedDataMapOfShapeBox_HeaderFile
23 #define _GEOMAlgo_IndexedDataMapOfShapeBox_HeaderFile
24
25 #ifndef _TCollection_BasicMap_HeaderFile
26 #include <TCollection_BasicMap.hxx>
27 #endif
28 #ifndef _Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox_HeaderFile
29 #include <Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx>
30 #endif
31 #ifndef _Standard_Integer_HeaderFile
32 #include <Standard_Integer.hxx>
33 #endif
34 #ifndef _Standard_Boolean_HeaderFile
35 #include <Standard_Boolean.hxx>
36 #endif
37 class Standard_DomainError;
38 class Standard_OutOfRange;
39 class Standard_NoSuchObject;
40 class TopoDS_Shape;
41 class Bnd_Box;
42 class TopTools_ShapeMapHasher;
43 class GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox;
44
45
46 #ifndef _Standard_HeaderFile
47 #include <Standard.hxx>
48 #endif
49 #ifndef _Standard_Macro_HeaderFile
50 #include <Standard_Macro.hxx>
51 #endif
52
53 class GEOMAlgo_IndexedDataMapOfShapeBox  : public TCollection_BasicMap {
54
55 public:
56
57     void* operator new(size_t,void* anAddress) 
58       {
59         return anAddress;
60       }
61     void* operator new(size_t size) 
62       { 
63         return Standard::Allocate(size); 
64       }
65     void  operator delete(void *anAddress) 
66       { 
67         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
68       }
69  // Methods PUBLIC
70  // 
71 Standard_EXPORT GEOMAlgo_IndexedDataMapOfShapeBox(const Standard_Integer NbBuckets = 1);
72 Standard_EXPORT   GEOMAlgo_IndexedDataMapOfShapeBox& Assign(const GEOMAlgo_IndexedDataMapOfShapeBox& Other) ;
73   GEOMAlgo_IndexedDataMapOfShapeBox& operator =(const GEOMAlgo_IndexedDataMapOfShapeBox& Other) 
74 {
75   return Assign(Other);
76 }
77
78 Standard_EXPORT   void ReSize(const Standard_Integer NbBuckets) ;
79 Standard_EXPORT   void Clear() ;
80 ~GEOMAlgo_IndexedDataMapOfShapeBox()
81 {
82   Clear();
83 }
84
85 Standard_EXPORT   Standard_Integer Add(const TopoDS_Shape& K,const Bnd_Box& I) ;
86 Standard_EXPORT   void Substitute(const Standard_Integer I,const TopoDS_Shape& K,const Bnd_Box& T) ;
87 Standard_EXPORT   void RemoveLast() ;
88 Standard_EXPORT   Standard_Boolean Contains(const TopoDS_Shape& K) const;
89 Standard_EXPORT  const TopoDS_Shape& FindKey(const Standard_Integer I) const;
90 Standard_EXPORT  const Bnd_Box& FindFromIndex(const Standard_Integer I) const;
91  const Bnd_Box& operator ()(const Standard_Integer I) const
92 {
93   return FindFromIndex(I);
94 }
95
96 Standard_EXPORT   Bnd_Box& ChangeFromIndex(const Standard_Integer I) ;
97   Bnd_Box& operator ()(const Standard_Integer I) 
98 {
99   return ChangeFromIndex(I);
100 }
101
102 Standard_EXPORT   Standard_Integer FindIndex(const TopoDS_Shape& K) const;
103 Standard_EXPORT  const Bnd_Box& FindFromKey(const TopoDS_Shape& K) const;
104 Standard_EXPORT   Bnd_Box& ChangeFromKey(const TopoDS_Shape& K) ;
105
106
107
108
109
110 protected:
111
112  // Methods PROTECTED
113  // 
114
115
116  // Fields PROTECTED
117  //
118
119
120 private: 
121
122  // Methods PRIVATE
123  // 
124 Standard_EXPORT GEOMAlgo_IndexedDataMapOfShapeBox(const GEOMAlgo_IndexedDataMapOfShapeBox& Other);
125
126
127  // Fields PRIVATE
128  //
129
130
131 };
132
133
134
135
136
137 // other Inline functions and methods (like "C++: function call" methods)
138 //
139
140
141 #endif