#include <Transfer_ActorDispatch.hxx>
Inheritance diagram for Transfer_ActorDispatch:
Public Member Functions | |
Standard_EXPORT | Transfer_ActorDispatch (const Handle(Interface_InterfaceModel)&amodel, const Interface_GeneralLib &lib) |
Creates an ActorDispatch from a Model. Works with a General Service Library, given as an Argument This causes TransferDispatch and its TransientProcess to be created, with default actor <me> . | |
Standard_EXPORT | Transfer_ActorDispatch (const Handle(Interface_InterfaceModel)&amodel, const Handle(Interface_Protocol)&protocol) |
Same as above, but Library is defined through a Protocol . | |
Standard_EXPORT | Transfer_ActorDispatch (const Handle(Interface_InterfaceModel)&amodel) |
Same as above, but works with the Active Protocol . | |
Standard_EXPORT void | AddActor (const Handle(Transfer_ActorOfTransientProcess)&actor) |
Utility which adds an actor to the default <me> (it calls SetActor from the TransientProcess) . | |
Standard_EXPORT Transfer_TransferDispatch & | TransferDispatch () |
Returns the TransferDispatch, which does the work, records the intermediate data, etc... See TransferDispatch & CopyTool, to see the available methods . | |
virtual Standard_EXPORT Handle_Transfer_Binder | Transfer (const Handle(Standard_Transient)&start, const Handle(Transfer_TransientProcess)&TP) |
Specific action : it calls the method Transfer from CopyTool i.e. the general service Copy, then returns the Binder produced by the TransientProcess . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Transfer_TransferDispatch | thetool |
|
|
|
|
|
|
|
|
|
Reimplemented from Transfer_ActorOfTransientProcess. |
|
Reimplemented from Transfer_ActorOfTransientProcess. |
|
|
|
|