Salome HOME
Add a ChangeLog file
[modules/smesh.git] / src / SMDS / SMDS_MapIteratorOfExtendedOrientedMap_0.cxx
1 //  SMESH SMDS : implementaion of Salome mesh data structure
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   : SMDS_MapIteratorOfExtendedOrientedMap_0.cxx
25 //  Module : SMESH
26
27 using namespace std;
28 #include "SMDS_MapIteratorOfExtendedOrientedMap.hxx"
29
30 #ifndef _Standard_NoSuchObject_HeaderFile
31 #include <Standard_NoSuchObject.hxx>
32 #endif
33 #ifndef _SMDS_MeshElement_HeaderFile
34 #include "SMDS_MeshElement.hxx"
35 #endif
36 #ifndef _SMDS_MeshOrientedElementMapHasher_HeaderFile
37 #include "SMDS_MeshOrientedElementMapHasher.hxx"
38 #endif
39 #ifndef _SMDS_ExtendedOrientedMap_HeaderFile
40 #include "SMDS_ExtendedOrientedMap.hxx"
41 #endif
42 #ifndef _SMDS_StdMapNodeOfExtendedOrientedMap_HeaderFile
43 #include "SMDS_StdMapNodeOfExtendedOrientedMap.hxx"
44 #endif
45  
46
47 #define TheKey Handle_SMDS_MeshElement
48 #define TheKey_hxx <SMDS_MeshElement.hxx>
49 #define Hasher SMDS_MeshOrientedElementMapHasher
50 #define Hasher_hxx <SMDS_MeshOrientedElementMapHasher.hxx>
51 #define TCollection_StdMapNode SMDS_StdMapNodeOfExtendedOrientedMap
52 #define TCollection_StdMapNode_hxx <SMDS_StdMapNodeOfExtendedOrientedMap.hxx>
53 #define TCollection_MapIterator SMDS_MapIteratorOfExtendedOrientedMap
54 #define TCollection_MapIterator_hxx <SMDS_MapIteratorOfExtendedOrientedMap.hxx>
55 #define Handle_TCollection_StdMapNode Handle_SMDS_StdMapNodeOfExtendedOrientedMap
56 #define TCollection_StdMapNode_Type_() SMDS_StdMapNodeOfExtendedOrientedMap_Type_()
57 #define TCollection_Map SMDS_ExtendedOrientedMap
58 #define TCollection_Map_hxx <SMDS_ExtendedOrientedMap.hxx>
59 #include <TCollection_MapIterator.gxx>
60