ActiViz .NET
5.8.0
|
vtkCompositeDataProbeFilter - subclass of vtkProbeFilter which supports composite datasets in the input. More...
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. |
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.
static Kitware.VTK.vtkCompositeDataProbeFilter.vtkCompositeDataProbeFilter | ( | ) | [static, private] |
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.
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.
virtual bool Kitware.VTK.vtkCompositeDataProbeFilter.GetPassPartialArrays | ( | ) | [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.
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.
static new vtkCompositeDataProbeFilter Kitware.VTK.vtkCompositeDataProbeFilter.New | ( | ) | [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.
virtual void Kitware.VTK.vtkCompositeDataProbeFilter.PassPartialArraysOff | ( | ) | [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.
virtual void Kitware.VTK.vtkCompositeDataProbeFilter.PassPartialArraysOn | ( | ) | [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 new vtkCompositeDataProbeFilter Kitware.VTK.vtkCompositeDataProbeFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProbeFilter.
Reimplemented in Kitware.VTK.vtkPProbeFilter.
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 byte Kitware.VTK.vtkCompositeDataProbeFilter.vtkCompositeDataProbeFilter_GetPassPartialArrays_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCompositeDataProbeFilter.vtkCompositeDataProbeFilter_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkCompositeDataProbeFilter.vtkCompositeDataProbeFilter_IsTypeOf_03 | ( | 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 void Kitware.VTK.vtkCompositeDataProbeFilter.vtkCompositeDataProbeFilter_PassPartialArraysOff_06 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCompositeDataProbeFilter.vtkCompositeDataProbeFilter_PassPartialArraysOn_07 | ( | HandleRef | pThis | ) | [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] |
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.