ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkProcess Class Reference

vtkProcess - a process that can be launched by a vtkMultiProcessController More...

Inheritance diagram for Kitware.VTK.vtkProcess:
[legend]
Collaboration diagram for Kitware.VTK.vtkProcess:
[legend]

List of all members.

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.

Detailed Description

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();

vtkMultiProcessController


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Here is the call graph for this function:

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: