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