Salome HOME
Update mail address
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape.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_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape_HeaderFile
21 #define _GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape_HeaderFile
22
23 #ifndef _Standard_HeaderFile
24 #include <Standard.hxx>
25 #endif
26 #ifndef _Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape_HeaderFile
27 #include <Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape.hxx>
28 #endif
29
30 #ifndef _GEOMAlgo_PassKeyShape_HeaderFile
31 #include <GEOMAlgo_PassKeyShape.hxx>
32 #endif
33 #ifndef _Standard_Integer_HeaderFile
34 #include <Standard_Integer.hxx>
35 #endif
36 #ifndef _TopTools_ListOfShape_HeaderFile
37 #include <TopTools_ListOfShape.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 GEOMAlgo_PassKeyShape;
46 class TopTools_ListOfShape;
47 class GEOMAlgo_PassKeyMapHasher;
48 class GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape;
49
50
51 class GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape : public TCollection_MapNode {
52
53 public:
54
55     void* operator new(size_t,void* anAddress) 
56       {
57         return anAddress;
58       }
59     void* operator new(size_t size) 
60       { 
61         return Standard::Allocate(size); 
62       }
63     void  operator delete(void *anAddress) 
64       { 
65         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
66       }
67  // Methods PUBLIC
68  // 
69 GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape(const GEOMAlgo_PassKeyShape& K1,const Standard_Integer K2,const TopTools_ListOfShape& I,const TCollection_MapNodePtr& n1,const TCollection_MapNodePtr& n2);
70   GEOMAlgo_PassKeyShape& Key1() const;
71   Standard_Integer& Key2() const;
72   TCollection_MapNodePtr& Next2() const;
73   TopTools_ListOfShape& Value() const;
74 Standard_EXPORT ~GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape();
75
76
77
78
79  // Type management
80  //
81  Standard_EXPORT friend Handle_Standard_Type& GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape_Type_();
82  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
83  Standard_EXPORT Standard_Boolean              IsKind(const Handle(Standard_Type)&) const;
84
85 protected:
86
87  // Methods PROTECTED
88  // 
89
90
91  // Fields PROTECTED
92  //
93
94
95 private: 
96
97  // Methods PRIVATE
98  // 
99
100
101  // Fields PRIVATE
102  //
103 GEOMAlgo_PassKeyShape myKey1;
104 Standard_Integer myKey2;
105 TopTools_ListOfShape myValue;
106 TCollection_MapNodePtr myNext2;
107
108
109 };
110
111 #define TheKey GEOMAlgo_PassKeyShape
112 #define TheKey_hxx <GEOMAlgo_PassKeyShape.hxx>
113 #define TheItem TopTools_ListOfShape
114 #define TheItem_hxx <TopTools_ListOfShape.hxx>
115 #define Hasher GEOMAlgo_PassKeyMapHasher
116 #define Hasher_hxx <GEOMAlgo_PassKeyMapHasher.hxx>
117 #define TCollection_IndexedDataMapNode GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape
118 #define TCollection_IndexedDataMapNode_hxx <GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape.hxx>
119 #define Handle_TCollection_IndexedDataMapNode Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape
120 #define TCollection_IndexedDataMapNode_Type_() GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape_Type_()
121 #define TCollection_IndexedDataMap GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape
122 #define TCollection_IndexedDataMap_hxx <GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape.hxx>
123
124 #include <TCollection_IndexedDataMapNode.lxx>
125
126 #undef TheKey
127 #undef TheKey_hxx
128 #undef TheItem
129 #undef TheItem_hxx
130 #undef Hasher
131 #undef Hasher_hxx
132 #undef TCollection_IndexedDataMapNode
133 #undef TCollection_IndexedDataMapNode_hxx
134 #undef Handle_TCollection_IndexedDataMapNode
135 #undef TCollection_IndexedDataMapNode_Type_
136 #undef TCollection_IndexedDataMap
137 #undef TCollection_IndexedDataMap_hxx
138
139
140 // other Inline functions and methods (like "C++: function call" methods)
141 //
142
143
144 #endif