Salome HOME
New version of PartitionAlgo.
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx
1 // Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
3 //
4 // This library is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU Lesser General Public
6 // License as published by the Free Software Foundation; either
7 // version 2.1 of the License.
8 //
9 // This library is distributed in the hope that it will be useful
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 // Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public
15 // License along with this library; if not, write to the Free Software
16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 //
18 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19
20 #ifndef _GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_HeaderFile
21 #define _GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_HeaderFile
22
23 #ifndef _Standard_HeaderFile
24 #include <Standard.hxx>
25 #endif
26 #ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_HeaderFile
27 #include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx>
28 #endif
29
30 #ifndef _GEOMAlgo_PassKey_HeaderFile
31 #include <GEOMAlgo_PassKey.hxx>
32 #endif
33 #ifndef _Standard_Integer_HeaderFile
34 #include <Standard_Integer.hxx>
35 #endif
36 #ifndef _TCollection_MapNode_HeaderFile
37 #include <TCollection_MapNode.hxx>
38 #endif
39 #ifndef _TCollection_MapNodePtr_HeaderFile
40 #include <TCollection_MapNodePtr.hxx>
41 #endif
42 class GEOMAlgo_PassKey;
43 class GEOMAlgo_PassKeyMapHasher;
44 class GEOMAlgo_DataMapOfPassKeyInteger;
45 class GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger;
46
47
48
49 class GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger : public TCollection_MapNode {
50
51 public:
52  // Methods PUBLIC
53  // 
54
55 GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger(const GEOMAlgo_PassKey& K,const Standard_Integer& I,const TCollection_MapNodePtr& n);
56
57   GEOMAlgo_PassKey& Key() const;
58
59   Standard_Integer& Value() const;
60 //Standard_EXPORT ~GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger();
61
62
63
64
65  // Type management
66  //
67  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
68  //Standard_EXPORT Standard_Boolean            IsKind(const Handle(Standard_Type)&) const;
69
70 protected:
71
72  // Methods PROTECTED
73  // 
74
75
76  // Fields PROTECTED
77  //
78
79
80 private: 
81
82  // Methods PRIVATE
83  // 
84
85
86  // Fields PRIVATE
87  //
88 GEOMAlgo_PassKey myKey;
89 Standard_Integer myValue;
90
91
92 };
93
94 #define TheKey GEOMAlgo_PassKey
95 #define TheKey_hxx <GEOMAlgo_PassKey.hxx>
96 #define TheItem Standard_Integer
97 #define TheItem_hxx <Standard_Integer.hxx>
98 #define Hasher GEOMAlgo_PassKeyMapHasher
99 #define Hasher_hxx <GEOMAlgo_PassKeyMapHasher.hxx>
100 #define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger
101 #define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx>
102 #define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger
103 #define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger.hxx>
104 #define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger
105 #define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_Type_()
106 #define TCollection_DataMap GEOMAlgo_DataMapOfPassKeyInteger
107 #define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfPassKeyInteger.hxx>
108
109 #include <TCollection_DataMapNode.lxx>
110
111 #undef TheKey
112 #undef TheKey_hxx
113 #undef TheItem
114 #undef TheItem_hxx
115 #undef Hasher
116 #undef Hasher_hxx
117 #undef TCollection_DataMapNode
118 #undef TCollection_DataMapNode_hxx
119 #undef TCollection_DataMapIterator
120 #undef TCollection_DataMapIterator_hxx
121 #undef Handle_TCollection_DataMapNode
122 #undef TCollection_DataMapNode_Type_
123 #undef TCollection_DataMap
124 #undef TCollection_DataMap_hxx
125
126
127 // other Inline functions and methods (like "C++: function call" methods)
128 //
129
130
131 #endif