VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Rendering
Volume
vtkFiniteDifferenceGradientEstimator.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkFiniteDifferenceGradientEstimator.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
=========================================================================*/
15
41
#ifndef __vtkFiniteDifferenceGradientEstimator_h
42
#define __vtkFiniteDifferenceGradientEstimator_h
43
44
#include "vtkRenderingVolumeModule.h"
// For export macro
45
#include "
vtkEncodedGradientEstimator.h
"
46
47
class
VTKRENDERINGVOLUME_EXPORT
vtkFiniteDifferenceGradientEstimator
:
public
vtkEncodedGradientEstimator
48
{
49
public
:
50
vtkTypeMacro(
vtkFiniteDifferenceGradientEstimator
,
vtkEncodedGradientEstimator
);
51
void
PrintSelf
( ostream& os,
vtkIndent
indent );
52
55
static
vtkFiniteDifferenceGradientEstimator
*
New
();
56
58
60
vtkSetMacro( SampleSpacingInVoxels,
int
);
61
vtkGetMacro( SampleSpacingInVoxels,
int
);
63
64
// The sample spacing between samples taken for the normal estimation
65
int
SampleSpacingInVoxels
;
66
67
protected
:
68
vtkFiniteDifferenceGradientEstimator
();
69
~
vtkFiniteDifferenceGradientEstimator
();
70
71
73
74
void
UpdateNormals
(
void
);
75
private
:
76
vtkFiniteDifferenceGradientEstimator
(
const
vtkFiniteDifferenceGradientEstimator
&);
// Not implemented.
77
void
operator=(
const
vtkFiniteDifferenceGradientEstimator
&);
// Not implemented.
78
};
80
81
82
#endif
Generated on Thu May 24 2012 22:22:37 for VTK by
1.8.1