VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Imaging
vtkImageVariance3D.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkImageVariance3D.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 __vtkImageVariance3D_h
30
#define __vtkImageVariance3D_h
31
32
33
#include "
vtkImageSpatialAlgorithm.h
"
34
35
class
vtkImageEllipsoidSource
;
36
37
class
VTK_IMAGING_EXPORT
vtkImageVariance3D
:
public
vtkImageSpatialAlgorithm
38
{
39
public
:
40
static
vtkImageVariance3D
*
New
();
41
vtkTypeMacro(
vtkImageVariance3D
,
vtkImageSpatialAlgorithm
);
42
void
PrintSelf
(ostream& os,
vtkIndent
indent);
43
47
void
SetKernelSize(
int
size0,
int
size1,
int
size2);
48
49
protected
:
50
vtkImageVariance3D
();
51
~
vtkImageVariance3D
();
52
53
vtkImageEllipsoidSource
*
Ellipse
;
54
55
virtual
int
RequestInformation
(
vtkInformation
*request,
56
vtkInformationVector
**inputVector,
57
vtkInformationVector
*outputVector);
58
59
void
ThreadedRequestData
(
vtkInformation
*request,
60
vtkInformationVector
**inputVector,
61
vtkInformationVector
*outputVector,
62
vtkImageData
***inData,
vtkImageData
**outData,
63
int
extent
[6],
int
id
);
64
virtual
int
RequestData
(
vtkInformation
*request,
65
vtkInformationVector
**inputVector,
66
vtkInformationVector
*outputVector);
67
68
private
:
69
vtkImageVariance3D
(
const
vtkImageVariance3D
&);
// Not implemented.
70
void
operator=(
const
vtkImageVariance3D
&);
// Not implemented.
71
};
72
73
#endif
Generated on Sun Sep 9 2012 13:03:40 for VTK by
1.8.1.2