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