VTK
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 =========================================================================*/
29 #ifndef vtkImageHybridMedian2D_h
30 #define vtkImageHybridMedian2D_h
31 
32 
33 #include "vtkImagingGeneralModule.h" // For export macro
35 
37 {
38 public:
41 
42 protected:
45 
47  vtkInformationVector **inputVector,
48  vtkInformationVector *outputVector,
49  vtkImageData ***inData, vtkImageData **outData,
50  int outExt[6], int id);
51 private:
52  vtkImageHybridMedian2D(const vtkImageHybridMedian2D&); // Not implemented.
53  void operator=(const vtkImageHybridMedian2D&); // Not implemented.
54 };
55 
56 #endif
57 // VTK-HeaderTest-Exclude: vtkImageHybridMedian2D.h
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkImageHybridMedian2D::New
static vtkImageHybridMedian2D * New()
vtkImageHybridMedian2D::vtkImageHybridMedian2D
vtkImageHybridMedian2D()
vtkImageHybridMedian2D::~vtkImageHybridMedian2D
~vtkImageHybridMedian2D()
Definition: vtkImageHybridMedian2D.h:44
vtkImagingGeneralModule.h
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:45
VTKIMAGINGGENERAL_EXPORT
#define VTKIMAGINGGENERAL_EXPORT
Definition: vtkImagingGeneralModule.h:15
vtkImageSpatialAlgorithm.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkImageHybridMedian2D::ThreadedRequestData
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int outExt[6], int id)
vtkImageHybridMedian2D
Median filter that preserves lines and corners.
Definition: vtkImageHybridMedian2D.h:37
vtkImageSpatialAlgorithm
Filters that operate on pixel neighborhoods.
Definition: vtkImageSpatialAlgorithm.h:34