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.vtkCompositeDataProbeFilter Class Reference

vtkCompositeDataProbeFilter - subclass of vtkProbeFilter which supports composite datasets in the input. More...

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

List of all members.

Public Member Functions

 vtkCompositeDataProbeFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkCompositeDataProbeFilter ()
 Undocumented Block.
virtual bool GetPassPartialArrays ()
 When dealing with composite datasets, partial arrays are common i.e. data-arrays that are not available in all of the blocks. By default, this filter only passes those point and cell data-arrays that are available in all the blocks i.e. partial array are removed. When PassPartialArrays is turned on, this behavior is changed to take a union of all arrays present thus partial arrays are passed as well. However, for composite dataset input, this filter still produces a non-composite output. For all those locations in a block of where a particular data array is missing, this filter uses vtkMath::Nan() for double and float arrays, while 0 for all other types of arrays i.e int, char etc.
override int IsA (string type)
 Undocumented Block.
new vtkCompositeDataProbeFilter NewInstance ()
 Undocumented Block.
virtual void PassPartialArraysOff ()
 When dealing with composite datasets, partial arrays are common i.e. data-arrays that are not available in all of the blocks. By default, this filter only passes those point and cell data-arrays that are available in all the blocks i.e. partial array are removed. When PassPartialArrays is turned on, this behavior is changed to take a union of all arrays present thus partial arrays are passed as well. However, for composite dataset input, this filter still produces a non-composite output. For all those locations in a block of where a particular data array is missing, this filter uses vtkMath::Nan() for double and float arrays, while 0 for all other types of arrays i.e int, char etc.
virtual void PassPartialArraysOn ()
 When dealing with composite datasets, partial arrays are common i.e. data-arrays that are not available in all of the blocks. By default, this filter only passes those point and cell data-arrays that are available in all the blocks i.e. partial array are removed. When PassPartialArrays is turned on, this behavior is changed to take a union of all arrays present thus partial arrays are passed as well. However, for composite dataset input, this filter still produces a non-composite output. For all those locations in a block of where a particular data array is missing, this filter uses vtkMath::Nan() for double and float arrays, while 0 for all other types of arrays i.e int, char etc.
virtual void SetPassPartialArrays (bool _arg)
 When dealing with composite datasets, partial arrays are common i.e. data-arrays that are not available in all of the blocks. By default, this filter only passes those point and cell data-arrays that are available in all the blocks i.e. partial array are removed. When PassPartialArrays is turned on, this behavior is changed to take a union of all arrays present thus partial arrays are passed as well. However, for composite dataset input, this filter still produces a non-composite output. For all those locations in a block of where a particular data array is missing, this filter uses vtkMath::Nan() for double and float arrays, while 0 for all other types of arrays i.e int, char etc.

Static Public Member Functions

static new
vtkCompositeDataProbeFilter 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkCompositeDataProbeFilter 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkCompositeDataProbeFilter"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "27vtkCompositeDataProbeFilter"
 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 vtkCompositeDataProbeFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkCompositeDataProbeFilter_GetPassPartialArrays_01 (HandleRef pThis)
static internal int vtkCompositeDataProbeFilter_IsA_02 (HandleRef pThis, string type)
static internal int vtkCompositeDataProbeFilter_IsTypeOf_03 (string type)
static internal IntPtr vtkCompositeDataProbeFilter_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkCompositeDataProbeFilter_PassPartialArraysOff_06 (HandleRef pThis)
static internal void vtkCompositeDataProbeFilter_PassPartialArraysOn_07 (HandleRef pThis)
static internal IntPtr vtkCompositeDataProbeFilter_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkCompositeDataProbeFilter_SetPassPartialArrays_09 (HandleRef pThis, byte _arg)

Static Private Member Functions

static vtkCompositeDataProbeFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkCompositeDataProbeFilter - subclass of vtkProbeFilter which supports composite datasets in the input.

Description vtkCompositeDataProbeFilter supports probing into multi-group datasets. It sequentially probes through each concrete dataset within the composite probing at only those locations at which there were no hits when probing earlier datasets. For Hierarchical datasets, this traversal through leaf datasets is done in reverse order of levels i.e. highest level first.

When dealing with composite datasets, partial arrays are common i.e. data-arrays that are not available in all of the blocks. By default, this filter only passes those point and cell data-arrays that are available in all the blocks i.e. partial array are removed. When PassPartialArrays is turned on, this behavior is changed to take a union of all arrays present thus partial arrays are passed as well. However, for composite dataset input, this filter still produces a non-composite output. For all those locations in a block of where a particular data array is missing, this filter uses vtkMath::Nan() for double and float arrays, while 0 for all other types of arrays i.e int, char etc.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkCompositeDataProbeFilter.vtkCompositeDataProbeFilter ( 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.vtkCompositeDataProbeFilter.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.vtkProbeFilter.

Reimplemented in Kitware.VTK.vtkPProbeFilter.

When dealing with composite datasets, partial arrays are common i.e. data-arrays that are not available in all of the blocks. By default, this filter only passes those point and cell data-arrays that are available in all the blocks i.e. partial array are removed. When PassPartialArrays is turned on, this behavior is changed to take a union of all arrays present thus partial arrays are passed as well. However, for composite dataset input, this filter still produces a non-composite output. For all those locations in a block of where a particular data array is missing, this filter uses vtkMath::Nan() for double and float arrays, while 0 for all other types of arrays i.e int, char etc.

override int Kitware.VTK.vtkCompositeDataProbeFilter.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProbeFilter.

Reimplemented in Kitware.VTK.vtkPProbeFilter.

static new int Kitware.VTK.vtkCompositeDataProbeFilter.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProbeFilter.

Reimplemented in Kitware.VTK.vtkPProbeFilter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProbeFilter.

Reimplemented in Kitware.VTK.vtkPProbeFilter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProbeFilter.

Reimplemented in Kitware.VTK.vtkPProbeFilter.

When dealing with composite datasets, partial arrays are common i.e. data-arrays that are not available in all of the blocks. By default, this filter only passes those point and cell data-arrays that are available in all the blocks i.e. partial array are removed. When PassPartialArrays is turned on, this behavior is changed to take a union of all arrays present thus partial arrays are passed as well. However, for composite dataset input, this filter still produces a non-composite output. For all those locations in a block of where a particular data array is missing, this filter uses vtkMath::Nan() for double and float arrays, while 0 for all other types of arrays i.e int, char etc.

When dealing with composite datasets, partial arrays are common i.e. data-arrays that are not available in all of the blocks. By default, this filter only passes those point and cell data-arrays that are available in all the blocks i.e. partial array are removed. When PassPartialArrays is turned on, this behavior is changed to take a union of all arrays present thus partial arrays are passed as well. However, for composite dataset input, this filter still produces a non-composite output. For all those locations in a block of where a particular data array is missing, this filter uses vtkMath::Nan() for double and float arrays, while 0 for all other types of arrays i.e int, char etc.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProbeFilter.

Reimplemented in Kitware.VTK.vtkPProbeFilter.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkCompositeDataProbeFilter.SetPassPartialArrays ( bool  _arg) [virtual]

When dealing with composite datasets, partial arrays are common i.e. data-arrays that are not available in all of the blocks. By default, this filter only passes those point and cell data-arrays that are available in all the blocks i.e. partial array are removed. When PassPartialArrays is turned on, this behavior is changed to take a union of all arrays present thus partial arrays are passed as well. However, for composite dataset input, this filter still produces a non-composite output. For all those locations in a block of where a particular data array is missing, this filter uses vtkMath::Nan() for double and float arrays, while 0 for all other types of arrays i.e int, char etc.

static internal int Kitware.VTK.vtkCompositeDataProbeFilter.vtkCompositeDataProbeFilter_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkCompositeDataProbeFilter.vtkCompositeDataProbeFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCompositeDataProbeFilter.vtkCompositeDataProbeFilter_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCompositeDataProbeFilter.vtkCompositeDataProbeFilter_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkCompositeDataProbeFilter.vtkCompositeDataProbeFilter_SetPassPartialArrays_09 ( HandleRef  pThis,
byte  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkCompositeDataProbeFilter.MRClassNameKey = "27vtkCompositeDataProbeFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkProbeFilter.

Reimplemented in Kitware.VTK.vtkPProbeFilter.

new const string Kitware.VTK.vtkCompositeDataProbeFilter.MRFullTypeName = "Kitware.VTK.vtkCompositeDataProbeFilter"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkProbeFilter.

Reimplemented in Kitware.VTK.vtkPProbeFilter.


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