Salome HOME
Mantis issue 0021071: Regression in GetInPlace. A fix by PKV on Partition error.
[modules/geom.git] / src / NMTTools / NMTTools_MapOfPaveBlock.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 _NMTTools_MapOfPaveBlock_HeaderFile
23 #define _NMTTools_MapOfPaveBlock_HeaderFile
24
25 #ifndef _TCollection_BasicMap_HeaderFile
26 #include <TCollection_BasicMap.hxx>
27 #endif
28 #ifndef _Handle_NMTTools_StdMapNodeOfMapOfPaveBlock_HeaderFile
29 #include <Handle_NMTTools_StdMapNodeOfMapOfPaveBlock.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 BOPTools_PaveBlock;
39 class BOPTools_PaveBlockMapHasher;
40 class NMTTools_StdMapNodeOfMapOfPaveBlock;
41 class NMTTools_MapIteratorOfMapOfPaveBlock;
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 NMTTools_MapOfPaveBlock  : 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 NMTTools_MapOfPaveBlock(const Standard_Integer NbBuckets = 1);
73
74
75 Standard_EXPORT   NMTTools_MapOfPaveBlock& Assign(const NMTTools_MapOfPaveBlock& Other) ;
76   NMTTools_MapOfPaveBlock& operator =(const NMTTools_MapOfPaveBlock& 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 ~NMTTools_MapOfPaveBlock()
88 {
89   Clear();
90 }
91
92
93
94 Standard_EXPORT   Standard_Boolean Add(const BOPTools_PaveBlock& aKey) ;
95
96
97 Standard_EXPORT   Standard_Boolean Contains(const BOPTools_PaveBlock& aKey) const;
98
99
100 Standard_EXPORT   Standard_Boolean Remove(const BOPTools_PaveBlock& aKey) ;
101
102
103
104
105
106 protected:
107
108  // Methods PROTECTED
109  // 
110
111
112  // Fields PROTECTED
113  //
114
115
116 private: 
117
118  // Methods PRIVATE
119  // 
120
121
122 Standard_EXPORT NMTTools_MapOfPaveBlock(const NMTTools_MapOfPaveBlock& Other);
123
124
125  // Fields PRIVATE
126  //
127
128
129 };
130
131
132
133
134
135 // other Inline functions and methods (like "C++: function call" methods)
136 //
137
138
139 #endif