Salome HOME
Fix for the bug IPAL22851: Sub-shapes spelling
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_0.cxx
1 // Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18
19 #include <GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx>
20
21 #include <Basics_OCCTVersion.hxx>
22
23 #ifndef _Standard_TypeMismatch_HeaderFile
24 #include <Standard_TypeMismatch.hxx>
25 #endif
26
27 #ifndef _GEOMAlgo_PassKeyShape_HeaderFile
28 #include <GEOMAlgo_PassKeyShape.hxx>
29 #endif
30 #ifndef _TopoDS_Shape_HeaderFile
31 #include <TopoDS_Shape.hxx>
32 #endif
33 #ifndef _GEOMAlgo_PassKeyShapeMapHasher_HeaderFile
34 #include <GEOMAlgo_PassKeyShapeMapHasher.hxx>
35 #endif
36 #ifndef _GEOMAlgo_DataMapOfPassKeyShapeShape_HeaderFile
37 #include <GEOMAlgo_DataMapOfPassKeyShapeShape.hxx>
38 #endif
39 #ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape_HeaderFile
40 #include <GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape.hxx>
41 #endif
42
43 #if OCC_VERSION_LARGE > 0x06040000 // Porting to OCCT6.5.1
44
45 IMPLEMENT_STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape)
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_DataMapNodeOfDataMapOfPassKeyShapeShape)
53
54 IMPLEMENT_DOWNCAST(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape,Standard_Transient)
55 IMPLEMENT_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape)
56
57 #else
58
59 Standard_EXPORT Handle_Standard_Type& GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_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_DataMapNodeOfDataMapOfPassKeyShapeShape",
67                                                          sizeof(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape),
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_DataMapNodeOfDataMapOfPassKeyShapeShape) Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape)::DownCast(const Handle(Standard_Transient)& AnObject) 
79 {
80   Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape) _anOtherObject;
81
82   if (!AnObject.IsNull()) {
83      if (AnObject->IsKind(STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape))) {
84        _anOtherObject = Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape)((Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape)&)AnObject);
85      }
86   }
87
88   return _anOtherObject;
89 }
90
91 const Handle(Standard_Type)& GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape::DynamicType() const 
92
93   return STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape); 
94 }
95
96 #endif
97
98 #define TheKey GEOMAlgo_PassKeyShape
99 #define TheKey_hxx <GEOMAlgo_PassKeyShape.hxx>
100 #define TheItem TopoDS_Shape
101 #define TheItem_hxx <TopoDS_Shape.hxx>
102 #define Hasher GEOMAlgo_PassKeyShapeMapHasher
103 #define Hasher_hxx <GEOMAlgo_PassKeyShapeMapHasher.hxx>
104 #define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape
105 #define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx>
106 #define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape
107 #define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape.hxx>
108 #define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape
109 #define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_Type_()
110 #define TCollection_DataMap GEOMAlgo_DataMapOfPassKeyShapeShape
111 #define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfPassKeyShapeShape.hxx>
112 #include <TCollection_DataMapNode.gxx>