Go to the documentation of this file.
55 #ifndef vtkProbePolyhedron_h
56 #define vtkProbePolyhedron_h
58 #include "vtkFiltersGeneralModule.h"
~vtkProbePolyhedron() override
void SetSourceConnection(vtkAlgorithmOutput *algOutput)
Specify the point locations used to probe input.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks for Information.
probe/interpolate data values in the interior, exterior or of the surface of a closed,...
static vtkProbePolyhedron * New()
Standard methods for instantiable (i.e., concrete) class.
vtkTypeBool ProbePointData
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.
dynamic, self-adjusting array of char
void SetSourceData(vtkPolyData *source)
Specify the point locations used to probe input.
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.
a simple class to control print indentation
selectively filter points
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkPolyData * GetSource()
dynamic, self-adjusting array of vtkIdType
vtkTypeBool ProbeCellData
Proxy object to connect input/output ports.
concrete dataset represents vertices, lines, polygons, and triangle strips