Salome HOME
Merge with OCC-V2_1_0_deb
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_IndexedDataMapOfIntegerShape.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_IndexedDataMapOfIntegerShape_HeaderFile
23 #define _GEOMAlgo_IndexedDataMapOfIntegerShape_HeaderFile
24
25 #ifndef _TCollection_BasicMap_HeaderFile
26 #include <TCollection_BasicMap.hxx>
27 #endif
28 #ifndef _Standard_Integer_HeaderFile
29 #include <Standard_Integer.hxx>
30 #endif
31 #ifndef _Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape_HeaderFile
32 #include <Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape.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 TColStd_MapIntegerHasher;
42 class GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape;
43
44
45 #ifndef _Standard_HeaderFile
46 #include <Standard.hxx>
47 #endif
48 #ifndef _Standard_Macro_HeaderFile
49 #include <Standard_Macro.hxx>
50 #endif
51
52 class GEOMAlgo_IndexedDataMapOfIntegerShape  : 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 Standard_EXPORT GEOMAlgo_IndexedDataMapOfIntegerShape(const Standard_Integer NbBuckets = 1);
71 Standard_EXPORT   GEOMAlgo_IndexedDataMapOfIntegerShape& Assign(const GEOMAlgo_IndexedDataMapOfIntegerShape& Other) ;
72   GEOMAlgo_IndexedDataMapOfIntegerShape& operator =(const GEOMAlgo_IndexedDataMapOfIntegerShape& Other) 
73 {
74   return Assign(Other);
75 }
76
77 Standard_EXPORT   void ReSize(const Standard_Integer NbBuckets) ;
78 Standard_EXPORT   void Clear() ;
79 ~GEOMAlgo_IndexedDataMapOfIntegerShape()
80 {
81   Clear();
82 }
83
84 Standard_EXPORT   Standard_Integer Add(const Standard_Integer& K,const TopoDS_Shape& I) ;
85 Standard_EXPORT   void Substitute(const Standard_Integer I,const Standard_Integer& K,const TopoDS_Shape& T) ;
86 Standard_EXPORT   void RemoveLast() ;
87 Standard_EXPORT   Standard_Boolean Contains(const Standard_Integer& K) const;
88 Standard_EXPORT  const Standard_Integer& FindKey(const Standard_Integer I) const;
89 Standard_EXPORT  const TopoDS_Shape& FindFromIndex(const Standard_Integer I) const;
90  const TopoDS_Shape& operator ()(const Standard_Integer I) const
91 {
92   return FindFromIndex(I);
93 }
94
95 Standard_EXPORT   TopoDS_Shape& ChangeFromIndex(const Standard_Integer I) ;
96   TopoDS_Shape& operator ()(const Standard_Integer I) 
97 {
98   return ChangeFromIndex(I);
99 }
100
101 Standard_EXPORT   Standard_Integer FindIndex(const Standard_Integer& K) const;
102 Standard_EXPORT  const TopoDS_Shape& FindFromKey(const Standard_Integer& K) const;
103 Standard_EXPORT   TopoDS_Shape& ChangeFromKey(const Standard_Integer& K) ;
104
105
106
107
108
109 protected:
110
111  // Methods PROTECTED
112  // 
113
114
115  // Fields PROTECTED
116  //
117
118
119 private: 
120
121  // Methods PRIVATE
122  // 
123 Standard_EXPORT GEOMAlgo_IndexedDataMapOfIntegerShape(const GEOMAlgo_IndexedDataMapOfIntegerShape& Other);
124
125
126  // Fields PRIVATE
127  //
128
129
130 };
131
132
133
134
135
136 // other Inline functions and methods (like "C++: function call" methods)
137 //
138
139
140 #endif