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

vtkGenericProbeFilter - sample data values at specified point locations More...

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

List of all members.

Public Member Functions

 vtkGenericProbeFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkGenericProbeFilter ()
 Undocumented Block.
vtkGenericDataSet GetSource ()
 Specify the point locations used to probe input. A generic dataset type is assumed.
virtual vtkIdTypeArray GetValidPoints ()
 Get the list of point ids in the output that contain attribute data interpolated from the source.
override int IsA (string type)
 Undocumented Block.
new vtkGenericProbeFilter NewInstance ()
 Undocumented Block.
void SetSource (vtkGenericDataSet source)
 Specify the point locations used to probe input. A generic dataset type is assumed.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "21vtkGenericProbeFilter"
 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 vtkGenericProbeFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGenericProbeFilter_GetSource_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGenericProbeFilter_GetValidPoints_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkGenericProbeFilter_IsA_03 (HandleRef pThis, string type)
static internal int vtkGenericProbeFilter_IsTypeOf_04 (string type)
static internal IntPtr vtkGenericProbeFilter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGenericProbeFilter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGenericProbeFilter_SetSource_08 (HandleRef pThis, HandleRef source)

Static Private Member Functions

static vtkGenericProbeFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGenericProbeFilter - sample data values at specified point locations

Description vtkGenericProbeFilter is a filter that computes point attributes (e.g., scalars, vectors, etc.) at specified point positions. The filter has two inputs: the Input and Source. The Input geometric structure is passed through the filter. The point attributes are computed at the Input point positions by interpolating into the source data. For example, we can compute data values on a plane (plane specified as Input) from a volume (Source).

This filter can be used to resample data, or convert one dataset form into another. For example, a generic dataset can be probed with a volume (three-dimensional vtkImageData), and then volume rendering techniques can be used to visualize the results. Another example: a line or curve can be used to probe data to produce x-y plots along that line or curve.

This filter has been implemented to operate on generic datasets, rather than the typical vtkDataSet (and subclasses). vtkGenericDataSet is a more complex cousin of vtkDataSet, typically consisting of nonlinear, higher-order cells. To process this type of data, generic cells are automatically tessellated into linear cells prior to isocontouring.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkGenericProbeFilter.vtkGenericProbeFilter ( 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.vtkGenericProbeFilter.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.vtkDataSetAlgorithm.

Specify the point locations used to probe input. A generic dataset type is assumed.

Here is the call graph for this function:

Get the list of point ids in the output that contain attribute data interpolated from the source.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Here is the call graph for this function:

Specify the point locations used to probe input. A generic dataset type is assumed.

static internal IntPtr Kitware.VTK.vtkGenericProbeFilter.vtkGenericProbeFilter_GetSource_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericProbeFilter.vtkGenericProbeFilter_GetValidPoints_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkGenericProbeFilter.vtkGenericProbeFilter_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkGenericProbeFilter.vtkGenericProbeFilter_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkGenericProbeFilter.vtkGenericProbeFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericProbeFilter.vtkGenericProbeFilter_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericProbeFilter.vtkGenericProbeFilter_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGenericProbeFilter.vtkGenericProbeFilter_SetSource_08 ( HandleRef  pThis,
HandleRef  source 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkGenericProbeFilter.MRClassNameKey = "21vtkGenericProbeFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.


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