Salome HOME
yfr : Merge with v1.2
[modules/smesh.git] / src / SMDS / SMDS_DataMapNodeOfDataMapOfPntInteger_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_DataMapNodeOfDataMapOfPntInteger.hxx"
17
18 #ifndef _Standard_TypeMismatch_HeaderFile
19 #include <Standard_TypeMismatch.hxx>
20 #endif
21
22 #ifndef _gp_Pnt_HeaderFile
23 #include <gp_Pnt.hxx>
24 #endif
25 #ifndef _SMDS_PntHasher_HeaderFile
26 #include "SMDS_PntHasher.hxx"
27 #endif
28 #ifndef _SMDS_DataMapOfPntInteger_HeaderFile
29 #include "SMDS_DataMapOfPntInteger.hxx"
30 #endif
31 #ifndef _SMDS_DataMapIteratorOfDataMapOfPntInteger_HeaderFile
32 #include "SMDS_DataMapIteratorOfDataMapOfPntInteger.hxx"
33 #endif
34 SMDS_DataMapNodeOfDataMapOfPntInteger::~SMDS_DataMapNodeOfDataMapOfPntInteger() {}
35  
36
37
38 Standard_EXPORT Handle_Standard_Type& SMDS_DataMapNodeOfDataMapOfPntInteger_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_DataMapNodeOfDataMapOfPntInteger",
51                                                          sizeof(SMDS_DataMapNodeOfDataMapOfPntInteger),
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_DataMapNodeOfDataMapOfPntInteger) Handle(SMDS_DataMapNodeOfDataMapOfPntInteger)::DownCast(const Handle(Standard_Transient)& AnObject) 
64 {
65   Handle(SMDS_DataMapNodeOfDataMapOfPntInteger) _anOtherObject;
66
67   if (!AnObject.IsNull()) {
68      if (AnObject->IsKind(STANDARD_TYPE(SMDS_DataMapNodeOfDataMapOfPntInteger))) {
69        _anOtherObject = Handle(SMDS_DataMapNodeOfDataMapOfPntInteger)((Handle(SMDS_DataMapNodeOfDataMapOfPntInteger)&)AnObject);
70      }
71   }
72
73   return _anOtherObject ;
74 }
75 const Handle(Standard_Type)& SMDS_DataMapNodeOfDataMapOfPntInteger::DynamicType() const 
76
77   return STANDARD_TYPE(SMDS_DataMapNodeOfDataMapOfPntInteger) ; 
78 }
79 Standard_Boolean SMDS_DataMapNodeOfDataMapOfPntInteger::IsKind(const Handle(Standard_Type)& AType) const 
80
81   return (STANDARD_TYPE(SMDS_DataMapNodeOfDataMapOfPntInteger) == AType || TCollection_MapNode::IsKind(AType)); 
82 }
83 Handle_SMDS_DataMapNodeOfDataMapOfPntInteger::~Handle_SMDS_DataMapNodeOfDataMapOfPntInteger() {}
84 #define TheKey gp_Pnt
85 #define TheKey_hxx <gp_Pnt.hxx>
86 #define TheItem Standard_Integer
87 #define TheItem_hxx <Standard_Integer.hxx>
88 #define Hasher SMDS_PntHasher
89 #define Hasher_hxx <SMDS_PntHasher.hxx>
90 #define TCollection_DataMapNode SMDS_DataMapNodeOfDataMapOfPntInteger
91 #define TCollection_DataMapNode_hxx <SMDS_DataMapNodeOfDataMapOfPntInteger.hxx>
92 #define TCollection_DataMapIterator SMDS_DataMapIteratorOfDataMapOfPntInteger
93 #define TCollection_DataMapIterator_hxx <SMDS_DataMapIteratorOfDataMapOfPntInteger.hxx>
94 #define Handle_TCollection_DataMapNode Handle_SMDS_DataMapNodeOfDataMapOfPntInteger
95 #define TCollection_DataMapNode_Type_() SMDS_DataMapNodeOfDataMapOfPntInteger_Type_()
96 #define TCollection_DataMap SMDS_DataMapOfPntInteger
97 #define TCollection_DataMap_hxx <SMDS_DataMapOfPntInteger.hxx>
98 #include <TCollection_DataMapNode.gxx>
99