Salome HOME
SIGSEGV after inter integration fix for 0020044: EDF 866 GEOM: Extrusion along a...
[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_PassKeyShapeMapHasher;
48 class GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape;
49
50
51
52 class GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape : public TCollection_MapNode {
53
54 public:
55  // Methods PUBLIC
56  // 
57
58 GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape(const GEOMAlgo_PassKeyShape& K1,const Standard_Integer K2,const TopTools_ListOfShape& I,const TCollection_MapNodePtr& n1,const TCollection_MapNodePtr& n2);
59
60   GEOMAlgo_PassKeyShape& Key1() const;
61
62   Standard_Integer& Key2() const;
63
64   TCollection_MapNodePtr& Next2() const;
65
66   TopTools_ListOfShape& Value() const;
67 //Standard_EXPORT ~GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape();
68
69
70
71
72  // Type management
73  //
74  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
75  //Standard_EXPORT Standard_Boolean            IsKind(const Handle(Standard_Type)&) const;
76
77 protected:
78
79  // Methods PROTECTED
80  // 
81
82
83  // Fields PROTECTED
84  //
85
86
87 private: 
88
89  // Methods PRIVATE
90  // 
91
92
93  // Fields PRIVATE
94  //
95 GEOMAlgo_PassKeyShape myKey1;
96 Standard_Integer myKey2;
97 TopTools_ListOfShape myValue;
98 TCollection_MapNodePtr myNext2;
99
100
101 };
102
103 #define TheKey GEOMAlgo_PassKeyShape
104 #define TheKey_hxx <GEOMAlgo_PassKeyShape.hxx>
105 #define TheItem TopTools_ListOfShape
106 #define TheItem_hxx <TopTools_ListOfShape.hxx>
107 #define Hasher GEOMAlgo_PassKeyShapeMapHasher
108 #define Hasher_hxx <GEOMAlgo_PassKeyShapeMapHasher.hxx>
109 #define TCollection_IndexedDataMapNode GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape
110 #define TCollection_IndexedDataMapNode_hxx <GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape.hxx>
111 #define Handle_TCollection_IndexedDataMapNode Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape
112 #define TCollection_IndexedDataMapNode_Type_() GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape_Type_()
113 #define TCollection_IndexedDataMap GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape
114 #define TCollection_IndexedDataMap_hxx <GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape.hxx>
115
116 #include <TCollection_IndexedDataMapNode.lxx>
117
118 #undef TheKey
119 #undef TheKey_hxx
120 #undef TheItem
121 #undef TheItem_hxx
122 #undef Hasher
123 #undef Hasher_hxx
124 #undef TCollection_IndexedDataMapNode
125 #undef TCollection_IndexedDataMapNode_hxx
126 #undef Handle_TCollection_IndexedDataMapNode
127 #undef TCollection_IndexedDataMapNode_Type_
128 #undef TCollection_IndexedDataMap
129 #undef TCollection_IndexedDataMap_hxx
130
131
132 // other Inline functions and methods (like "C++: function call" methods)
133 //
134
135
136 #endif