Salome HOME
sources v1.2
[modules/smesh.git] / src / SMESHDS / SMESHDS_DataMapOfShapeSubMesh_0.cxx
1 //  SMESH SMESHDS : management of mesh data and SMESH document
2 //
3 //  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
5 // 
6 //  This library is free software; you can redistribute it and/or 
7 //  modify it under the terms of the GNU Lesser General Public 
8 //  License as published by the Free Software Foundation; either 
9 //  version 2.1 of the License. 
10 // 
11 //  This library is distributed in the hope that it will be useful, 
12 //  but WITHOUT ANY WARRANTY; without even the implied warranty of 
13 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
14 //  Lesser General Public License for more details. 
15 // 
16 //  You should have received a copy of the GNU Lesser General Public 
17 //  License along with this library; if not, write to the Free Software 
18 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
19 // 
20 //  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
21 //
22 //
23 //
24 //  File   : SMESHDS_DataMapOfShapeSubMesh_0.cxx
25 //  Module : SMESH
26
27 using namespace std;
28 #include "SMESHDS_DataMapOfShapeSubMesh.hxx"
29
30 #ifndef _Standard_DomainError_HeaderFile
31 #include <Standard_DomainError.hxx>
32 #endif
33 #ifndef _Standard_NoSuchObject_HeaderFile
34 #include <Standard_NoSuchObject.hxx>
35 #endif
36 #ifndef _TopoDS_Shape_HeaderFile
37 #include <TopoDS_Shape.hxx>
38 #endif
39 #ifndef _SMESHDS_SubMesh_HeaderFile
40 #include "SMESHDS_SubMesh.hxx"
41 #endif
42 #ifndef _TopTools_ShapeMapHasher_HeaderFile
43 #include <TopTools_ShapeMapHasher.hxx>
44 #endif
45 #ifndef _SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh_HeaderFile
46 #include "SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh.hxx"
47 #endif
48 #ifndef _SMESHDS_DataMapIteratorOfDataMapOfShapeSubMesh_HeaderFile
49 #include "SMESHDS_DataMapIteratorOfDataMapOfShapeSubMesh.hxx"
50 #endif
51  
52
53 #define TheKey TopoDS_Shape
54 #define TheKey_hxx <TopoDS_Shape.hxx>
55 #define TheItem Handle_SMESHDS_SubMesh
56 #define TheItem_hxx <SMESHDS_SubMesh.hxx>
57 #define Hasher TopTools_ShapeMapHasher
58 #define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
59 #define TCollection_DataMapNode SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh
60 #define TCollection_DataMapNode_hxx <SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh.hxx>
61 #define TCollection_DataMapIterator SMESHDS_DataMapIteratorOfDataMapOfShapeSubMesh
62 #define TCollection_DataMapIterator_hxx <SMESHDS_DataMapIteratorOfDataMapOfShapeSubMesh.hxx>
63 #define Handle_TCollection_DataMapNode Handle_SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh
64 #define TCollection_DataMapNode_Type_() SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh_Type_()
65 #define TCollection_DataMap SMESHDS_DataMapOfShapeSubMesh
66 #define TCollection_DataMap_hxx <SMESHDS_DataMapOfShapeSubMesh.hxx>
67 #include <TCollection_DataMap.gxx>
68