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