1 // Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE
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.
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.
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
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 #include <GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx>
22 #ifndef _Standard_TypeMismatch_HeaderFile
23 #include <Standard_TypeMismatch.hxx>
26 #ifndef _GEOMAlgo_PassKeyShape_HeaderFile
27 #include <GEOMAlgo_PassKeyShape.hxx>
29 #ifndef _TopoDS_Shape_HeaderFile
30 #include <TopoDS_Shape.hxx>
32 #ifndef _GEOMAlgo_PassKeyShapeMapHasher_HeaderFile
33 #include <GEOMAlgo_PassKeyShapeMapHasher.hxx>
35 #ifndef _GEOMAlgo_DataMapOfPassKeyShapeShape_HeaderFile
36 #include <GEOMAlgo_DataMapOfPassKeyShapeShape.hxx>
38 #ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape_HeaderFile
39 #include <GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape.hxx>
41 //GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape::~GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape() {}
45 Standard_EXPORT Handle_Standard_Type& GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_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_DataMapNodeOfDataMapOfPassKeyShapeShape",
55 sizeof(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape),
57 (Standard_Address)_Ancestors,
58 (Standard_Address)NULL);
65 // allow safe downcasting
67 const Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape) Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape)::DownCast(const Handle(Standard_Transient)& AnObject)
69 Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape) _anOtherObject;
71 if (!AnObject.IsNull()) {
72 if (AnObject->IsKind(STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape))) {
73 _anOtherObject = Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape)((Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape)&)AnObject);
77 return _anOtherObject ;
79 const Handle(Standard_Type)& GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape::DynamicType() const
81 return STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape) ;
83 //Standard_Boolean GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape::IsKind(const Handle(Standard_Type)& AType) const
85 // return (STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape) == AType || TCollection_MapNode::IsKind(AType));
87 //Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape::~Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape() {}
88 #define TheKey GEOMAlgo_PassKeyShape
89 #define TheKey_hxx <GEOMAlgo_PassKeyShape.hxx>
90 #define TheItem TopoDS_Shape
91 #define TheItem_hxx <TopoDS_Shape.hxx>
92 #define Hasher GEOMAlgo_PassKeyShapeMapHasher
93 #define Hasher_hxx <GEOMAlgo_PassKeyShapeMapHasher.hxx>
94 #define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape
95 #define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx>
96 #define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape
97 #define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape.hxx>
98 #define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape
99 #define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_Type_()
100 #define TCollection_DataMap GEOMAlgo_DataMapOfPassKeyShapeShape
101 #define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfPassKeyShapeShape.hxx>
102 #include <TCollection_DataMapNode.gxx>