Warning, file /include/opencascade/TObj_Container.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
0018 #ifndef TObj_Container_HeaderFile
0019 #define TObj_Container_HeaderFile
0020
0021 #include <NCollection_DataMap.hxx>
0022 #include <TCollection_AsciiString.hxx>
0023 #include <TCollection_HExtendedString.hxx>
0024 #include <TDF_Label.hxx>
0025
0026 #include <TObj_SequenceOfObject.hxx>
0027
0028 typedef NCollection_DataMap<Handle(TCollection_HExtendedString), TDF_Label> TObj_DataMapOfNameLabel;
0029
0030 typedef NCollection_DataMap<Handle(TObj_Object), Handle(TObj_HSequenceOfObject)> TObj_DataMapOfObjectHSequenceOcafObjects;
0031
0032 typedef NCollection_DataMap<TCollection_AsciiString, Standard_Address> TObj_DataMapOfStringPointer;
0033
0034 #endif