#include <Transfer_TransferDispatch.hxx>
Inheritance diagram for Transfer_TransferDispatch:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Transfer_TransferDispatch (const Handle(Interface_InterfaceModel)&amodel, const Interface_GeneralLib &lib) |
Creates a TransferDispatch from a Model. Works with a General Service Library, given as an Argument A TransferDispatch is created as a CopyTool in which the Control is set to TransientProcess . | |
Standard_EXPORT | Transfer_TransferDispatch (const Handle(Interface_InterfaceModel)&amodel, const Handle(Interface_Protocol)&protocol) |
Same as above, but Library is defined through a Protocol . | |
Standard_EXPORT | Transfer_TransferDispatch (const Handle(Interface_InterfaceModel)&amodel) |
Same as above, but works with the Active Protocol . | |
Standard_EXPORT Handle_Transfer_TransientProcess | TransientProcess () const |
Returns the content of Control Object, as a TransientProcess . | |
virtual Standard_EXPORT Standard_Boolean | Copy (const Handle(Standard_Transient)&entfrom, Handle(Standard_Transient)&entto, const Standard_Boolean mapped, const Standard_Boolean errstat) |
Copies an Entity by calling the method Transferring from the TransferProcess. If this called produces a Null Binder, then the standard, inherited Copy is called . |
|
|
|
|
|
|
|
Reimplemented from Interface_CopyTool. |
|
Reimplemented from Interface_CopyTool. |
|
Reimplemented from Interface_CopyTool. |
|
Reimplemented from Interface_CopyTool. |
|
|