]> SALOME platform Git repositories - modules/geom.git/blob - src/NMTTools/NMTTools_DataMapNodeOfDataMapOfIntegerFaceInfo.hxx
Salome HOME
Mantis issue 0021128. A partial fix by PKV.
[modules/geom.git] / src / NMTTools / NMTTools_DataMapNodeOfDataMapOfIntegerFaceInfo.hxx
1 // File generated by CPPExt (Transient)
2 //
3 //
4 //                     Copyright (C) 1991 - 2000 by  
5 //                      Matra Datavision SA.  All rights reserved.
6 //  
7 //                     Copyright (C) 2001 - 2004 by
8 //                     Open CASCADE SA.  All rights reserved.
9 // 
10 // This file is part of the Open CASCADE Technology software.
11 //
12 // This software may be distributed and/or modified under the terms and
13 // conditions of the Open CASCADE Public License as defined by Open CASCADE SA
14 // and appearing in the file LICENSE included in the packaging of this file.
15 //  
16 // This software is distributed on an "AS IS" basis, without warranty of any
17 // kind, and Open CASCADE SA hereby disclaims all such warranties,
18 // including without limitation, any warranties of merchantability, fitness
19 // for a particular purpose or non-infringement. Please see the License for
20 // the specific terms and conditions governing rights and limitations under the
21 // License.
22
23 #ifndef _NMTTools_DataMapNodeOfDataMapOfIntegerFaceInfo_HeaderFile
24 #define _NMTTools_DataMapNodeOfDataMapOfIntegerFaceInfo_HeaderFile
25
26 #ifndef _Standard_HeaderFile
27 #include <Standard.hxx>
28 #endif
29 #ifndef _Handle_NMTTools_DataMapNodeOfDataMapOfIntegerFaceInfo_HeaderFile
30 #include <Handle_NMTTools_DataMapNodeOfDataMapOfIntegerFaceInfo.hxx>
31 #endif
32
33 #ifndef _Standard_Integer_HeaderFile
34 #include <Standard_Integer.hxx>
35 #endif
36 #ifndef _NMTTools_FaceInfo_HeaderFile
37 #include <NMTTools_FaceInfo.hxx>
38 #endif
39 #ifndef _TCollection_MapNode_HeaderFile
40 #include <TCollection_MapNode.hxx>
41 #endif
42 #ifndef _TCollection_MapNodePtr_HeaderFile
43 #include <TCollection_MapNodePtr.hxx>
44 #endif
45 class NMTTools_FaceInfo;
46 class TColStd_MapIntegerHasher;
47 class NMTTools_DataMapOfIntegerFaceInfo;
48 class NMTTools_DataMapIteratorOfDataMapOfIntegerFaceInfo;
49
50
51
52 class NMTTools_DataMapNodeOfDataMapOfIntegerFaceInfo : public TCollection_MapNode {
53
54 public:
55  // Methods PUBLIC
56  // 
57
58 NMTTools_DataMapNodeOfDataMapOfIntegerFaceInfo(const Standard_Integer& K,const NMTTools_FaceInfo& I,const TCollection_MapNodePtr& n);
59
60   Standard_Integer& Key() const;
61
62   NMTTools_FaceInfo& Value() const;
63 //Standard_EXPORT ~NMTTools_DataMapNodeOfDataMapOfIntegerFaceInfo();
64
65
66
67
68  // Type management
69  //
70  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
71  //Standard_EXPORT Standard_Boolean            IsKind(const Handle(Standard_Type)&) const;
72
73 protected:
74
75  // Methods PROTECTED
76  // 
77
78
79  // Fields PROTECTED
80  //
81
82
83 private: 
84
85  // Methods PRIVATE
86  // 
87
88
89  // Fields PRIVATE
90  //
91 Standard_Integer myKey;
92 NMTTools_FaceInfo myValue;
93
94
95 };
96
97 #define TheKey Standard_Integer
98 #define TheKey_hxx <Standard_Integer.hxx>
99 #define TheItem NMTTools_FaceInfo
100 #define TheItem_hxx <NMTTools_FaceInfo.hxx>
101 #define Hasher TColStd_MapIntegerHasher
102 #define Hasher_hxx <TColStd_MapIntegerHasher.hxx>
103 #define TCollection_DataMapNode NMTTools_DataMapNodeOfDataMapOfIntegerFaceInfo
104 #define TCollection_DataMapNode_hxx <NMTTools_DataMapNodeOfDataMapOfIntegerFaceInfo.hxx>
105 #define TCollection_DataMapIterator NMTTools_DataMapIteratorOfDataMapOfIntegerFaceInfo
106 #define TCollection_DataMapIterator_hxx <NMTTools_DataMapIteratorOfDataMapOfIntegerFaceInfo.hxx>
107 #define Handle_TCollection_DataMapNode Handle_NMTTools_DataMapNodeOfDataMapOfIntegerFaceInfo
108 #define TCollection_DataMapNode_Type_() NMTTools_DataMapNodeOfDataMapOfIntegerFaceInfo_Type_()
109 #define TCollection_DataMap NMTTools_DataMapOfIntegerFaceInfo
110 #define TCollection_DataMap_hxx <NMTTools_DataMapOfIntegerFaceInfo.hxx>
111
112 #include <TCollection_DataMapNode.lxx>
113
114 #undef TheKey
115 #undef TheKey_hxx
116 #undef TheItem
117 #undef TheItem_hxx
118 #undef Hasher
119 #undef Hasher_hxx
120 #undef TCollection_DataMapNode
121 #undef TCollection_DataMapNode_hxx
122 #undef TCollection_DataMapIterator
123 #undef TCollection_DataMapIterator_hxx
124 #undef Handle_TCollection_DataMapNode
125 #undef TCollection_DataMapNode_Type_
126 #undef TCollection_DataMap
127 #undef TCollection_DataMap_hxx
128
129
130 // other Inline functions and methods (like "C++: function call" methods)
131 //
132
133
134 #endif