ActiViz .NET
5.8.0
|
vtkPExtractArraysOverTime - extract point or cell data over time (parallel) More...
Public Types | |
enum | Tags { EXCHANGE_DATA = 1972 } |
Set and get the controller. More... | |
Public Member Functions | |
vtkPExtractArraysOverTime (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPExtractArraysOverTime () | |
Undocumented Block. | |
virtual vtkMultiProcessController | GetController () |
Set and get the controller. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPExtractArraysOverTime | NewInstance () |
Undocumented Block. | |
virtual void | SetController (vtkMultiProcessController arg0) |
Set and get the controller. | |
Static Public Member Functions | |
static new vtkPExtractArraysOverTime | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPExtractArraysOverTime | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPExtractArraysOverTime" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "25vtkPExtractArraysOverTime" |
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 | vtkPExtractArraysOverTime_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPExtractArraysOverTime_GetController_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPExtractArraysOverTime_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkPExtractArraysOverTime_IsTypeOf_03 (string type) |
static internal IntPtr | vtkPExtractArraysOverTime_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPExtractArraysOverTime_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPExtractArraysOverTime_SetController_07 (HandleRef pThis, HandleRef arg0) |
Static Private Member Functions | |
static | vtkPExtractArraysOverTime () |
Automatically generated type registration mechanics. |
vtkPExtractArraysOverTime - extract point or cell data over time (parallel)
Description vtkPExtractArraysOverTime is a parallelized version of vtkExtractArraysOverTime. vtkExtractArraysOverTime extract point or cell data given a selection. For every cell or point extracted, vtkExtractArraysOverTime create a vtkTable that is placed in an appropriately named block in an output multi-block dataset. For global-id based selections or location based selections, it's possible that over time the cell/point moves across processes. This filter ensures that such extractions spread across processes are combined correctly into a single vtkTable. This filter produces a valid output on the root node alone, all other nodes, simply have empty multi-block dataset with number of blocks matching the root (to ensure that all processes have the same structure).
static Kitware.VTK.vtkPExtractArraysOverTime.vtkPExtractArraysOverTime | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPExtractArraysOverTime.vtkPExtractArraysOverTime | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkPExtractArraysOverTime.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.vtkExtractArraysOverTime.
virtual vtkMultiProcessController Kitware.VTK.vtkPExtractArraysOverTime.GetController | ( | ) | [virtual] |
Set and get the controller.
override int Kitware.VTK.vtkPExtractArraysOverTime.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExtractArraysOverTime.
static new int Kitware.VTK.vtkPExtractArraysOverTime.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExtractArraysOverTime.
static new vtkPExtractArraysOverTime Kitware.VTK.vtkPExtractArraysOverTime.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExtractArraysOverTime.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExtractArraysOverTime.
static new vtkPExtractArraysOverTime Kitware.VTK.vtkPExtractArraysOverTime.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExtractArraysOverTime.
virtual void Kitware.VTK.vtkPExtractArraysOverTime.SetController | ( | vtkMultiProcessController | arg0 | ) | [virtual] |
Set and get the controller.
static internal IntPtr Kitware.VTK.vtkPExtractArraysOverTime.vtkPExtractArraysOverTime_GetController_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkPExtractArraysOverTime.vtkPExtractArraysOverTime_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPExtractArraysOverTime.vtkPExtractArraysOverTime_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPExtractArraysOverTime.vtkPExtractArraysOverTime_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPExtractArraysOverTime.vtkPExtractArraysOverTime_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPExtractArraysOverTime.vtkPExtractArraysOverTime_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPExtractArraysOverTime.vtkPExtractArraysOverTime_SetController_07 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
new readonly string Kitware.VTK.vtkPExtractArraysOverTime.MRClassNameKey = "25vtkPExtractArraysOverTime" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkExtractArraysOverTime.
new const string Kitware.VTK.vtkPExtractArraysOverTime.MRFullTypeName = "Kitware.VTK.vtkPExtractArraysOverTime" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkExtractArraysOverTime.