VTK  9.4.20250315
vtkPAxisAlignedReflectionFilter.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
14#ifndef vtkPAxisAlignedReflectionFilter_h
15#define vtkPAxisAlignedReflectionFilter_h
16
18#include "vtkFiltersParallelModule.h" // For export macro
19
20VTK_ABI_NAMESPACE_BEGIN
22
23class VTKFILTERSPARALLEL_EXPORT vtkPAxisAlignedReflectionFilter
25{
26public:
29 void PrintSelf(ostream& os, vtkIndent indent) override;
30
32
36 vtkGetObjectMacro(Controller, vtkMultiProcessController);
38
39protected:
42
46 void ComputeBounds(vtkDataObject* input, double bounds[6]) override;
47
48private:
50 void operator=(const vtkPAxisAlignedReflectionFilter&) = delete;
51
52 vtkMultiProcessController* Controller = nullptr;
53};
54
55VTK_ABI_NAMESPACE_END
56#endif
Reflects the input over an axis-aligned plane.
general representation of visualization data
a simple class to control print indentation
Definition vtkIndent.h:108
Multiprocessing communication superclass.
distributed version of vtkAxisAlignedReflectionFilter
void ComputeBounds(vtkDataObject *input, double bounds[6]) override
Compute the bounds of the input data object.
static vtkPAxisAlignedReflectionFilter * 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.