ActiViz .NET
5.8.0
|
vtkProcess - a process that can be launched by a vtkMultiProcessController More...
Public Member Functions | |
vtkProcess (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
virtual void | Execute () |
Description Entry point of the process. This method is expected to update ReturnValue. | |
vtkMultiProcessController | GetController () |
Give access to the controller that launched the process. Initial value is NULL. | |
int | GetReturnValue () |
Value set at the end of a call to Execute. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkProcess | NewInstance () |
Undocumented Block. | |
void | SetController (vtkMultiProcessController aController) |
This method should not be called directly but set by the controller itself. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkProcess | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkProcess" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "10vtkProcess" |
Automatically generated type registration mechanics. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. | |
Private Member Functions | |
static internal void | vtkProcess_Execute_01 (HandleRef pThis) |
static internal IntPtr | vtkProcess_GetController_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkProcess_GetReturnValue_03 (HandleRef pThis) |
static internal int | vtkProcess_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkProcess_IsTypeOf_05 (string type) |
static internal IntPtr | vtkProcess_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkProcess_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkProcess_SetController_08 (HandleRef pThis, HandleRef aController) |
Static Private Member Functions | |
static | vtkProcess () |
Automatically generated type registration mechanics. |
vtkProcess - a process that can be launched by a vtkMultiProcessController
Description vtkProcess is an abstract class representing a process that can be launched by a vtkMultiProcessController. Concrete classes just have to implement Execute() method and make sure it set the proper value in ReturnValue.
Example class MyProcess: public vtkProcess ... vtkMultiProcessController *c; MyProcess *p=new MyProcess::New(); p->SetArgs(argc,argv); // some parameters specific to the process p->SetX(10.0); // ... c->SetSingleProcess(p); c->SingleMethodExecute(); int returnValue=p->GetReturnValue();
static Kitware.VTK.vtkProcess.vtkProcess | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkProcess.vtkProcess | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkProcess.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkObject.
virtual void Kitware.VTK.vtkProcess.Execute | ( | ) | [virtual] |
Description Entry point of the process. This method is expected to update ReturnValue.
Give access to the controller that launched the process. Initial value is NULL.
Value set at the end of a call to Execute.
override int Kitware.VTK.vtkProcess.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new int Kitware.VTK.vtkProcess.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkProcess Kitware.VTK.vtkProcess.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
void Kitware.VTK.vtkProcess.SetController | ( | vtkMultiProcessController | aController | ) |
This method should not be called directly but set by the controller itself.
static internal void Kitware.VTK.vtkProcess.vtkProcess_Execute_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkProcess.vtkProcess_GetController_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkProcess.vtkProcess_GetReturnValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkProcess.vtkProcess_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkProcess.vtkProcess_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkProcess.vtkProcess_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkProcess.vtkProcess_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkProcess.vtkProcess_SetController_08 | ( | HandleRef | pThis, |
HandleRef | aController | ||
) | [private] |
new readonly string Kitware.VTK.vtkProcess.MRClassNameKey = "10vtkProcess" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkProcess.MRFullTypeName = "Kitware.VTK.vtkProcess" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.