VTK  9.4.20241121
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
17VTK_ABI_NAMESPACE_BEGIN
19
20class VTKFILTERSPARALLEL_EXPORT vtkPReflectionFilter : public vtkReflectionFilter
21{
22public:
25 void PrintSelf(ostream& os, vtkIndent indent) override;
26
28
32 vtkGetObjectMacro(Controller, vtkMultiProcessController);
34
35protected:
38
42 int ComputeBounds(vtkDataObject* input, double bounds[6]) override;
43
45
46private:
48 void operator=(const vtkPReflectionFilter&) = delete;
49};
50
51VTK_ABI_NAMESPACE_END
52#endif
general representation of visualization data
a simple class to control print indentation
Definition vtkIndent.h:108
Multiprocessing communication superclass.
parallel version of vtkReflectionFilter
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
static vtkPReflectionFilter * New()
vtkMultiProcessController * Controller
int ComputeBounds(vtkDataObject *input, double bounds[6]) override
Internal method to compute bounds.
reflects a data set across a plane