#include <Transfer_DispatchControl.hxx>
Inheritance diagram for Transfer_DispatchControl:
Public Member Functions | |
Standard_EXPORT | Transfer_DispatchControl (const Handle(Interface_InterfaceModel)&model, const Handle(Transfer_TransientProcess)&TP) |
Creates the DispatchControl, ready for use . | |
Standard_EXPORT const Handle_Transfer_TransientProcess & | TransientProcess () const |
Returns the content of the DispatchControl : it can be used for a direct call, if the basic methods do not suffice . | |
Standard_EXPORT const Handle_Interface_InterfaceModel & | StartingModel () const |
Returns the Model from which the transfer is to be done . | |
Standard_EXPORT void | Clear () |
Clears the List of Copied Results . | |
Standard_EXPORT void | Bind (const Handle(Standard_Transient)&ent, const Handle(Standard_Transient)&res) |
Binds a (Transient) Result to a (Transient) Starting Entity . | |
Standard_EXPORT Standard_Boolean | Search (const Handle(Standard_Transient)&ent, Handle(Standard_Transient)&res) const |
Searches for the Result bound to a Starting Entity If Found, returns True and fills <res> Else, returns False and nullifies <res> . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_Transfer_TransientProcess | theTP |
Handle_Interface_InterfaceModel | themodel |
|
|
|
Implements Interface_CopyControl. |
|
Implements Interface_CopyControl. |
|
Reimplemented from Interface_CopyControl. |
|
Implements Interface_CopyControl. |
|
|
|
|
|
|
|
|