VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Filters
ReebGraph
vtkReebGraphVolumeSkeletonFilter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: $RCSfile$
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
=========================================================================*/
46
#ifndef __vtkReebGraphVolumeSkeletonFilter_h
47
#define __vtkReebGraphVolumeSkeletonFilter_h
48
49
#include "vtkFiltersReebGraphModule.h"
// For export macro
50
#include "
vtkDataObjectAlgorithm.h
"
51
52
class
vtkReebGraph
;
53
class
vtkTable
;
54
55
class
VTKFILTERSREEBGRAPH_EXPORT
vtkReebGraphVolumeSkeletonFilter
:
56
public
vtkDataObjectAlgorithm
57
{
58
public
:
59
static
vtkReebGraphVolumeSkeletonFilter
*
New
();
60
vtkTypeMacro(
vtkReebGraphVolumeSkeletonFilter
,
61
vtkDataObjectAlgorithm
);
62
void
PrintSelf
(ostream& os,
vtkIndent
indent);
63
65
67
vtkSetMacro(NumberOfSamples,
int
);
68
vtkGetMacro(NumberOfSamples,
int
);
70
72
73
vtkSetMacro(NumberOfSmoothingIterations,
int
);
74
vtkGetMacro(NumberOfSmoothingIterations,
int
);
76
78
79
vtkSetMacro(FieldId,
vtkIdType
);
80
vtkGetMacro(FieldId,
vtkIdType
);
82
83
vtkTable
*
GetOutput
();
84
85
protected
:
86
vtkReebGraphVolumeSkeletonFilter
();
87
~
vtkReebGraphVolumeSkeletonFilter
();
88
89
vtkIdType
FieldId
;
90
int
NumberOfSamples,
NumberOfSmoothingIterations
;
91
92
int
FillInputPortInformation
(
int
portNumber,
vtkInformation
*);
93
int
FillOutputPortInformation
(
int
portNumber,
vtkInformation
*
info
);
94
95
int
RequestData
(
vtkInformation
*request,
96
vtkInformationVector
**inputVector,
vtkInformationVector
*outputVector);
97
98
private
:
99
vtkReebGraphVolumeSkeletonFilter
(
const
vtkReebGraphVolumeSkeletonFilter
&);
// Not implemented.
100
void
operator=(
const
vtkReebGraphVolumeSkeletonFilter
&);
// Not implemented.
101
};
102
103
#endif
Generated on Thu May 24 2012 22:22:23 for VTK by
1.8.1