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

vtkPExtractArraysOverTime - extract point or cell data over time (parallel) More...

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

List of all members.

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.

Detailed Description

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).

vtkExtractArraysOverTime


Member Enumeration Documentation

Set and get the controller.

Enumerator:
EXCHANGE_DATA 

enum member


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Set and get the controller.

Here is the call graph for this function:

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtractArraysOverTime.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtractArraysOverTime.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtractArraysOverTime.

Here is the call graph for this function:

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 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]

Member Data Documentation

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.


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