43#ifndef vtkProbePolyhedron_h 
   44#define vtkProbePolyhedron_h 
   48#include "vtkFiltersGeneralModule.h"  
   50VTK_ABI_NAMESPACE_BEGIN
 
Proxy object to connect input/output ports.
 
dynamic, self-adjusting array of char
 
Superclass for algorithms that produce output of the same type as input.
 
dynamic, self-adjusting array of vtkIdType
 
a simple class to control print indentation
 
selectively filter points
 
concrete dataset represents vertices, lines, polygons, and triangle strips
 
probe/interpolate data values in the interior, exterior or of the surface of a closed,...
 
vtkTypeBool ProbePointData
 
vtkTypeBool ProbeCellData
 
void SetSourceData(vtkPolyData *source)
Specify the point locations used to probe input.
 
static vtkProbePolyhedron * New()
Standard methods for instantiable (i.e., concrete) class.
 
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks for Information.
 
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
 
~vtkProbePolyhedron() override
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiable (i.e., concrete) class.
 
vtkPolyData * GetSource()
Specify the point locations used to probe input.
 
void SetSourceConnection(vtkAlgorithmOutput *algOutput)
Specify the point locations used to probe input.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
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 *)