VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
vtkRenderingVolumeModule.h
vtkFiniteDifferenceGradientEstimator::SampleSpacingInVoxels
int SampleSpacingInVoxels
Definition:
vtkFiniteDifferenceGradientEstimator.h:61
vtkFiniteDifferenceGradientEstimator
Use finite differences to estimate gradient.
Definition:
vtkFiniteDifferenceGradientEstimator.h:47
VTKRENDERINGVOLUME_EXPORT
#define VTKRENDERINGVOLUME_EXPORT
Definition:
vtkRenderingVolumeModule.h:15
vtkEncodedGradientEstimator::UpdateNormals
virtual void UpdateNormals(void)=0
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:38
vtkEncodedGradientEstimator
Superclass for gradient estimation.
Definition:
vtkEncodedGradientEstimator.h:43
vtkEncodedGradientEstimator::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkObject::New
static vtkObject * New()
vtkEncodedGradientEstimator.h
Generated on Sat Jan 3 2015 22:29:58 for VTK by
1.8.8