VTK  9.3.20240328
vtkPProbeFilter.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
15 #ifndef vtkPProbeFilter_h
16 #define vtkPProbeFilter_h
17 
19 #include "vtkFiltersParallelModule.h" // For export macro
20 
21 VTK_ABI_NAMESPACE_BEGIN
23 
24 class VTKFILTERSPARALLEL_EXPORT vtkPProbeFilter : public vtkCompositeDataProbeFilter
25 {
26 public:
28  void PrintSelf(ostream& os, vtkIndent indent) override;
29 
30  static vtkPProbeFilter* New();
31 
33 
37  vtkGetObjectMacro(Controller, vtkMultiProcessController);
39 
40 protected:
42  ~vtkPProbeFilter() override;
43 
44  enum
45  {
46  PROBE_COMMUNICATION_TAG = 1970
47  };
48 
49  // Usual data generation method
53 
55 
56 private:
57  vtkPProbeFilter(const vtkPProbeFilter&) = delete;
58  void operator=(const vtkPProbeFilter&) = delete;
59 };
60 
61 VTK_ABI_NAMESPACE_END
62 #endif
subclass of vtkProbeFilter which supports composite datasets in the input.
a simple class to control print indentation
Definition: vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Multiprocessing communication superclass.
probe dataset in parallel
~vtkPProbeFilter() override
static vtkPProbeFilter * New()
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.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Handle composite input.
virtual void SetController(vtkMultiProcessController *)
Set and get the controller.
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447