Salome HOME
Remove Opencascade dependencies
[modules/smesh.git] / src / SMDS / SMDS_StdMapNodeOfExtendedMap.hxx
1 //  SMESH SMDS : implementaion of Salome mesh data structure
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   : SMDS_StdMapNodeOfExtendedMap.hxx
25 //  Module : SMESH
26
27 #ifndef _SMDS_StdMapNodeOfExtendedMap_HeaderFile
28 #define _SMDS_StdMapNodeOfExtendedMap_HeaderFile
29
30 #ifndef _Standard_HeaderFile
31 #include <Standard.hxx>
32 #endif
33 #ifndef _Handle_SMDS_StdMapNodeOfExtendedMap_HeaderFile
34 #include "Handle_SMDS_StdMapNodeOfExtendedMap.hxx"
35 #endif
36
37 #ifndef _Handle_SMDS_MeshElement_HeaderFile
38 #include "Handle_SMDS_MeshElement.hxx"
39 #endif
40 #ifndef _TCollection_MapNode_HeaderFile
41 #include <TCollection_MapNode.hxx>
42 #endif
43 #ifndef _TCollection_MapNodePtr_HeaderFile
44 #include <TCollection_MapNodePtr.hxx>
45 #endif
46 class SMDS_MeshElement;
47 class SMDS_MeshElementMapHasher;
48 class SMDS_ExtendedMap;
49 class SMDS_MapIteratorOfExtendedMap;
50
51
52 class SMDS_StdMapNodeOfExtendedMap : public TCollection_MapNode {
53
54 public:
55
56     inline void* operator new(size_t,void* anAddress) 
57       {
58         return anAddress;
59       }
60     inline void* operator new(size_t size) 
61       { 
62         return Standard::Allocate(size); 
63       }
64     inline void  operator delete(void *anAddress) 
65       { 
66         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
67       }
68 //    inline void  operator delete(void *anAddress, size_t size) 
69 //      { 
70 //        if (anAddress) Standard::Free((Standard_Address&)anAddress,size); 
71 //      }
72  // Methods PUBLIC
73  // 
74 Standard_EXPORT inline SMDS_StdMapNodeOfExtendedMap(const Handle(SMDS_MeshElement)& K,const TCollection_MapNodePtr& n);
75 Standard_EXPORT inline   Handle_SMDS_MeshElement& Key() const;
76 Standard_EXPORT ~SMDS_StdMapNodeOfExtendedMap();
77
78
79
80
81  // Type management
82  //
83  Standard_EXPORT friend Handle_Standard_Type& SMDS_StdMapNodeOfExtendedMap_Type_();
84  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
85  Standard_EXPORT Standard_Boolean              IsKind(const Handle(Standard_Type)&) const;
86
87 protected:
88
89  // Methods PROTECTED
90  // 
91
92
93  // Fields PROTECTED
94  //
95
96
97 private: 
98
99  // Methods PRIVATE
100  // 
101
102
103  // Fields PRIVATE
104  //
105 Handle_SMDS_MeshElement myKey;
106
107
108 };
109
110 #define TheKey Handle_SMDS_MeshElement
111 #define TheKey_hxx <SMDS_MeshElement.hxx>
112 #define Hasher SMDS_MeshElementMapHasher
113 #define Hasher_hxx <SMDS_MeshElementMapHasher.hxx>
114 #define TCollection_StdMapNode SMDS_StdMapNodeOfExtendedMap
115 #define TCollection_StdMapNode_hxx <SMDS_StdMapNodeOfExtendedMap.hxx>
116 #define TCollection_MapIterator SMDS_MapIteratorOfExtendedMap
117 #define TCollection_MapIterator_hxx <SMDS_MapIteratorOfExtendedMap.hxx>
118 #define Handle_TCollection_StdMapNode Handle_SMDS_StdMapNodeOfExtendedMap
119 #define TCollection_StdMapNode_Type_() SMDS_StdMapNodeOfExtendedMap_Type_()
120 #define TCollection_Map SMDS_ExtendedMap
121 #define TCollection_Map_hxx <SMDS_ExtendedMap.hxx>
122
123 #include <TCollection_StdMapNode.lxx>
124
125 #undef TheKey
126 #undef TheKey_hxx
127 #undef Hasher
128 #undef Hasher_hxx
129 #undef TCollection_StdMapNode
130 #undef TCollection_StdMapNode_hxx
131 #undef TCollection_MapIterator
132 #undef TCollection_MapIterator_hxx
133 #undef Handle_TCollection_StdMapNode
134 #undef TCollection_StdMapNode_Type_
135 #undef TCollection_Map
136 #undef TCollection_Map_hxx
137
138
139 // other inline functions and methods (like "C++: function call" methods)
140 //
141
142
143 #endif