#include <MDF_ASDriver.hxx>
Inheritance diagram for MDF_ASDriver:
Public Member Functions | |
virtual Standard_EXPORT Standard_Integer | VersionNumber () const =0 |
Returns the version number from which the driver is available. . | |
virtual Standard_EXPORT Handle_Standard_Type | SourceType () const =0 |
Returns the type of source object, inheriting from Attribute from TDF. . | |
virtual Standard_EXPORT Handle_PDF_Attribute | NewEmpty () const =0 |
Creates a new attribute from PDF. . | |
virtual Standard_EXPORT void | Paste (const Handle(TDF_Attribute)&aSource, const Handle(PDF_Attribute)&aTarget, const Handle(MDF_SRelocationTable)&aRelocTable) const =0 |
Translate the contents of <asource> and put it into <atarget>, using the relocation table <areloctable> to keep the sharings. . | |
Standard_EXPORT void | WriteMessage (const TCollection_ExtendedString &theMessage) const |
To send message to Application (if MessageDriver defined) . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Protected Member Functions | |
Standard_EXPORT | MDF_ASDriver (const Handle(CDM_MessageDriver)&theMessageDriver) |
Private Attributes | |
Handle_CDM_MessageDriver | myMessageDriver |
|
|
|
|
|
|
|
|
|
|
|