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:
39  static vtkImageHybridMedian2D *New();
41 
42 protected:
45 
46  void ThreadedRequestData(vtkInformation *request,
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
Store vtkAlgorithm input/output information.
topologically and geometrically regular array of data
Definition: vtkImageData.h:44
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
Filters that operate on pixel neighborhoods.
#define VTKIMAGINGGENERAL_EXPORT
Store zero or more vtkInformation instances.
static vtkImageSpatialAlgorithm * New()
Median filter that preserves lines and corners.