VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Imaging
vtkSurfaceReconstructionFilter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkSurfaceReconstructionFilter.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
=========================================================================*/
33
#ifndef __vtkSurfaceReconstructionFilter_h
34
#define __vtkSurfaceReconstructionFilter_h
35
36
#include "
vtkImageAlgorithm.h
"
37
38
class
VTK_IMAGING_EXPORT
vtkSurfaceReconstructionFilter
:
public
vtkImageAlgorithm
39
{
40
public
:
41
vtkTypeMacro(
vtkSurfaceReconstructionFilter
,
vtkImageAlgorithm
);
42
void
PrintSelf
(ostream& os,
vtkIndent
indent);
43
45
static
vtkSurfaceReconstructionFilter
*
New
();
46
48
54
vtkGetMacro(NeighborhoodSize,
int
);
55
vtkSetMacro(NeighborhoodSize,
int
);
57
59
61
vtkGetMacro(SampleSpacing,
double
);
62
vtkSetMacro(SampleSpacing,
double
);
64
65
protected
:
66
vtkSurfaceReconstructionFilter
();
67
~vtkSurfaceReconstructionFilter
() {};
68
69
virtual
int
RequestInformation
(
vtkInformation
*,
70
vtkInformationVector
**,
71
vtkInformationVector
*);
72
virtual
int
RequestData
(
vtkInformation
*,
73
vtkInformationVector
**,
74
vtkInformationVector
*);
75
76
int
NeighborhoodSize
;
77
double
SampleSpacing
;
78
79
virtual
int
FillInputPortInformation
(
int
,
vtkInformation
*);
80
81
private
:
82
vtkSurfaceReconstructionFilter
(
const
vtkSurfaceReconstructionFilter
&);
// Not implemented.
83
void
operator=(
const
vtkSurfaceReconstructionFilter
&);
// Not implemented.
84
};
85
86
#endif
87
Generated on Wed Nov 21 2012 21:33:57 for VTK by
1.8.2