Open CASCADE Technology 6.6.0
|
#include <MXCAFDoc_DatumStorageDriver.hxx>
Public Member Functions | |
MXCAFDoc_DatumStorageDriver (const Handle< CDM_MessageDriver > &theMsgDriver) | |
Returns mutable DatumStorageDriver from MXCAFDoc; | |
Standard_Integer | VersionNumber () const |
Returns the version number from which the driver is available: 0. | |
Handle_Standard_Type | SourceType () const |
Returns the type: XCAFDoc_Datum. | |
Handle_PDF_Attribute | NewEmpty () const |
Creates a new attribute from PDF. | |
void | Paste (const Handle< TDF_Attribute > &Source, const Handle< PDF_Attribute > &Target, const Handle< MDF_SRelocationTable > &RelocTable) const |
Translate the contents of <aSource> and put it into <aTarget>, using the relocation table <aRelocTable> to keep the sharings. |
MXCAFDoc_DatumStorageDriver::MXCAFDoc_DatumStorageDriver | ( | const Handle< CDM_MessageDriver > & | theMsgDriver | ) |
Handle_PDF_Attribute MXCAFDoc_DatumStorageDriver::NewEmpty | ( | ) | const [virtual] |
Implements MDF_ASDriver.
void MXCAFDoc_DatumStorageDriver::Paste | ( | const Handle< TDF_Attribute > & | aSource, |
const Handle< PDF_Attribute > & | aTarget, | ||
const Handle< MDF_SRelocationTable > & | aRelocTable | ||
) | const [virtual] |
Implements MDF_ASDriver.
Handle_Standard_Type MXCAFDoc_DatumStorageDriver::SourceType | ( | ) | const [virtual] |
Implements MDF_ASDriver.
Standard_Integer MXCAFDoc_DatumStorageDriver::VersionNumber | ( | ) | const [virtual] |
Implements MDF_ASDriver.