Warning, file /include/opencascade/BRepOffset_DataMapOfShapeListOfInterval.hxx was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef BRepOffset_DataMapOfShapeListOfInterval_HeaderFile
0018 #define BRepOffset_DataMapOfShapeListOfInterval_HeaderFile
0019
0020 #include <TopoDS_Shape.hxx>
0021 #include <BRepOffset_ListOfInterval.hxx>
0022 #include <TopTools_ShapeMapHasher.hxx>
0023 #include <NCollection_DataMap.hxx>
0024
0025 typedef NCollection_DataMap<TopoDS_Shape,BRepOffset_ListOfInterval,TopTools_ShapeMapHasher> BRepOffset_DataMapOfShapeListOfInterval;
0026 typedef NCollection_DataMap<TopoDS_Shape,BRepOffset_ListOfInterval,TopTools_ShapeMapHasher>::Iterator BRepOffset_DataMapIteratorOfDataMapOfShapeListOfInterval;
0027
0028
0029 #endif