VTK  9.4.20250102
vtkImageWrapPad.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
38#ifndef vtkImageWrapPad_h
39#define vtkImageWrapPad_h
40
41#include "vtkImagePadFilter.h"
42#include "vtkImagingCoreModule.h" // For export macro
43
44VTK_ABI_NAMESPACE_BEGIN
45class vtkInformation;
47
48class VTKIMAGINGCORE_EXPORT vtkImageWrapPad : public vtkImagePadFilter
49{
50public:
53 void PrintSelf(ostream& os, vtkIndent indent) override;
54
55protected:
56 vtkImageWrapPad() = default;
57 ~vtkImageWrapPad() override = default;
58
59 void ComputeInputUpdateExtent(int inExt[6], int outExt[6], int wholeExtent[6]) override;
61 vtkInformationVector* outputVector, vtkImageData*** inData, vtkImageData** outData, int ext[6],
62 int id) override;
63
64private:
65 vtkImageWrapPad(const vtkImageWrapPad&) = delete;
66 void operator=(const vtkImageWrapPad&) = delete;
67};
68
69VTK_ABI_NAMESPACE_END
70#endif
topologically and geometrically regular array of data
Super class for filters that fill in extra pixels.
Makes an image larger by wrapping existing data.
void ComputeInputUpdateExtent(int inExt[6], int outExt[6], int wholeExtent[6]) override
static vtkImageWrapPad * New()
vtkImageWrapPad()=default
~vtkImageWrapPad() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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,...
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.