VTK  9.2.6
vtkImageHybridMedian2D.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkImageHybridMedian2D.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=========================================================================*/
39#ifndef vtkImageHybridMedian2D_h
40#define vtkImageHybridMedian2D_h
41
43#include "vtkImagingGeneralModule.h" // For export macro
44
45class VTKIMAGINGGENERAL_EXPORT vtkImageHybridMedian2D : public vtkImageSpatialAlgorithm
46{
47public:
50 void PrintSelf(ostream& os, vtkIndent indent) override;
51
52protected:
54 ~vtkImageHybridMedian2D() override = default;
55
57 vtkInformationVector* outputVector, vtkImageData*** inData, vtkImageData** outData,
58 int outExt[6], int id) override;
59
60private:
62 void operator=(const vtkImageHybridMedian2D&) = delete;
63};
64
65#endif
topologically and geometrically regular array of data
Median filter that preserves lines and corners.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkImageHybridMedian2D() override=default
static vtkImageHybridMedian2D * New()
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int outExt[6], int id) override
If the subclass does not define an Execute method, then the task will be broken up,...
Filters that operate on pixel neighborhoods.
a simple class to control print indentation
Definition vtkIndent.h:49
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.