]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/NMTTools/NMTTools_DataMapOfIntegerFaceInfo.hxx
Salome HOME
0021672: [CEA 565] Dump Study from script
[modules/geom.git] / src / NMTTools / NMTTools_DataMapOfIntegerFaceInfo.hxx
index 508c28f1b7d1203270a1a463e814b46b7f5d0f0c..7d97931fbd94f730ad9dcbd291e9d470465c42f4 100644 (file)
@@ -1,7 +1,4 @@
-// Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
-//
-// Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
+// File:       NMTTools_DataMapOfIntegerFaceInfo.hxx
+// Created:    Mon Feb 20 12:21:55 2012
+// Author:
+//             <pkv@BDEURI37616>
 
-#ifndef _NMTTools_DataMapOfIntegerFaceInfo_HeaderFile
-#define _NMTTools_DataMapOfIntegerFaceInfo_HeaderFile
-
-#ifndef _TCollection_BasicMap_HeaderFile
-#include <TCollection_BasicMap.hxx>
-#endif
-#ifndef _Standard_Integer_HeaderFile
-#include <Standard_Integer.hxx>
-#endif
-#ifndef _Handle_NMTTools_DataMapNodeOfDataMapOfIntegerFaceInfo_HeaderFile
-#include <Handle_NMTTools_DataMapNodeOfDataMapOfIntegerFaceInfo.hxx>
-#endif
-#ifndef _Standard_Boolean_HeaderFile
-#include <Standard_Boolean.hxx>
-#endif
-
-class Standard_DomainError;
-class Standard_NoSuchObject;
-class NMTTools_FaceInfo;
-class TColStd_MapIntegerHasher;
-class NMTTools_DataMapNodeOfDataMapOfIntegerFaceInfo;
-class NMTTools_DataMapIteratorOfDataMapOfIntegerFaceInfo;
-
-#ifndef _Standard_HeaderFile
-#include <Standard.hxx>
-#endif
-#ifndef _Standard_Macro_HeaderFile
-#include <Standard_Macro.hxx>
-#endif
-
-#include <Basics_OCCTVersion.hxx>
-
-class NMTTools_DataMapOfIntegerFaceInfo  : public TCollection_BasicMap {
-
-public:
-
-    void* operator new(size_t,void* anAddress) 
-      {
-        return anAddress;
-      }
-    void* operator new(size_t size) 
-      { 
-        return Standard::Allocate(size); 
-      }
-    void  operator delete(void *anAddress) 
-      { 
-        if (anAddress) Standard::Free((Standard_Address&)anAddress); 
-      }
- // Methods PUBLIC
- // 
-
-
-Standard_EXPORT NMTTools_DataMapOfIntegerFaceInfo(const Standard_Integer NbBuckets = 1);
-
-
-Standard_EXPORT   NMTTools_DataMapOfIntegerFaceInfo& Assign(const NMTTools_DataMapOfIntegerFaceInfo& Other) ;
-  NMTTools_DataMapOfIntegerFaceInfo& operator =(const NMTTools_DataMapOfIntegerFaceInfo& Other) 
-{
-  return Assign(Other);
-}
-
-
-
-Standard_EXPORT   void ReSize(const Standard_Integer NbBuckets) ;
-
-
-Standard_EXPORT   void Clear() ;
-~NMTTools_DataMapOfIntegerFaceInfo()
-{
-  Clear();
-}
-
-
-
-Standard_EXPORT   Standard_Boolean Bind(const Standard_Integer& K,const NMTTools_FaceInfo& I) ;
-
-
-Standard_EXPORT   Standard_Boolean IsBound(const Standard_Integer& K) const;
-
-
-Standard_EXPORT   Standard_Boolean UnBind(const Standard_Integer& K) ;
-
-
-Standard_EXPORT  const NMTTools_FaceInfo& Find(const Standard_Integer& K) const;
- const NMTTools_FaceInfo& operator()(const Standard_Integer& K) const
-{
-  return Find(K);
-}
-
-
-
-Standard_EXPORT   NMTTools_FaceInfo& ChangeFind(const Standard_Integer& K) ;
-  NMTTools_FaceInfo& operator()(const Standard_Integer& K) 
-{
-  return ChangeFind(K);
-}
-
-#if OCC_VERSION_LARGE > 0x06050100 // for OCC-6.5.2 and higher version
-  Standard_EXPORT Standard_Address Find1 (const Standard_Integer& K) const;
-  Standard_EXPORT Standard_Address ChangeFind1 (const Standard_Integer& K);
-#endif
-
-protected:
-
- // Methods PROTECTED
- // 
-
-
- // Fields PROTECTED
- //
-
-
-private: 
-
- // Methods PRIVATE
- // 
-
-
-Standard_EXPORT NMTTools_DataMapOfIntegerFaceInfo(const NMTTools_DataMapOfIntegerFaceInfo& Other);
-
-
- // Fields PRIVATE
- //
-
-
-};
 
+#ifndef NMTTools_DataMapOfIntegerFaceInfo_HeaderFile
+#define NMTTools_DataMapOfIntegerFaceInfo_HeaderFile
 
+#include <NMTTools_FaceInfo.hxx>
+#include <TColStd_MapIntegerHasher.hxx>
 
+#define _NCollection_MapHasher
+#include <NCollection_DataMap.hxx>
 
+typedef NCollection_DataMap<Standard_Integer, NMTTools_FaceInfo, TColStd_MapIntegerHasher> NMTTools_DataMapOfIntegerFaceInfo;
+typedef NMTTools_DataMapOfIntegerFaceInfo::Iterator NMTTools_DataMapIteratorOfDataMapOfIntegerFaceInfo;
 
-// other Inline functions and methods (like "C++: function call" methods)
-//
+#undef _NCollection_MapHasher
 
 
 #endif