1 // Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE
3 // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
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.
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.
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
20 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
23 #include <GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx>
25 #ifndef _Standard_TypeMismatch_HeaderFile
26 #include <Standard_TypeMismatch.hxx>
29 #ifndef _TopoDS_Shape_HeaderFile
30 #include <TopoDS_Shape.hxx>
32 #ifndef _Bnd_Box_HeaderFile
33 #include <Bnd_Box.hxx>
35 #ifndef _TopTools_ShapeMapHasher_HeaderFile
36 #include <TopTools_ShapeMapHasher.hxx>
38 #ifndef _GEOMAlgo_IndexedDataMapOfShapeBox_HeaderFile
39 #include <GEOMAlgo_IndexedDataMapOfShapeBox.hxx>
41 //GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox::~GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox() {}
45 Standard_EXPORT Handle_Standard_Type& GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox_Type_()
48 static Handle_Standard_Type aType1 = STANDARD_TYPE(TCollection_MapNode);
49 static Handle_Standard_Type aType2 = STANDARD_TYPE(MMgt_TShared);
50 static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient);
53 static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,NULL};
54 static Handle_Standard_Type _aType = new Standard_Type("GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox",
55 sizeof(GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox),
57 (Standard_Address)_Ancestors,
58 (Standard_Address)NULL);
65 // allow safe downcasting
67 const Handle(GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox) Handle(GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox)::DownCast(const Handle(Standard_Transient)& AnObject)
69 Handle(GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox) _anOtherObject;
71 if (!AnObject.IsNull()) {
72 if (AnObject->IsKind(STANDARD_TYPE(GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox))) {
73 _anOtherObject = Handle(GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox)((Handle(GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox)&)AnObject);
77 return _anOtherObject ;
79 const Handle(Standard_Type)& GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox::DynamicType() const
81 return STANDARD_TYPE(GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox) ;
83 //Standard_Boolean GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox::IsKind(const Handle(Standard_Type)& AType) const
85 // return (STANDARD_TYPE(GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox) == AType || TCollection_MapNode::IsKind(AType));
87 //Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox::~Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox() {}
88 #define TheKey TopoDS_Shape
89 #define TheKey_hxx <TopoDS_Shape.hxx>
90 #define TheItem Bnd_Box
91 #define TheItem_hxx <Bnd_Box.hxx>
92 #define Hasher TopTools_ShapeMapHasher
93 #define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
94 #define TCollection_IndexedDataMapNode GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox
95 #define TCollection_IndexedDataMapNode_hxx <GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx>
96 #define Handle_TCollection_IndexedDataMapNode Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox
97 #define TCollection_IndexedDataMapNode_Type_() GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox_Type_()
98 #define TCollection_IndexedDataMap GEOMAlgo_IndexedDataMapOfShapeBox
99 #define TCollection_IndexedDataMap_hxx <GEOMAlgo_IndexedDataMapOfShapeBox.hxx>
100 #include <TCollection_IndexedDataMapNode.gxx>