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