ActiViz .NET
5.8.0
|
vtkPStreamTracer - Abstract superclass for parallel streamline generators More...
Public Member Functions | |
vtkPStreamTracer (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
virtual vtkMultiProcessController | GetController () |
Set/Get the controller use in compositing (set to the global controller by default) If not using the default, this must be called before any other methods. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPStreamTracer | NewInstance () |
Undocumented Block. | |
virtual void | SetController (vtkMultiProcessController controller) |
Set/Get the controller use in compositing (set to the global controller by default) If not using the default, this must be called before any other methods. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPStreamTracer | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPStreamTracer" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "16vtkPStreamTracer" |
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 IntPtr | vtkPStreamTracer_GetController_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPStreamTracer_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkPStreamTracer_IsTypeOf_03 (string type) |
static internal IntPtr | vtkPStreamTracer_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPStreamTracer_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPStreamTracer_SetController_06 (HandleRef pThis, HandleRef controller) |
Static Private Member Functions | |
static | vtkPStreamTracer () |
Automatically generated type registration mechanics. |
vtkPStreamTracer - Abstract superclass for parallel streamline generators
Description This class implements some necessary functionality used by distributed and parallel streamline generators. Note that all processes must have access to the WHOLE seed source, i.e. the source must be identical on all processes.
vtkStreamTracer vtkDistributedStreamTracer vtkMPIStreamTracer
static Kitware.VTK.vtkPStreamTracer.vtkPStreamTracer | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPStreamTracer.vtkPStreamTracer | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkPStreamTracer.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.vtkStreamTracer.
Reimplemented in Kitware.VTK.vtkDistributedStreamTracer.
virtual vtkMultiProcessController Kitware.VTK.vtkPStreamTracer.GetController | ( | ) | [virtual] |
Set/Get the controller use in compositing (set to the global controller by default) If not using the default, this must be called before any other methods.
override int Kitware.VTK.vtkPStreamTracer.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamTracer.
Reimplemented in Kitware.VTK.vtkDistributedStreamTracer.
static new int Kitware.VTK.vtkPStreamTracer.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamTracer.
Reimplemented in Kitware.VTK.vtkDistributedStreamTracer.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamTracer.
Reimplemented in Kitware.VTK.vtkDistributedStreamTracer.
static new vtkPStreamTracer Kitware.VTK.vtkPStreamTracer.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamTracer.
Reimplemented in Kitware.VTK.vtkDistributedStreamTracer.
virtual void Kitware.VTK.vtkPStreamTracer.SetController | ( | vtkMultiProcessController | controller | ) | [virtual] |
Set/Get the controller use in compositing (set to the global controller by default) If not using the default, this must be called before any other methods.
static internal IntPtr Kitware.VTK.vtkPStreamTracer.vtkPStreamTracer_GetController_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkPStreamTracer.vtkPStreamTracer_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPStreamTracer.vtkPStreamTracer_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPStreamTracer.vtkPStreamTracer_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPStreamTracer.vtkPStreamTracer_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPStreamTracer.vtkPStreamTracer_SetController_06 | ( | HandleRef | pThis, |
HandleRef | controller | ||
) | [private] |
new readonly string Kitware.VTK.vtkPStreamTracer.MRClassNameKey = "16vtkPStreamTracer" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkStreamTracer.
Reimplemented in Kitware.VTK.vtkDistributedStreamTracer.
new const string Kitware.VTK.vtkPStreamTracer.MRFullTypeName = "Kitware.VTK.vtkPStreamTracer" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkStreamTracer.
Reimplemented in Kitware.VTK.vtkDistributedStreamTracer.