]> SALOME platform Git repositories - modules/geom.git/blob - src/GEOMAlgo/GEOMAlgo_IndexedDataMapOfShapeState.hxx
Salome HOME
08b7aeed59a1d455042808c5d3fde6733d5a275b
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_IndexedDataMapOfShapeState.hxx
1 // Copyright (C) 2007-2019  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 // File:        GEOMAlgo_IndexedDataMapOfShapeState.hxx
18 // Created:     Wed Feb 22 11:19:56 2012
19 // Author:
20 //              <pkv@BDEURI37616>
21
22
23 #ifndef GEOMAlgo_IndexedDataMapOfShapeState_HeaderFile
24 #define GEOMAlgo_IndexedDataMapOfShapeState_HeaderFile
25
26
27
28 #include <TopoDS_Shape.hxx>
29 #include <TopTools_ShapeMapHasher.hxx>
30 #include <TopAbs_State.hxx>
31
32 #define _NCollection_MapHasher
33 #include <NCollection_IndexedDataMap.hxx>
34
35 typedef NCollection_IndexedDataMap<TopoDS_Shape, TopAbs_State, TopTools_ShapeMapHasher> GEOMAlgo_IndexedDataMapOfShapeState;
36
37 #undef _NCollection_MapHasher
38
39
40
41 #endif