Warning, file /include/opencascade/STEPCAFControl_DataMapOfShapePD.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 #ifndef STEPCAFControl_DataMapOfShapePD_HeaderFile
0017 #define STEPCAFControl_DataMapOfShapePD_HeaderFile
0018
0019 #include <TopoDS_Shape.hxx>
0020 #include <StepBasic_ProductDefinition.hxx>
0021 #include <TopTools_ShapeMapHasher.hxx>
0022 #include <NCollection_DataMap.hxx>
0023
0024 typedef NCollection_DataMap<TopoDS_Shape,Handle(StepBasic_ProductDefinition),TopTools_ShapeMapHasher> STEPCAFControl_DataMapOfShapePD;
0025 typedef NCollection_DataMap<TopoDS_Shape,Handle(StepBasic_ProductDefinition),TopTools_ShapeMapHasher>::Iterator STEPCAFControl_DataMapIteratorOfDataMapOfShapePD;
0026
0027
0028 #endif