Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Data Structures
TDocStd_Document.hxx File Reference
#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 <TDF_DeltaList.hxx>
#include <Handle_TDF_Delta.hxx>
#include <Standard_Boolean.hxx>
#include <CDM_Document.hxx>
#include <Handle_CDM_Document.hxx>
#include <Standard_Address.hxx>
#include <Handle_TDocStd_CompoundDelta.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:
Handle(TDocStd_Document) MyDF = new TDocStd_Document
The document also allows you to manage:
More...