Salome HOME
sources v1.2
[modules/smesh.git] / src / SMESHDS / SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis.hxx
1 //  SMESH SMESHDS : management of mesh data and SMESH document
2 //
3 //  Copyright (C) 2003  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.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
21 //
22 //
23 //
24 //  File   : SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis.hxx
25 //  Module : SMESH
26
27 #ifndef _SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis_HeaderFile
28 #define _SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis_HeaderFile
29
30 #ifndef _Standard_HeaderFile
31 #include <Standard.hxx>
32 #endif
33 #ifndef _Handle_SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis_HeaderFile
34 #include "Handle_SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis.hxx"
35 #endif
36
37 #ifndef _TopoDS_Shape_HeaderFile
38 #include <TopoDS_Shape.hxx>
39 #endif
40 #ifndef _SMESHDS_ListOfPtrHypothesis_HeaderFile
41 #include "SMESHDS_ListOfPtrHypothesis.hxx"
42 #endif
43 #ifndef _TCollection_MapNode_HeaderFile
44 #include <TCollection_MapNode.hxx>
45 #endif
46 #ifndef _TCollection_MapNodePtr_HeaderFile
47 #include <TCollection_MapNodePtr.hxx>
48 #endif
49 class TopoDS_Shape;
50 class SMESHDS_ListOfPtrHypothesis;
51 class TopTools_ShapeMapHasher;
52 class SMESHDS_DataMapOfShapeListOfPtrHypothesis;
53 class SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis;
54
55
56 class SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis : public TCollection_MapNode {
57
58 public:
59
60     inline void* operator new(size_t,void* anAddress) 
61       {
62         return anAddress;
63       }
64     inline void* operator new(size_t size) 
65       { 
66         return Standard::Allocate(size); 
67       }
68     inline void  operator delete(void *anAddress) 
69       { 
70         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
71       }
72 //    inline void  operator delete(void *anAddress, size_t size) 
73 //      { 
74 //        if (anAddress) Standard::Free((Standard_Address&)anAddress,size); 
75 //      }
76  // Methods PUBLIC
77  // 
78 Standard_EXPORT inline SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis(const TopoDS_Shape& K,const SMESHDS_ListOfPtrHypothesis& I,const TCollection_MapNodePtr& n);
79 Standard_EXPORT inline   TopoDS_Shape& Key() const;
80 Standard_EXPORT inline   SMESHDS_ListOfPtrHypothesis& Value() const;
81 Standard_EXPORT ~SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis();
82
83
84
85
86  // Type management
87  //
88  Standard_EXPORT friend Handle_Standard_Type& SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis_Type_();
89  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
90  Standard_EXPORT Standard_Boolean              IsKind(const Handle(Standard_Type)&) const;
91
92 protected:
93
94  // Methods PROTECTED
95  // 
96
97
98  // Fields PROTECTED
99  //
100
101
102 private: 
103
104  // Methods PRIVATE
105  // 
106
107
108  // Fields PRIVATE
109  //
110 TopoDS_Shape myKey;
111 SMESHDS_ListOfPtrHypothesis myValue;
112
113
114 };
115
116 #define TheKey TopoDS_Shape
117 #define TheKey_hxx <TopoDS_Shape.hxx>
118 #define TheItem SMESHDS_ListOfPtrHypothesis
119 #define TheItem_hxx <SMESHDS_ListOfPtrHypothesis.hxx>
120 #define Hasher TopTools_ShapeMapHasher
121 #define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
122 #define TCollection_DataMapNode SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis
123 #define TCollection_DataMapNode_hxx <SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis.hxx>
124 #define TCollection_DataMapIterator SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis
125 #define TCollection_DataMapIterator_hxx <SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis.hxx>
126 #define Handle_TCollection_DataMapNode Handle_SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis
127 #define TCollection_DataMapNode_Type_() SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis_Type_()
128 #define TCollection_DataMap SMESHDS_DataMapOfShapeListOfPtrHypothesis
129 #define TCollection_DataMap_hxx <SMESHDS_DataMapOfShapeListOfPtrHypothesis.hxx>
130
131 #include <TCollection_DataMapNode.lxx>
132
133 #undef TheKey
134 #undef TheKey_hxx
135 #undef TheItem
136 #undef TheItem_hxx
137 #undef Hasher
138 #undef Hasher_hxx
139 #undef TCollection_DataMapNode
140 #undef TCollection_DataMapNode_hxx
141 #undef TCollection_DataMapIterator
142 #undef TCollection_DataMapIterator_hxx
143 #undef Handle_TCollection_DataMapNode
144 #undef TCollection_DataMapNode_Type_
145 #undef TCollection_DataMap
146 #undef TCollection_DataMap_hxx
147
148
149 // other inline functions and methods (like "C++: function call" methods)
150 //
151
152
153 #endif