Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef _NMTTools_StdMapNodeOfMapOfPaveBlock_HeaderFile
00024 #define _NMTTools_StdMapNodeOfMapOfPaveBlock_HeaderFile
00025
00026 #ifndef _Standard_HeaderFile
00027 #include <Standard.hxx>
00028 #endif
00029 #ifndef _Handle_NMTTools_StdMapNodeOfMapOfPaveBlock_HeaderFile
00030 #include <Handle_NMTTools_StdMapNodeOfMapOfPaveBlock.hxx>
00031 #endif
00032
00033 #ifndef _BOPTools_PaveBlock_HeaderFile
00034 #include <BOPTools_PaveBlock.hxx>
00035 #endif
00036 #ifndef _TCollection_MapNode_HeaderFile
00037 #include <TCollection_MapNode.hxx>
00038 #endif
00039 #ifndef _TCollection_MapNodePtr_HeaderFile
00040 #include <TCollection_MapNodePtr.hxx>
00041 #endif
00042 class BOPTools_PaveBlock;
00043 class BOPTools_PaveBlockMapHasher;
00044 class NMTTools_MapOfPaveBlock;
00045 class NMTTools_MapIteratorOfMapOfPaveBlock;
00046
00047
00048
00049 class NMTTools_StdMapNodeOfMapOfPaveBlock : public TCollection_MapNode {
00050
00051 public:
00052
00053
00054
00055 NMTTools_StdMapNodeOfMapOfPaveBlock(const BOPTools_PaveBlock& K,const TCollection_MapNodePtr& n);
00056
00057 BOPTools_PaveBlock& Key() const;
00058
00059
00060
00061
00062
00063
00064
00065 Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
00066
00067
00068 protected:
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078 private:
00079
00080
00081
00082
00083
00084
00085
00086 BOPTools_PaveBlock myKey;
00087
00088
00089 };
00090
00091 #define TheKey BOPTools_PaveBlock
00092 #define TheKey_hxx <BOPTools_PaveBlock.hxx>
00093 #define Hasher BOPTools_PaveBlockMapHasher
00094 #define Hasher_hxx <BOPTools_PaveBlockMapHasher.hxx>
00095 #define TCollection_StdMapNode NMTTools_StdMapNodeOfMapOfPaveBlock
00096 #define TCollection_StdMapNode_hxx <NMTTools_StdMapNodeOfMapOfPaveBlock.hxx>
00097 #define TCollection_MapIterator NMTTools_MapIteratorOfMapOfPaveBlock
00098 #define TCollection_MapIterator_hxx <NMTTools_MapIteratorOfMapOfPaveBlock.hxx>
00099 #define Handle_TCollection_StdMapNode Handle_NMTTools_StdMapNodeOfMapOfPaveBlock
00100 #define TCollection_StdMapNode_Type_() NMTTools_StdMapNodeOfMapOfPaveBlock_Type_()
00101 #define TCollection_Map NMTTools_MapOfPaveBlock
00102 #define TCollection_Map_hxx <NMTTools_MapOfPaveBlock.hxx>
00103
00104 #include <TCollection_StdMapNode.lxx>
00105
00106 #undef TheKey
00107 #undef TheKey_hxx
00108 #undef Hasher
00109 #undef Hasher_hxx
00110 #undef TCollection_StdMapNode
00111 #undef TCollection_StdMapNode_hxx
00112 #undef TCollection_MapIterator
00113 #undef TCollection_MapIterator_hxx
00114 #undef Handle_TCollection_StdMapNode
00115 #undef TCollection_StdMapNode_Type_
00116 #undef TCollection_Map
00117 #undef TCollection_Map_hxx
00118
00119
00120
00121
00122
00123
00124 #endif