Salome HOME
Update copyright
[modules/geom.git] / src / NMTDS / NMTDS_PassKeyShapeMapHasher.hxx
1 // Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19
20 #ifndef _NMTDS_PassKeyShapeMapHasher_HeaderFile
21 #define _NMTDS_PassKeyShapeMapHasher_HeaderFile
22
23 #ifndef _Standard_Integer_HeaderFile
24 #include <Standard_Integer.hxx>
25 #endif
26 #ifndef _Standard_Boolean_HeaderFile
27 #include <Standard_Boolean.hxx>
28 #endif
29 class NMTDS_PassKeyShape;
30
31
32 #ifndef _Standard_HeaderFile
33 #include <Standard.hxx>
34 #endif
35 #ifndef _Standard_Macro_HeaderFile
36 #include <Standard_Macro.hxx>
37 #endif
38
39
40 class NMTDS_PassKeyShapeMapHasher  {
41
42 public:
43
44     void* operator new(size_t,void* anAddress) 
45       {
46         return anAddress;
47       }
48     void* operator new(size_t size) 
49       { 
50         return Standard::Allocate(size); 
51       }
52     void  operator delete(void *anAddress) 
53       { 
54         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
55       }
56  // Methods PUBLIC
57  // 
58
59
60 Standard_EXPORT static  Standard_Integer HashCode(const NMTDS_PassKeyShape& aPKey,const Standard_Integer Upper) ;
61
62
63 Standard_EXPORT static  Standard_Boolean IsEqual(const NMTDS_PassKeyShape& aPKey1,const NMTDS_PassKeyShape& aPKey2) ;
64
65
66
67
68
69 protected:
70
71  // Methods PROTECTED
72  // 
73
74
75  // Fields PROTECTED
76  //
77
78
79 private: 
80
81  // Methods PRIVATE
82  // 
83
84
85  // Fields PRIVATE
86  //
87
88
89 };
90
91
92
93
94
95 // other Inline functions and methods (like "C++: function call" methods)
96 //
97
98
99 #endif