23 #ifndef __vtkPProbeFilter_h
24 #define __vtkPProbeFilter_h
26 #include "vtkFiltersParallelModule.h"
29 class vtkMultiProcessController;
35 void PrintSelf(ostream& os, vtkIndent indent);
41 virtual void SetController(vtkMultiProcessController*);
42 vtkGetObjectMacro(Controller, vtkMultiProcessController);
52 PROBE_COMMUNICATION_TAG=1970
56 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
57 virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
58 virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
vtkMultiProcessController * Controller
subclass of vtkProbeFilter which supports composite datasets in the input.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
probe dataset in parallel
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkCompositeDataProbeFilter * New()
void PrintSelf(ostream &os, vtkIndent indent)