]> SALOME platform Git repositories - modules/gui.git/blob - src/OBJECT/SALOME_DataMapNodeOfDataMapOfIOMapOfInteger_0.cxx
Salome HOME
68dc7cad665caea2bc23d9bada83c0195798bf42
[modules/gui.git] / src / OBJECT / SALOME_DataMapNodeOfDataMapOfIOMapOfInteger_0.cxx
1 //  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 //  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 //
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.
10 //
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.
15 //
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
19 //
20 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22 //  SALOME SALOMEGUI : implementation of desktop and GUI kernel
23 //  File   : SALOME_DataMapNodeOfDataMapOfIOMapOfInteger_0.cxx
24 //  Module : SALOME
25 //
26 #include "SALOME_DataMapNodeOfDataMapOfIOMapOfInteger.hxx"
27
28 #ifndef _Standard_TypeMismatch_HeaderFile
29 #include <Standard_TypeMismatch.hxx>
30 #endif
31
32 #ifndef _SALOME_InteractiveObject_HeaderFile
33 #include "SALOME_InteractiveObject.hxx"
34 #endif
35 #ifndef _TColStd_IndexedMapOfInteger_HeaderFile
36 #include <TColStd_IndexedMapOfInteger.hxx>
37 #endif
38 #ifndef _TColStd_MapTransientHasher_HeaderFile
39 #include <TColStd_MapTransientHasher.hxx>
40 #endif
41 #ifndef _SALOME_DataMapOfIOMapOfInteger_HeaderFile
42 #include "SALOME_DataMapOfIOMapOfInteger.hxx"
43 #endif
44 #ifndef _SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger_HeaderFile
45 #include "SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger.hxx"
46 #endif
47 using namespace std;
48
49 /*!
50   Destructor
51 */
52 SALOME_DataMapNodeOfDataMapOfIOMapOfInteger::~SALOME_DataMapNodeOfDataMapOfIOMapOfInteger() {}
53  
54
55
56 /*!
57   \return OCC Handle Type
58 */
59 Standard_EXPORT Handle_Standard_Type& SALOME_DataMapNodeOfDataMapOfIOMapOfInteger_Type_()
60 {
61
62     static Handle_Standard_Type aType1 = STANDARD_TYPE(TCollection_MapNode);
63   if ( aType1.IsNull()) aType1 = STANDARD_TYPE(TCollection_MapNode);
64   static Handle_Standard_Type aType2 = STANDARD_TYPE(MMgt_TShared);
65   if ( aType2.IsNull()) aType2 = STANDARD_TYPE(MMgt_TShared);
66   static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient);
67   if ( aType3.IsNull()) aType3 = STANDARD_TYPE(Standard_Transient);
68  
69
70   static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,NULL};
71   static Handle_Standard_Type _aType = new Standard_Type("SALOME_DataMapNodeOfDataMapOfIOMapOfInteger",
72                                                          sizeof(SALOME_DataMapNodeOfDataMapOfIOMapOfInteger),
73                                                          1,
74                                                          (Standard_Address)_Ancestors,
75                                                          (Standard_Address)NULL);
76
77   return _aType;
78 }
79
80
81 /*!
82   DownCast method: allows safe downcasting
83 */
84 const Handle(SALOME_DataMapNodeOfDataMapOfIOMapOfInteger) Handle(SALOME_DataMapNodeOfDataMapOfIOMapOfInteger)::DownCast(const Handle(Standard_Transient)& AnObject) 
85 {
86   Handle(SALOME_DataMapNodeOfDataMapOfIOMapOfInteger) _anOtherObject;
87
88   if (!AnObject.IsNull()) {
89      if (AnObject->IsKind(STANDARD_TYPE(SALOME_DataMapNodeOfDataMapOfIOMapOfInteger))) {
90        _anOtherObject = Handle(SALOME_DataMapNodeOfDataMapOfIOMapOfInteger)((Handle(SALOME_DataMapNodeOfDataMapOfIOMapOfInteger)&)AnObject);
91      }
92   }
93
94   return _anOtherObject ;
95 }
96
97 /*!
98   \return OCC Handle dynamic Type
99 */
100 const Handle(Standard_Type)& SALOME_DataMapNodeOfDataMapOfIOMapOfInteger::DynamicType() const 
101
102   return STANDARD_TYPE(SALOME_DataMapNodeOfDataMapOfIOMapOfInteger) ; 
103 }
104
105 /*!
106   \return true if other type is the same
107   \param AType - type to be checked
108 */
109 Standard_Boolean SALOME_DataMapNodeOfDataMapOfIOMapOfInteger::IsKind(const Handle(Standard_Type)& AType) const 
110
111   return (STANDARD_TYPE(SALOME_DataMapNodeOfDataMapOfIOMapOfInteger) == AType || TCollection_MapNode::IsKind(AType)); 
112 }
113 /*!
114   Destructor
115 */
116 Handle_SALOME_DataMapNodeOfDataMapOfIOMapOfInteger::~Handle_SALOME_DataMapNodeOfDataMapOfIOMapOfInteger() {}
117 #define TheKey Handle_SALOME_InteractiveObject
118 #define TheKey_hxx "SALOME_InteractiveObject.hxx"
119 #define TheItem TColStd_IndexedMapOfInteger
120 #define TheItem_hxx <TColStd_IndexedMapOfInteger.hxx>
121 #define Hasher TColStd_MapTransientHasher
122 #define Hasher_hxx <TColStd_MapTransientHasher.hxx>
123 #define TCollection_DataMapNode SALOME_DataMapNodeOfDataMapOfIOMapOfInteger
124 #define TCollection_DataMapNode_hxx "SALOME_DataMapNodeOfDataMapOfIOMapOfInteger.hxx"
125 #define TCollection_DataMapIterator SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger
126 #define TCollection_DataMapIterator_hxx "SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger.hxx"
127 #define Handle_TCollection_DataMapNode Handle_SALOME_DataMapNodeOfDataMapOfIOMapOfInteger
128 #define TCollection_DataMapNode_Type_() SALOME_DataMapNodeOfDataMapOfIOMapOfInteger_Type_()
129 #define TCollection_DataMap SALOME_DataMapOfIOMapOfInteger
130 #define TCollection_DataMap_hxx "SALOME_DataMapOfIOMapOfInteger.hxx"
131 #include <TCollection_DataMapNode.gxx>
132