Open CASCADE Technology 6.6.0
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <Handle_TDF_Data.hxx>
#include <Handle_PDF_Data.hxx>
#include <Handle_MDF_ASDriverTable.hxx>
#include <Handle_MDF_SRelocationTable.hxx>
#include <Standard_Integer.hxx>
#include <Handle_MDF_ARDriverTable.hxx>
#include <Handle_MDF_RRelocationTable.hxx>
#include <Handle_MDF_ASDriverHSequence.hxx>
#include <Handle_CDM_MessageDriver.hxx>
#include <Handle_MDF_ARDriverHSequence.hxx>
Data Structures | |
class | MDF |
This package provides classes and methods to translate a transient DF into a persistent one and vice versa. Driver A driver is a tool used to translate a transient attribute into a persistent one and vice versa. Relocation Table A relocation table is a tool who provides services to relocate transient objects into persistent ones (or vice versa). It uses a map system to keep the sharing. This service is used by the drivers. Driver Table A driver table is an object building links between object types and object drivers. In the translation process, a driver table is asked to give a translation driver for each current object to be translated. More... |