Salome HOME
Mantis issue 0021432: EDF GEOM: Faces with huge tolerance can be built in GEOM.
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_DataMapNodeOfDataMapOfShapeReal_0.cxx
1 // Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 // Copyright (C) 2003-2007  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.salome-platform.org/ or email : webmaster.salome@opencascade.com
21
22 #include <GEOMAlgo_DataMapNodeOfDataMapOfShapeReal.hxx>
23
24 #include <Basics_OCCTVersion.hxx>
25
26 #ifndef _Standard_TypeMismatch_HeaderFile
27 #include <Standard_TypeMismatch.hxx>
28 #endif
29
30 #ifndef _TopoDS_Shape_HeaderFile
31 #include <TopoDS_Shape.hxx>
32 #endif
33 #ifndef _TopTools_ShapeMapHasher_HeaderFile
34 #include <TopTools_ShapeMapHasher.hxx>
35 #endif
36 #ifndef _GEOMAlgo_DataMapOfShapeReal_HeaderFile
37 #include <GEOMAlgo_DataMapOfShapeReal.hxx>
38 #endif
39 #ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal_HeaderFile
40 #include <GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal.hxx>
41 #endif
42
43 #if OCC_VERSION_LARGE > 0x06040000 // Porting to OCCT6.5.1
44
45 IMPLEMENT_STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfShapeReal)
46 IMPLEMENT_STANDARD_SUPERTYPE_ARRAY()
47   STANDARD_TYPE(TCollection_MapNode),
48   STANDARD_TYPE(MMgt_TShared),
49   STANDARD_TYPE(Standard_Transient),
50
51 IMPLEMENT_STANDARD_SUPERTYPE_ARRAY_END()
52 IMPLEMENT_STANDARD_TYPE_END(GEOMAlgo_DataMapNodeOfDataMapOfShapeReal)
53
54 IMPLEMENT_DOWNCAST(GEOMAlgo_DataMapNodeOfDataMapOfShapeReal,Standard_Transient)
55 IMPLEMENT_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfShapeReal)
56
57 #else
58
59 Standard_EXPORT Handle_Standard_Type& GEOMAlgo_DataMapNodeOfDataMapOfShapeReal_Type_()
60 {
61   static Handle_Standard_Type aType1 = STANDARD_TYPE(TCollection_MapNode);
62   static Handle_Standard_Type aType2 = STANDARD_TYPE(MMgt_TShared);
63   static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient);
64
65   static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,NULL};
66   static Handle_Standard_Type _aType = new Standard_Type("GEOMAlgo_DataMapNodeOfDataMapOfShapeReal",
67                                                          sizeof(GEOMAlgo_DataMapNodeOfDataMapOfShapeReal),
68                                                          1,
69                                                          (Standard_Address)_Ancestors,
70                                                          (Standard_Address)NULL);
71
72   return _aType;
73 }
74
75 // DownCast method
76 //   allow safe downcasting
77 //
78 const Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapeReal) Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapeReal)::DownCast(const Handle(Standard_Transient)& AnObject) 
79 {
80   Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapeReal) _anOtherObject;
81
82   if (!AnObject.IsNull()) {
83      if (AnObject->IsKind(STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfShapeReal))) {
84        _anOtherObject = Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapeReal)((Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapeReal)&)AnObject);
85      }
86   }
87
88   return _anOtherObject ;
89 }
90
91 const Handle(Standard_Type)& GEOMAlgo_DataMapNodeOfDataMapOfShapeReal::DynamicType() const 
92
93   return STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfShapeReal) ; 
94 }
95
96 #endif
97
98 #define TheKey TopoDS_Shape
99 #define TheKey_hxx <TopoDS_Shape.hxx>
100 #define TheItem Standard_Real
101 #define TheItem_hxx <Standard_Real.hxx>
102 #define Hasher TopTools_ShapeMapHasher
103 #define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
104 #define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapeReal
105 #define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapeReal.hxx>
106 #define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal
107 #define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal.hxx>
108 #define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeReal
109 #define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapeReal_Type_()
110 #define TCollection_DataMap GEOMAlgo_DataMapOfShapeReal
111 #define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapeReal.hxx>
112 #include <TCollection_DataMapNode.gxx>
113