VTK  9.1.0
vtkPProbeFilter.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkPProbeFilter.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
24#ifndef vtkPProbeFilter_h
25#define vtkPProbeFilter_h
26
28#include "vtkFiltersParallelModule.h" // For export macro
29
31
32class VTKFILTERSPARALLEL_EXPORT vtkPProbeFilter : public vtkCompositeDataProbeFilter
33{
34public:
36 void PrintSelf(ostream& os, vtkIndent indent) override;
37
39
41
45 vtkGetObjectMacro(Controller, vtkMultiProcessController);
47
48protected:
50 ~vtkPProbeFilter() override;
51
52 enum
53 {
54 PROBE_COMMUNICATION_TAG = 1970
55 };
56
57 // Usual data generation method
61
63
64private:
65 vtkPProbeFilter(const vtkPProbeFilter&) = delete;
66 void operator=(const vtkPProbeFilter&) = delete;
67};
68
69#endif
subclass of vtkProbeFilter which supports composite datasets in the input.
a simple class to control print indentation
Definition: vtkIndent.h:113
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
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.
@ info
Definition: vtkX3D.h:382
@ port
Definition: vtkX3D.h:453