![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
#include <Standard.hxx>#include <Standard_Integer.hxx>#include <TDF_Transaction.hxx>#include <TDF_Delta.hxx>#include <NCollection_List.hxx>#include <CDM_Document.hxx>#include <TDF_Label.hxx>#include <NCollection_Map.hxx>#include <TDocStd_FormatVersion.hxx>#include <TDocStd_Document.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: occ::handle<TDocStd_Document> MyDF = new TDocStd_Document The document also allows you to manage: More... | |