Version: 6.3.1

src/NMTTools/NMTTools_StdMapNodeOfMapOfPaveBlock.hxx

Go to the documentation of this file.
00001 // Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
00002 //
00003 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
00004 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
00005 //
00006 // This library is free software; you can redistribute it and/or
00007 // modify it under the terms of the GNU Lesser General Public
00008 // License as published by the Free Software Foundation; either
00009 // version 2.1 of the License.
00010 //
00011 // This library is distributed in the hope that it will be useful,
00012 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00013 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00014 // Lesser General Public License for more details.
00015 //
00016 // You should have received a copy of the GNU Lesser General Public
00017 // License along with this library; if not, write to the Free Software
00018 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
00019 //
00020 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
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  // Methods PUBLIC
00053  // 
00054 
00055 NMTTools_StdMapNodeOfMapOfPaveBlock(const BOPTools_PaveBlock& K,const TCollection_MapNodePtr& n);
00056 
00057   BOPTools_PaveBlock& Key() const;
00058 //Standard_EXPORT ~NMTTools_StdMapNodeOfMapOfPaveBlock();
00059 
00060 
00061 
00062 
00063  // Type management
00064  //
00065  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
00066  //Standard_EXPORT Standard_Boolean            IsKind(const Handle(Standard_Type)&) const;
00067 
00068 protected:
00069 
00070  // Methods PROTECTED
00071  // 
00072 
00073 
00074  // Fields PROTECTED
00075  //
00076 
00077 
00078 private: 
00079 
00080  // Methods PRIVATE
00081  // 
00082 
00083 
00084  // Fields PRIVATE
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 // other Inline functions and methods (like "C++: function call" methods)
00121 //
00122 
00123 
00124 #endif
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS