Salome HOME
Added help page and revert some changes for a better ergonomy
[modules/geom.git] / src / NMTTools / NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger.hxx
1 // Copyright (C) 2007-2011  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
23 #ifndef _NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger_HeaderFile
24 #define _NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger_HeaderFile
25
26 #ifndef _Standard_HeaderFile
27 #include <Standard.hxx>
28 #endif
29 #ifndef _Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger_HeaderFile
30 #include <Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger.hxx>
31 #endif
32
33 #ifndef _Standard_Integer_HeaderFile
34 #include <Standard_Integer.hxx>
35 #endif
36 #ifndef _TColStd_IndexedMapOfInteger_HeaderFile
37 #include <TColStd_IndexedMapOfInteger.hxx>
38 #endif
39 #ifndef _TCollection_MapNodePtr_HeaderFile
40 #include <TCollection_MapNodePtr.hxx>
41 #endif
42 #ifndef _TCollection_MapNode_HeaderFile
43 #include <TCollection_MapNode.hxx>
44 #endif
45 class TColStd_IndexedMapOfInteger;
46 class TColStd_MapIntegerHasher;
47 class NMTTools_IndexedDataMapOfIndexedMapOfInteger;
48
49
50
51 class NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger : public TCollection_MapNode {
52
53 public:
54  // Methods PUBLIC
55  // 
56
57 NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger(const Standard_Integer& K1,const Standard_Integer K2,const TColStd_IndexedMapOfInteger& I,const TCollection_MapNodePtr& n1,const TCollection_MapNodePtr& n2);
58
59   Standard_Integer& Key1() const;
60
61   Standard_Integer& Key2() const;
62
63   TCollection_MapNodePtr& Next2() const;
64
65   TColStd_IndexedMapOfInteger& Value() const;
66 //Standard_EXPORT ~NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger();
67
68
69
70
71  // Type management
72  //
73  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
74  //Standard_EXPORT Standard_Boolean            IsKind(const Handle(Standard_Type)&) const;
75
76 protected:
77
78  // Methods PROTECTED
79  // 
80
81
82  // Fields PROTECTED
83  //
84
85
86 private: 
87
88  // Methods PRIVATE
89  // 
90
91
92  // Fields PRIVATE
93  //
94 Standard_Integer myKey1;
95 Standard_Integer myKey2;
96 TColStd_IndexedMapOfInteger myValue;
97 TCollection_MapNodePtr myNext2;
98
99
100 };
101
102 #define TheKey Standard_Integer
103 #define TheKey_hxx <Standard_Integer.hxx>
104 #define TheItem TColStd_IndexedMapOfInteger
105 #define TheItem_hxx <TColStd_IndexedMapOfInteger.hxx>
106 #define Hasher TColStd_MapIntegerHasher
107 #define Hasher_hxx <TColStd_MapIntegerHasher.hxx>
108 #define TCollection_IndexedDataMapNode NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger
109 #define TCollection_IndexedDataMapNode_hxx <NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger.hxx>
110 #define Handle_TCollection_IndexedDataMapNode Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger
111 #define TCollection_IndexedDataMapNode_Type_() NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger_Type_()
112 #define TCollection_IndexedDataMap NMTTools_IndexedDataMapOfIndexedMapOfInteger
113 #define TCollection_IndexedDataMap_hxx <NMTTools_IndexedDataMapOfIndexedMapOfInteger.hxx>
114
115 #include <TCollection_IndexedDataMapNode.lxx>
116
117 #undef TheKey
118 #undef TheKey_hxx
119 #undef TheItem
120 #undef TheItem_hxx
121 #undef Hasher
122 #undef Hasher_hxx
123 #undef TCollection_IndexedDataMapNode
124 #undef TCollection_IndexedDataMapNode_hxx
125 #undef Handle_TCollection_IndexedDataMapNode
126 #undef TCollection_IndexedDataMapNode_Type_
127 #undef TCollection_IndexedDataMap
128 #undef TCollection_IndexedDataMap_hxx
129
130
131 // other Inline functions and methods (like "C++: function call" methods)
132 //
133
134
135 #endif