15#ifndef vtkPProbeFilter_h 
   16#define vtkPProbeFilter_h 
   19#include "vtkFiltersParallelModule.h"  
   21VTK_ABI_NAMESPACE_BEGIN
 
   46    PROBE_COMMUNICATION_TAG = 1970
 
subclass of vtkProbeFilter which supports composite datasets in the input.
 
a simple class to control print indentation
 
Multiprocessing communication superclass.
 
probe dataset in parallel
 
~vtkPProbeFilter() override
 
vtkMultiProcessController * Controller
 
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.
 
int FillInputPortInformation(int port, vtkInformation *info) override
Change input information to accept composite datasets as the input which is probed into.
 
static vtkPProbeFilter * New()
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Handle composite input.
 
virtual void SetController(vtkMultiProcessController *)
Set and get the controller.