Salome HOME
Remove unnecessary function setCustomData() / getCustomData()
[modules/geom.git] / src / NMTTools / NMTTools_StdMapNodeOfMapOfPaveBlock.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_StdMapNodeOfMapOfPaveBlock_HeaderFile
24 #define _NMTTools_StdMapNodeOfMapOfPaveBlock_HeaderFile
25
26 #ifndef _Standard_HeaderFile
27 #include <Standard.hxx>
28 #endif
29 #ifndef _Handle_NMTTools_StdMapNodeOfMapOfPaveBlock_HeaderFile
30 #include <Handle_NMTTools_StdMapNodeOfMapOfPaveBlock.hxx>
31 #endif
32
33 #ifndef _BOPTools_PaveBlock_HeaderFile
34 #include <BOPTools_PaveBlock.hxx>
35 #endif
36 #ifndef _TCollection_MapNode_HeaderFile
37 #include <TCollection_MapNode.hxx>
38 #endif
39 #ifndef _TCollection_MapNodePtr_HeaderFile
40 #include <TCollection_MapNodePtr.hxx>
41 #endif
42 class BOPTools_PaveBlock;
43 class BOPTools_PaveBlockMapHasher;
44 class NMTTools_MapOfPaveBlock;
45 class NMTTools_MapIteratorOfMapOfPaveBlock;
46
47
48
49 class NMTTools_StdMapNodeOfMapOfPaveBlock : public TCollection_MapNode {
50
51 public:
52  // Methods PUBLIC
53  // 
54
55 NMTTools_StdMapNodeOfMapOfPaveBlock(const BOPTools_PaveBlock& K,const TCollection_MapNodePtr& n);
56
57   BOPTools_PaveBlock& Key() const;
58 //Standard_EXPORT ~NMTTools_StdMapNodeOfMapOfPaveBlock();
59
60
61
62
63  // Type management
64  //
65  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
66  //Standard_EXPORT Standard_Boolean            IsKind(const Handle(Standard_Type)&) const;
67
68 protected:
69
70  // Methods PROTECTED
71  // 
72
73
74  // Fields PROTECTED
75  //
76
77
78 private: 
79
80  // Methods PRIVATE
81  // 
82
83
84  // Fields PRIVATE
85  //
86 BOPTools_PaveBlock myKey;
87
88
89 };
90
91 #define TheKey BOPTools_PaveBlock
92 #define TheKey_hxx <BOPTools_PaveBlock.hxx>
93 #define Hasher BOPTools_PaveBlockMapHasher
94 #define Hasher_hxx <BOPTools_PaveBlockMapHasher.hxx>
95 #define TCollection_StdMapNode NMTTools_StdMapNodeOfMapOfPaveBlock
96 #define TCollection_StdMapNode_hxx <NMTTools_StdMapNodeOfMapOfPaveBlock.hxx>
97 #define TCollection_MapIterator NMTTools_MapIteratorOfMapOfPaveBlock
98 #define TCollection_MapIterator_hxx <NMTTools_MapIteratorOfMapOfPaveBlock.hxx>
99 #define Handle_TCollection_StdMapNode Handle_NMTTools_StdMapNodeOfMapOfPaveBlock
100 #define TCollection_StdMapNode_Type_() NMTTools_StdMapNodeOfMapOfPaveBlock_Type_()
101 #define TCollection_Map NMTTools_MapOfPaveBlock
102 #define TCollection_Map_hxx <NMTTools_MapOfPaveBlock.hxx>
103
104 #include <TCollection_StdMapNode.lxx>
105
106 #undef TheKey
107 #undef TheKey_hxx
108 #undef Hasher
109 #undef Hasher_hxx
110 #undef TCollection_StdMapNode
111 #undef TCollection_StdMapNode_hxx
112 #undef TCollection_MapIterator
113 #undef TCollection_MapIterator_hxx
114 #undef Handle_TCollection_StdMapNode
115 #undef TCollection_StdMapNode_Type_
116 #undef TCollection_Map
117 #undef TCollection_Map_hxx
118
119
120 // other Inline functions and methods (like "C++: function call" methods)
121 //
122
123
124 #endif