Salome HOME
Correct precision of double values displaying (bug 16123).
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.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 _GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape_HeaderFile
21 #define _GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape_HeaderFile
22
23 #ifndef _Standard_HeaderFile
24 #include <Standard.hxx>
25 #endif
26 #ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape_HeaderFile
27 #include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx>
28 #endif
29
30 #ifndef _Standard_Real_HeaderFile
31 #include <Standard_Real.hxx>
32 #endif
33 #ifndef _TopTools_ListOfShape_HeaderFile
34 #include <TopTools_ListOfShape.hxx>
35 #endif
36 #ifndef _TCollection_MapNode_HeaderFile
37 #include <TCollection_MapNode.hxx>
38 #endif
39 #ifndef _TCollection_MapNodePtr_HeaderFile
40 #include <TCollection_MapNodePtr.hxx>
41 #endif
42 class TopTools_ListOfShape;
43 class TColStd_MapRealHasher;
44 class GEOMAlgo_DataMapOfRealListOfShape;
45 class GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape;
46
47
48
49 class GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape : public TCollection_MapNode {
50
51 public:
52  // Methods PUBLIC
53  // 
54
55 GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape(const Standard_Real& K,const TopTools_ListOfShape& I,const TCollection_MapNodePtr& n);
56
57   Standard_Real& Key() const;
58
59   TopTools_ListOfShape& Value() const;
60 //Standard_EXPORT ~GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape();
61
62
63
64
65  // Type management
66  //
67  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
68  //Standard_EXPORT Standard_Boolean            IsKind(const Handle(Standard_Type)&) const;
69
70 protected:
71
72  // Methods PROTECTED
73  // 
74
75
76  // Fields PROTECTED
77  //
78
79
80 private: 
81
82  // Methods PRIVATE
83  // 
84
85
86  // Fields PRIVATE
87  //
88 Standard_Real myKey;
89 TopTools_ListOfShape myValue;
90
91
92 };
93
94 #define TheKey Standard_Real
95 #define TheKey_hxx <Standard_Real.hxx>
96 #define TheItem TopTools_ListOfShape
97 #define TheItem_hxx <TopTools_ListOfShape.hxx>
98 #define Hasher TColStd_MapRealHasher
99 #define Hasher_hxx <TColStd_MapRealHasher.hxx>
100 #define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape
101 #define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx>
102 #define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape
103 #define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape.hxx>
104 #define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape
105 #define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape_Type_()
106 #define TCollection_DataMap GEOMAlgo_DataMapOfRealListOfShape
107 #define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfRealListOfShape.hxx>
108
109 #include <TCollection_DataMapNode.lxx>
110
111 #undef TheKey
112 #undef TheKey_hxx
113 #undef TheItem
114 #undef TheItem_hxx
115 #undef Hasher
116 #undef Hasher_hxx
117 #undef TCollection_DataMapNode
118 #undef TCollection_DataMapNode_hxx
119 #undef TCollection_DataMapIterator
120 #undef TCollection_DataMapIterator_hxx
121 #undef Handle_TCollection_DataMapNode
122 #undef TCollection_DataMapNode_Type_
123 #undef TCollection_DataMap
124 #undef TCollection_DataMap_hxx
125
126
127 // other Inline functions and methods (like "C++: function call" methods)
128 //
129
130
131 #endif