VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Imaging
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 "
vtkImageSpatialAlgorithm.h
"
34
35
class
VTK_IMAGING_EXPORT
vtkImageHybridMedian2D
:
public
vtkImageSpatialAlgorithm
36
{
37
public
:
38
static
vtkImageHybridMedian2D
*
New
();
39
vtkTypeMacro(
vtkImageHybridMedian2D
,
vtkImageSpatialAlgorithm
);
40
41
protected
:
42
vtkImageHybridMedian2D
();
43
~vtkImageHybridMedian2D
() {};
44
45
void
ThreadedRequestData
(
vtkInformation
*request,
46
vtkInformationVector
**inputVector,
47
vtkInformationVector
*outputVector,
48
vtkImageData
***inData,
vtkImageData
**outData,
49
int
outExt[6],
int
id
);
50
private
:
51
vtkImageHybridMedian2D
(
const
vtkImageHybridMedian2D
&);
// Not implemented.
52
void
operator=(
const
vtkImageHybridMedian2D
&);
// Not implemented.
53
};
54
55
#endif
Generated on Fri Aug 2 2013 12:19:58 for VTK by
1.8.4