27#ifndef vtkPHyperTreeGridProbeFilter_h
28#define vtkPHyperTreeGridProbeFilter_h
30#include "vtkFiltersParallelModule.h"
34VTK_ABI_NAMESPACE_BEGIN
91 HYPERTREEGRID_PROBE_COMMUNICATION_TAG = 4242
abstract class to specify dataset behavior
abstract base class for objects that implement accelerated searches through HyperTree Grids (HTGs)
Probe a vtkHyperTreeGrid.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
list of point or cell ids
a simple class to control print indentation
Multiprocessing communication superclass.
probe a vtkHyperTreeGrid in parallel
bool Reduce(vtkHyperTreeGrid *source, vtkDataSet *output, vtkIdList *localPointIds) override
Helper method for reducing the distributed data to the master process.
virtual void SetController(vtkMultiProcessController *)
Set and get the controller.
vtkPHyperTreeGridProbeFilter()
Construction methods.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkPHyperTreeGridProbeFilter() override
Construction methods.
static vtkPHyperTreeGridProbeFilter * New()
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Overridden here because it is important that the input be updated on all processes.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Overridden to force UseImplicitArrays option to false.
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)