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