Salome HOME
Update mail address
[modules/geom.git] / src / NMTTools / NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock.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 _NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock_HeaderFile
21 #define _NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock_HeaderFile
22
23 #ifndef _Standard_HeaderFile
24 #include <Standard.hxx>
25 #endif
26 #ifndef _Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock_HeaderFile
27 #include <Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock.hxx>
28 #endif
29
30 #ifndef _TopoDS_Shape_HeaderFile
31 #include <TopoDS_Shape.hxx>
32 #endif
33 #ifndef _Standard_Integer_HeaderFile
34 #include <Standard_Integer.hxx>
35 #endif
36 #ifndef _BOPTools_PaveBlock_HeaderFile
37 #include <BOPTools_PaveBlock.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 TopoDS_Shape;
46 class BOPTools_PaveBlock;
47 class TopTools_ShapeMapHasher;
48 class NMTTools_IndexedDataMapOfShapePaveBlock;
49
50
51 class NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock : 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 NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock(const TopoDS_Shape& K1,const Standard_Integer K2,const BOPTools_PaveBlock& I,const TCollection_MapNodePtr& n1,const TCollection_MapNodePtr& n2);
70   TopoDS_Shape& Key1() const;
71   Standard_Integer& Key2() const;
72   TCollection_MapNodePtr& Next2() const;
73   BOPTools_PaveBlock& Value() const;
74 Standard_EXPORT ~NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock();
75
76
77
78
79  // Type management
80  //
81  Standard_EXPORT friend Handle_Standard_Type& NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock_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 TopoDS_Shape myKey1;
104 Standard_Integer myKey2;
105 BOPTools_PaveBlock myValue;
106 TCollection_MapNodePtr myNext2;
107
108
109 };
110
111 #define TheKey TopoDS_Shape
112 #define TheKey_hxx <TopoDS_Shape.hxx>
113 #define TheItem BOPTools_PaveBlock
114 #define TheItem_hxx <BOPTools_PaveBlock.hxx>
115 #define Hasher TopTools_ShapeMapHasher
116 #define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
117 #define TCollection_IndexedDataMapNode NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock
118 #define TCollection_IndexedDataMapNode_hxx <NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock.hxx>
119 #define Handle_TCollection_IndexedDataMapNode Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock
120 #define TCollection_IndexedDataMapNode_Type_() NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock_Type_()
121 #define TCollection_IndexedDataMap NMTTools_IndexedDataMapOfShapePaveBlock
122 #define TCollection_IndexedDataMap_hxx <NMTTools_IndexedDataMapOfShapePaveBlock.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