Warning, file /include/opencascade/ViewerTest_DoubleMapOfInteractiveAndName.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 ViewerTest_DoubleMapOfInteractiveAndName_HeaderFile
0018 #define ViewerTest_DoubleMapOfInteractiveAndName_HeaderFile
0019
0020 #include <Standard_Transient.hxx>
0021 #include <TCollection_AsciiString.hxx>
0022 #include <NCollection_DoubleMap.hxx>
0023
0024 class AIS_InteractiveObject;
0025 typedef NCollection_DoubleMap<Handle(AIS_InteractiveObject),TCollection_AsciiString> ViewerTest_DoubleMapOfInteractiveAndName;
0026 typedef NCollection_DoubleMap<Handle(AIS_InteractiveObject),TCollection_AsciiString>::Iterator ViewerTest_DoubleMapIteratorOfDoubleMapOfInteractiveAndName;
0027
0028 #endif