ActiViz .NET
5.8.0
|
vtkProbePolyhedron - probe/interpolate data values in the interior, exterior or of the surface of a closed, manifold polyhedron More...
Public Member Functions | |
vtkProbePolyhedron (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkProbePolyhedron () | |
Standard methods for instantiable (i.e., concrete) class. | |
virtual int | GetProbeCellData () |
Specify whether to probe (and hence produce) cell data. The interpolated point data of the source will produce the output cell data (output cells are passed from the input cells). Note that the probing of the input uses the centers of the cells as the probe position. | |
virtual int | GetProbePointData () |
Specify whether to probe (and hence produce) point data. The interpolated point data of the source will produce the output point data (output points are passed from the input points). | |
vtkPolyData | GetSource () |
Specify the point locations used to probe input. Any geometry can be used. Old style. Do not use unless for backwards compatibility. | |
override int | IsA (string type) |
Standard methods for instantiable (i.e., concrete) class. | |
new vtkProbePolyhedron | NewInstance () |
Standard methods for instantiable (i.e., concrete) class. | |
virtual void | ProbeCellDataOff () |
Specify whether to probe (and hence produce) cell data. The interpolated point data of the source will produce the output cell data (output cells are passed from the input cells). Note that the probing of the input uses the centers of the cells as the probe position. | |
virtual void | ProbeCellDataOn () |
Specify whether to probe (and hence produce) cell data. The interpolated point data of the source will produce the output cell data (output cells are passed from the input cells). Note that the probing of the input uses the centers of the cells as the probe position. | |
virtual void | ProbePointDataOff () |
Specify whether to probe (and hence produce) point data. The interpolated point data of the source will produce the output point data (output points are passed from the input points). | |
virtual void | ProbePointDataOn () |
Specify whether to probe (and hence produce) point data. The interpolated point data of the source will produce the output point data (output points are passed from the input points). | |
virtual void | SetProbeCellData (int _arg) |
Specify whether to probe (and hence produce) cell data. The interpolated point data of the source will produce the output cell data (output cells are passed from the input cells). Note that the probing of the input uses the centers of the cells as the probe position. | |
virtual void | SetProbePointData (int _arg) |
Specify whether to probe (and hence produce) point data. The interpolated point data of the source will produce the output point data (output points are passed from the input points). | |
void | SetSource (vtkPolyData source) |
Specify the point locations used to probe input. Any geometry can be used. Old style. Do not use unless for backwards compatibility. | |
void | SetSourceConnection (vtkAlgorithmOutput algOutput) |
Specify the point locations used to probe input. Any geometry can be used. New style. Equivalent to SetInputConnection(1, algOutput). | |
Static Public Member Functions | |
static new vtkProbePolyhedron | New () |
Standard methods for instantiable (i.e., concrete) class. | |
static new int | IsTypeOf (string type) |
Standard methods for instantiable (i.e., concrete) class. | |
static new vtkProbePolyhedron | SafeDownCast (vtkObjectBase o) |
Standard methods for instantiable (i.e., concrete) class. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkProbePolyhedron" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "18vtkProbePolyhedron" |
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 | vtkProbePolyhedron_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkProbePolyhedron_GetProbeCellData_01 (HandleRef pThis) |
static internal int | vtkProbePolyhedron_GetProbePointData_02 (HandleRef pThis) |
static internal IntPtr | vtkProbePolyhedron_GetSource_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkProbePolyhedron_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkProbePolyhedron_IsTypeOf_05 (string type) |
static internal IntPtr | vtkProbePolyhedron_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkProbePolyhedron_ProbeCellDataOff_08 (HandleRef pThis) |
static internal void | vtkProbePolyhedron_ProbeCellDataOn_09 (HandleRef pThis) |
static internal void | vtkProbePolyhedron_ProbePointDataOff_10 (HandleRef pThis) |
static internal void | vtkProbePolyhedron_ProbePointDataOn_11 (HandleRef pThis) |
static internal IntPtr | vtkProbePolyhedron_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkProbePolyhedron_SetProbeCellData_13 (HandleRef pThis, int _arg) |
static internal void | vtkProbePolyhedron_SetProbePointData_14 (HandleRef pThis, int _arg) |
static internal void | vtkProbePolyhedron_SetSource_15 (HandleRef pThis, HandleRef source) |
static internal void | vtkProbePolyhedron_SetSourceConnection_16 (HandleRef pThis, HandleRef algOutput) |
Static Private Member Functions | |
static | vtkProbePolyhedron () |
Automatically generated type registration mechanics. |
vtkProbePolyhedron - probe/interpolate data values in the interior, exterior or of the surface of a closed, manifold polyhedron
Description vtkProbePolyhedron 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 Source geometric structure is passed through the filter. The point attributes are computed at the Input point positions by interpolating into the source data. In this filter, the Source is always a closed, non-self-intersecting, polyhedral mesh. For example, we can compute data values on a plane (plane specified as Input) from a triangle mesh (e.g., output of marching cubes).
This filter can be used to resample data from a mesh onto a different dataset type. For example, a polyhedral mesh (vtkPolyData) 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 a mesh to produce x-y plots along that line or curve.
static Kitware.VTK.vtkProbePolyhedron.vtkProbePolyhedron | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkProbePolyhedron.vtkProbePolyhedron | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Standard methods for instantiable (i.e., concrete) class.
override void Kitware.VTK.vtkProbePolyhedron.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.
virtual int Kitware.VTK.vtkProbePolyhedron.GetProbeCellData | ( | ) | [virtual] |
Specify whether to probe (and hence produce) cell data. The interpolated point data of the source will produce the output cell data (output cells are passed from the input cells). Note that the probing of the input uses the centers of the cells as the probe position.
virtual int Kitware.VTK.vtkProbePolyhedron.GetProbePointData | ( | ) | [virtual] |
Specify whether to probe (and hence produce) point data. The interpolated point data of the source will produce the output point data (output points are passed from the input points).
Specify the point locations used to probe input. Any geometry can be used. Old style. Do not use unless for backwards compatibility.
override int Kitware.VTK.vtkProbePolyhedron.IsA | ( | string | type | ) | [virtual] |
Standard methods for instantiable (i.e., concrete) class.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new int Kitware.VTK.vtkProbePolyhedron.IsTypeOf | ( | string | type | ) | [static] |
Standard methods for instantiable (i.e., concrete) class.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new vtkProbePolyhedron Kitware.VTK.vtkProbePolyhedron.New | ( | ) | [static] |
Standard methods for instantiable (i.e., concrete) class.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Standard methods for instantiable (i.e., concrete) class.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
virtual void Kitware.VTK.vtkProbePolyhedron.ProbeCellDataOff | ( | ) | [virtual] |
Specify whether to probe (and hence produce) cell data. The interpolated point data of the source will produce the output cell data (output cells are passed from the input cells). Note that the probing of the input uses the centers of the cells as the probe position.
virtual void Kitware.VTK.vtkProbePolyhedron.ProbeCellDataOn | ( | ) | [virtual] |
Specify whether to probe (and hence produce) cell data. The interpolated point data of the source will produce the output cell data (output cells are passed from the input cells). Note that the probing of the input uses the centers of the cells as the probe position.
virtual void Kitware.VTK.vtkProbePolyhedron.ProbePointDataOff | ( | ) | [virtual] |
Specify whether to probe (and hence produce) point data. The interpolated point data of the source will produce the output point data (output points are passed from the input points).
virtual void Kitware.VTK.vtkProbePolyhedron.ProbePointDataOn | ( | ) | [virtual] |
Specify whether to probe (and hence produce) point data. The interpolated point data of the source will produce the output point data (output points are passed from the input points).
static new vtkProbePolyhedron Kitware.VTK.vtkProbePolyhedron.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard methods for instantiable (i.e., concrete) class.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
virtual void Kitware.VTK.vtkProbePolyhedron.SetProbeCellData | ( | int | _arg | ) | [virtual] |
Specify whether to probe (and hence produce) cell data. The interpolated point data of the source will produce the output cell data (output cells are passed from the input cells). Note that the probing of the input uses the centers of the cells as the probe position.
virtual void Kitware.VTK.vtkProbePolyhedron.SetProbePointData | ( | int | _arg | ) | [virtual] |
Specify whether to probe (and hence produce) point data. The interpolated point data of the source will produce the output point data (output points are passed from the input points).
void Kitware.VTK.vtkProbePolyhedron.SetSource | ( | vtkPolyData | source | ) |
Specify the point locations used to probe input. Any geometry can be used. Old style. Do not use unless for backwards compatibility.
void Kitware.VTK.vtkProbePolyhedron.SetSourceConnection | ( | vtkAlgorithmOutput | algOutput | ) |
Specify the point locations used to probe input. Any geometry can be used. New style. Equivalent to SetInputConnection(1, algOutput).
static internal int Kitware.VTK.vtkProbePolyhedron.vtkProbePolyhedron_GetProbeCellData_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkProbePolyhedron.vtkProbePolyhedron_GetProbePointData_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkProbePolyhedron.vtkProbePolyhedron_GetSource_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkProbePolyhedron.vtkProbePolyhedron_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkProbePolyhedron.vtkProbePolyhedron_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkProbePolyhedron.vtkProbePolyhedron_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkProbePolyhedron.vtkProbePolyhedron_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkProbePolyhedron.vtkProbePolyhedron_ProbeCellDataOff_08 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkProbePolyhedron.vtkProbePolyhedron_ProbeCellDataOn_09 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkProbePolyhedron.vtkProbePolyhedron_ProbePointDataOff_10 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkProbePolyhedron.vtkProbePolyhedron_ProbePointDataOn_11 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkProbePolyhedron.vtkProbePolyhedron_SafeDownCast_12 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkProbePolyhedron.vtkProbePolyhedron_SetProbeCellData_13 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkProbePolyhedron.vtkProbePolyhedron_SetProbePointData_14 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkProbePolyhedron.vtkProbePolyhedron_SetSource_15 | ( | HandleRef | pThis, |
HandleRef | source | ||
) | [private] |
static internal void Kitware.VTK.vtkProbePolyhedron.vtkProbePolyhedron_SetSourceConnection_16 | ( | HandleRef | pThis, |
HandleRef | algOutput | ||
) | [private] |
new readonly string Kitware.VTK.vtkProbePolyhedron.MRClassNameKey = "18vtkProbePolyhedron" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
new const string Kitware.VTK.vtkProbePolyhedron.MRFullTypeName = "Kitware.VTK.vtkProbePolyhedron" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.