#include <Standard.hxx>#include <Standard_DefineHandle.hxx>#include <Handle_TDocStd_Document.hxx>#include <TCollection_ExtendedString.hxx>#include <Handle_TDF_Data.hxx>#include <Standard_Integer.hxx>#include <TDF_Transaction.hxx>#include <Standard_Macro.hxx>#include <TCollection_AsciiString.hxx>#include <Handle_TDF_Delta.hxx>#include <Standard_Boolean.hxx>#include <TDF_Transaction.lxx>#include <Standard_Address.hxx>#include <Handle_TDF_ListNodeOfDeltaList.hxx>#include <TCollection_List.lxx>#include <CDM_Document.hxx>#include <Handle_CDM_Document.hxx>#include <Handle_TDocStd_CompoundDelta.hxx>#include <TDF_LabelNodePtr.hxx>#include <TColStd_StackOfInteger.hxx>#include <TDF_HAllocator.hxx>#include <MMgt_TShared.hxx>#include <TDF_Label.hxx>#include <Standard_OStream.hxx>#include <TDF_Data.lxx>Data Structures | |
| class | TDocStd_Document |
| The contents of a TDocStd_Application, a document is a container for a data framework composed of labels and attributes. As such, TDocStd_Document is the entry point into the data framework. To gain access to the data, you create a document as follows: Handle(TDocStd_Document) MyDF = new TDocStd_Document The document also allows you to manage:
| |
1.6.3