VTK  9.4.20241016
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
43#ifndef vtkImageMirrorPad_h
44#define vtkImageMirrorPad_h
45
46#include "vtkImagePadFilter.h"
47#include "vtkImagingCoreModule.h" // For export macro
48
49VTK_ABI_NAMESPACE_BEGIN
50class VTKIMAGINGCORE_EXPORT vtkImageMirrorPad : public vtkImagePadFilter
51{
52public:
55 void PrintSelf(ostream& os, vtkIndent indent) override;
56
57protected:
58 vtkImageMirrorPad() = default;
59 ~vtkImageMirrorPad() override = default;
60
61 void ComputeInputUpdateExtent(int inExt[6], int outExt[6], int wExt[6]) override;
63 vtkInformationVector* outputVector, vtkImageData*** inData, vtkImageData** outData, int ext[6],
64 int id) override;
65
66private:
67 vtkImageMirrorPad(const vtkImageMirrorPad&) = delete;
68 void operator=(const vtkImageMirrorPad&) = delete;
69};
70
71VTK_ABI_NAMESPACE_END
72#endif
topologically and geometrically regular array of data
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.
vtkImageMirrorPad()=default
~vtkImageMirrorPad() override=default
static vtkImageMirrorPad * New()
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:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.