Salome HOME
Merge from V5_1_main 14/05/2010
[modules/geom.git] / src / NMTDS / NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape.hxx
1 //  Copyright (C) 2007-2010  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 _NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape_HeaderFile
24 #define _NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape_HeaderFile
25
26 #ifndef _Standard_HeaderFile
27 #include <Standard.hxx>
28 #endif
29 #ifndef _Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape_HeaderFile
30 #include <Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape.hxx>
31 #endif
32
33 #ifndef _Standard_Integer_HeaderFile
34 #include <Standard_Integer.hxx>
35 #endif
36 #ifndef _TopoDS_Shape_HeaderFile
37 #include <TopoDS_Shape.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 TopoDS_Shape;
46 class TColStd_MapIntegerHasher;
47 class NMTDS_IndexedDataMapOfIntegerShape;
48
49
50
51 class NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape : public TCollection_MapNode {
52
53 public:
54  // Methods PUBLIC
55  // 
56
57 NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape(const Standard_Integer& K1,const Standard_Integer K2,const TopoDS_Shape& 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   TopoDS_Shape& Value() const;
66 //Standard_EXPORT ~NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape();
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 TopoDS_Shape myValue;
97 TCollection_MapNodePtr myNext2;
98
99
100 };
101
102 #define TheKey Standard_Integer
103 #define TheKey_hxx <Standard_Integer.hxx>
104 #define TheItem TopoDS_Shape
105 #define TheItem_hxx <TopoDS_Shape.hxx>
106 #define Hasher TColStd_MapIntegerHasher
107 #define Hasher_hxx <TColStd_MapIntegerHasher.hxx>
108 #define TCollection_IndexedDataMapNode NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape
109 #define TCollection_IndexedDataMapNode_hxx <NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape.hxx>
110 #define Handle_TCollection_IndexedDataMapNode Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape
111 #define TCollection_IndexedDataMapNode_Type_() NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape_Type_()
112 #define TCollection_IndexedDataMap NMTDS_IndexedDataMapOfIntegerShape
113 #define TCollection_IndexedDataMap_hxx <NMTDS_IndexedDataMapOfIntegerShape.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