27 #ifndef vtkImageProbeFilter_h
28 #define vtkImageProbeFilter_h
31 #include "vtkImagingCoreModule.h"
33 VTK_ABI_NAMESPACE_BEGIN
107 class ProbePointsWorklet;
108 struct ProbePointsThreadLocal;
109 struct ProbePointsThreadStruct;
116 vtkIdType endId, ProbePointsThreadLocal* threadLocal);
119 VTK_ABI_NAMESPACE_END
interpolate data values from images
represent and manipulate point attribute data
abstract class to specify dataset behavior
vtkAbstractImageInterpolator * Interpolator
virtual vtkAbstractImageInterpolator * GetInterpolator()
Set the interpolator to use.
Proxy object to connect input/output ports.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
topologically and geometrically regular array of data
vtkUnsignedCharArray * MaskScalars
sample image values at specified point positions
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
dynamic, self-adjusting array of unsigned char
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks for Information.
Superclass for algorithms that produce output of the same type as input.
general representation of visualization data
static vtkDataSetAlgorithm * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.