VTK  9.0.3
vtkImageMirrorPad.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkImageMirrorPad.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
23 #ifndef vtkImageMirrorPad_h
24 #define vtkImageMirrorPad_h
25 
26 #include "vtkImagePadFilter.h"
27 #include "vtkImagingCoreModule.h" // For export macro
28 
29 class VTKIMAGINGCORE_EXPORT vtkImageMirrorPad : public vtkImagePadFilter
30 {
31 public:
34 
35 protected:
37  ~vtkImageMirrorPad() override {}
38 
39  void ComputeInputUpdateExtent(int inExt[6], int outExt[6], int wExt[6]) override;
41  vtkInformationVector* outputVector, vtkImageData*** inData, vtkImageData** outData, int ext[6],
42  int id) override;
43 
44 private:
45  vtkImageMirrorPad(const vtkImageMirrorPad&) = delete;
46  void operator=(const vtkImageMirrorPad&) = delete;
47 };
48 
49 #endif
50 
51 // VTK-HeaderTest-Exclude: vtkImageMirrorPad.h
topologically and geometrically regular array of data
Definition: vtkImageData.h:42
Extra pixels are filled by mirror images.
~vtkImageMirrorPad() override
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.
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.