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