VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dox
Imaging
General
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
34
#include "
vtkImageSpatialAlgorithm.h
"
35
36
class
VTKIMAGINGGENERAL_EXPORT
vtkImageHybridMedian2D
:
public
vtkImageSpatialAlgorithm
37
{
38
public
:
39
static
vtkImageHybridMedian2D
*
New
();
40
vtkTypeMacro(
vtkImageHybridMedian2D
,
vtkImageSpatialAlgorithm
);
41
42
protected
:
43
vtkImageHybridMedian2D
();
44
~vtkImageHybridMedian2D
() {}
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
vtkImageSpatialAlgorithm.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:85
vtkImagingGeneralModule.h
vtkImageHybridMedian2D::~vtkImageHybridMedian2D
~vtkImageHybridMedian2D()
Definition:
vtkImageHybridMedian2D.h:44
vtkImageData
topologically and geometrically regular array of data
Definition:
vtkImageData.h:44
vtkThreadedImageAlgorithm::ThreadedRequestData
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
vtkImageSpatialAlgorithm
Filters that operate on pixel neighborhoods.
Definition:
vtkImageSpatialAlgorithm.h:33
VTKIMAGINGGENERAL_EXPORT
#define VTKIMAGINGGENERAL_EXPORT
Definition:
vtkImagingGeneralModule.h:15
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:40
vtkImageSpatialAlgorithm::New
static vtkImageSpatialAlgorithm * New()
vtkImageHybridMedian2D
Median filter that preserves lines and corners.
Definition:
vtkImageHybridMedian2D.h:36
Generated on Wed Dec 16 2015 17:14:59 for VTK by
1.8.9.1