VTK  9.3.0
vtkImageMirrorPad.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
23 #ifndef vtkImageMirrorPad_h
24 #define vtkImageMirrorPad_h
25 
26 #include "vtkImagePadFilter.h"
27 #include "vtkImagingCoreModule.h" // For export macro
28 
29 VTK_ABI_NAMESPACE_BEGIN
30 class VTKIMAGINGCORE_EXPORT vtkImageMirrorPad : public vtkImagePadFilter
31 {
32 public:
35  void PrintSelf(ostream& os, vtkIndent indent) override;
36 
37 protected:
38  vtkImageMirrorPad() = default;
39  ~vtkImageMirrorPad() override = default;
40 
41  void ComputeInputUpdateExtent(int inExt[6], int outExt[6], int wExt[6]) override;
43  vtkInformationVector* outputVector, vtkImageData*** inData, vtkImageData** outData, int ext[6],
44  int id) override;
45 
46 private:
47  vtkImageMirrorPad(const vtkImageMirrorPad&) = delete;
48  void operator=(const vtkImageMirrorPad&) = delete;
49 };
50 
51 VTK_ABI_NAMESPACE_END
52 #endif
topologically and geometrically regular array of data
Definition: vtkImageData.h:52
Extra pixels are filled by mirror images.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkImageMirrorPad * New()
vtkImageMirrorPad()=default
~vtkImageMirrorPad() override=default
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int ext[6], int id) override
If the subclass does not define an Execute method, then the task will be broken up,...
void ComputeInputUpdateExtent(int inExt[6], int outExt[6], int wExt[6]) override
Super class for filters that fill in extra pixels.
a simple class to control print indentation
Definition: vtkIndent.h:38
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.