21 #ifndef vtkPHyperTreeGridProbeFilter_h
22 #define vtkPHyperTreeGridProbeFilter_h
24 #include "vtkFiltersParallelModule.h"
28 VTK_ABI_NAMESPACE_BEGIN
77 HYPERTREEGRID_PROBE_COMMUNICATION_TAG = 4242
89 #endif // vtkPHyperTreeGridProbeFilter_h
static vtkHyperTreeGridProbeFilter * New()
abstract class to specify dataset behavior
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Methods for processing requests.
probe a vtkHyperTreeGrid in parallel
a simple class to control print indentation
list of point or cell ids
Probe a vtkHyperTreeGrid.
abstract base class for objects that implement accelerated searches through HyperTree Grids (HTGs) ...
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
virtual bool Reduce(vtkHyperTreeGrid *source, vtkDataSet *output, vtkIdList *localPointIds)
Helper method for reducing the data after probing.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Multiprocessing communication superclass.