Go to the documentation of this file.
45 #ifndef vtkGenericProbeFilter_h
46 #define vtkGenericProbeFilter_h
48 #include "vtkFiltersGenericModule.h"
void SetSourceData(vtkGenericDataSet *source)
Specify the point locations used to probe input.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIdTypeArray * ValidPoints
vtkGenericDataSet * GetSource()
defines dataset interface
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
Superclass for algorithms that produce output of the same type as input.
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
a simple class to control print indentation
~vtkGenericProbeFilter() override
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks for Information.
dynamic, self-adjusting array of vtkIdType
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
static vtkGenericProbeFilter * New()
sample data values at specified point locations