Salome HOME
NRI : Change lGeometryClient by lGEOMClient.
[modules/smesh.git] / src / SMDS / SMDS_StdMapNodeOfExtendedMap_0.cxx
1 using namespace std;
2 // File generated by CPPExt (Transient)
3 //                     Copyright (C) 1991,1995 by
4 //  
5 //                      MATRA DATAVISION, FRANCE
6 //  
7 // This software is furnished in accordance with the terms and conditions
8 // of the contract and with the inclusion of the above copyright notice.
9 // This software or any other copy thereof may not be provided or otherwise
10 // be made available to any other person. No title to an ownership of the
11 // software is hereby transferred.
12 //  
13 // At the termination of the contract, the software and all copies of this
14 // software must be deleted.
15 //
16 #include "SMDS_StdMapNodeOfExtendedMap.hxx"
17
18 #ifndef _Standard_TypeMismatch_HeaderFile
19 #include <Standard_TypeMismatch.hxx>
20 #endif
21
22 #ifndef _SMDS_MeshElement_HeaderFile
23 #include "SMDS_MeshElement.hxx"
24 #endif
25 #ifndef _SMDS_MeshElementMapHasher_HeaderFile
26 #include "SMDS_MeshElementMapHasher.hxx"
27 #endif
28 #ifndef _SMDS_ExtendedMap_HeaderFile
29 #include "SMDS_ExtendedMap.hxx"
30 #endif
31 #ifndef _SMDS_MapIteratorOfExtendedMap_HeaderFile
32 #include "SMDS_MapIteratorOfExtendedMap.hxx"
33 #endif
34 SMDS_StdMapNodeOfExtendedMap::~SMDS_StdMapNodeOfExtendedMap() {}
35  
36
37
38 Standard_EXPORT Handle_Standard_Type& SMDS_StdMapNodeOfExtendedMap_Type_()
39 {
40
41     static Handle_Standard_Type aType1 = STANDARD_TYPE(TCollection_MapNode);
42   if ( aType1.IsNull()) aType1 = STANDARD_TYPE(TCollection_MapNode);
43   static Handle_Standard_Type aType2 = STANDARD_TYPE(MMgt_TShared);
44   if ( aType2.IsNull()) aType2 = STANDARD_TYPE(MMgt_TShared);
45   static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient);
46   if ( aType3.IsNull()) aType3 = STANDARD_TYPE(Standard_Transient);
47  
48
49   static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,NULL};
50   static Handle_Standard_Type _aType = new Standard_Type("SMDS_StdMapNodeOfExtendedMap",
51                                                          sizeof(SMDS_StdMapNodeOfExtendedMap),
52                                                          1,
53                                                          (Standard_Address)_Ancestors,
54                                                          (Standard_Address)NULL);
55
56   return _aType;
57 }
58
59
60 // DownCast method
61 //   allow safe downcasting
62 //
63 const Handle(SMDS_StdMapNodeOfExtendedMap) Handle(SMDS_StdMapNodeOfExtendedMap)::DownCast(const Handle(Standard_Transient)& AnObject) 
64 {
65   Handle(SMDS_StdMapNodeOfExtendedMap) _anOtherObject;
66
67   if (!AnObject.IsNull()) {
68      if (AnObject->IsKind(STANDARD_TYPE(SMDS_StdMapNodeOfExtendedMap))) {
69        _anOtherObject = Handle(SMDS_StdMapNodeOfExtendedMap)((Handle(SMDS_StdMapNodeOfExtendedMap)&)AnObject);
70      }
71   }
72
73   return _anOtherObject ;
74 }
75 const Handle(Standard_Type)& SMDS_StdMapNodeOfExtendedMap::DynamicType() const 
76
77   return STANDARD_TYPE(SMDS_StdMapNodeOfExtendedMap) ; 
78 }
79 Standard_Boolean SMDS_StdMapNodeOfExtendedMap::IsKind(const Handle(Standard_Type)& AType) const 
80
81   return (STANDARD_TYPE(SMDS_StdMapNodeOfExtendedMap) == AType || TCollection_MapNode::IsKind(AType)); 
82 }
83 Handle_SMDS_StdMapNodeOfExtendedMap::~Handle_SMDS_StdMapNodeOfExtendedMap() {}
84 #define TheKey Handle_SMDS_MeshElement
85 #define TheKey_hxx <SMDS_MeshElement.hxx>
86 #define Hasher SMDS_MeshElementMapHasher
87 #define Hasher_hxx <SMDS_MeshElementMapHasher.hxx>
88 #define TCollection_StdMapNode SMDS_StdMapNodeOfExtendedMap
89 #define TCollection_StdMapNode_hxx <SMDS_StdMapNodeOfExtendedMap.hxx>
90 #define TCollection_MapIterator SMDS_MapIteratorOfExtendedMap
91 #define TCollection_MapIterator_hxx <SMDS_MapIteratorOfExtendedMap.hxx>
92 #define Handle_TCollection_StdMapNode Handle_SMDS_StdMapNodeOfExtendedMap
93 #define TCollection_StdMapNode_Type_() SMDS_StdMapNodeOfExtendedMap_Type_()
94 #define TCollection_Map SMDS_ExtendedMap
95 #define TCollection_Map_hxx <SMDS_ExtendedMap.hxx>
96 #include <TCollection_StdMapNode.gxx>
97