VTK  9.3.0
vtkPReflectionFilter.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
11 #ifndef vtkPReflectionFilter_h
12 #define vtkPReflectionFilter_h
13 
14 #include "vtkFiltersParallelModule.h" // For export macro
15 #include "vtkReflectionFilter.h"
16 
17 VTK_ABI_NAMESPACE_BEGIN
19 
20 class VTKFILTERSPARALLEL_EXPORT vtkPReflectionFilter : public vtkReflectionFilter
21 {
22 public:
25  void PrintSelf(ostream& os, vtkIndent indent) override;
26 
28 
32  vtkGetObjectMacro(Controller, vtkMultiProcessController);
34 
35 protected:
38 
42  int ComputeBounds(vtkDataObject* input, double bounds[6]) override;
43 
45 
46 private:
48  void operator=(const vtkPReflectionFilter&) = delete;
49 };
50 
51 VTK_ABI_NAMESPACE_END
52 #endif
general representation of visualization data
Definition: vtkDataObject.h:55
a simple class to control print indentation
Definition: vtkIndent.h:29
Multiprocessing communication superclass.
parallel version of vtkReflectionFilter
static vtkPReflectionFilter * New()
void SetController(vtkMultiProcessController *)
Get/Set the parallel controller.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkPReflectionFilter() override
vtkMultiProcessController * Controller
int ComputeBounds(vtkDataObject *input, double bounds[6]) override
Internal method to compute bounds.
reflects a data set across a plane