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