 |
VTK
9.1.0
|
Go to the documentation of this file.
36 #ifndef vtkImageProbeFilter_h
37 #define vtkImageProbeFilter_h
40 #include "vtkImagingCoreModule.h"
115 class ProbePointsWorklet;
116 struct ProbePointsThreadLocal;
123 vtkIdType endId, ProbePointsThreadLocal* threadLocal);
vtkUnsignedCharArray * MaskScalars
represent and manipulate point attribute data
virtual void InitializeForProbing(vtkDataSet *input, vtkImageData *source, vtkDataSet *output)
Initialize the interpolator and the output arrays.
void SetSourceConnection(vtkAlgorithmOutput *algOutput)
Specify the data set that will be probed at the input points.
virtual vtkAbstractImageInterpolator * GetInterpolator()
Set the interpolator to use.
dynamic, self-adjusting array of unsigned char
~vtkImageProbeFilter() override
static vtkImageProbeFilter * New()
Superclass for algorithms that produce output of the same type as input.
vtkDataObject * GetSource()
Specify the data set that will be probed at the input points.
void DoProbing(vtkDataSet *input, vtkImageData *source, vtkDataSet *output)
Probe appropriate points (InitializeForProbing() must be called first).
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
topologically and geometrically regular array of data
a simple class to control print indentation
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks for Information.
sample image values at specified point positions
abstract class to specify dataset behavior
void Probe(vtkDataSet *input, vtkImageData *source, vtkDataSet *output)
Equivalent to calling InitializeForProbing(); DoProbing().
vtkAbstractImageInterpolator * Interpolator
virtual void SetInterpolator(vtkAbstractImageInterpolator *interpolator)
Set the interpolator to use.
Proxy object to connect input/output ports.
void SetSourceData(vtkDataObject *source)
Specify the data set that will be probed at the input points.
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
interpolate data values from images
general representation of visualization data
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.