VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkReebGraphSimplificationFilter.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
=========================================================================*/
25
#ifndef __vtkReebGraphSimplificationFilter_h
26
#define __vtkReebGraphSimplificationFilter_h
27
28
#include "
vtkDirectedGraphAlgorithm.h
"
29
30
class
vtkReebGraph
;
31
class
vtkReebGraphSimplificationMetric
;
32
33
class
VTK_GRAPHICS_EXPORT
vtkReebGraphSimplificationFilter
:
34
public
vtkDirectedGraphAlgorithm
35
{
36
public
:
37
static
vtkReebGraphSimplificationFilter
*
New
();
38
vtkTypeMacro(
vtkReebGraphSimplificationFilter
,
vtkDirectedGraphAlgorithm
);
39
void
PrintSelf
(ostream& os,
vtkIndent
indent);
40
42
44
vtkSetMacro(SimplificationThreshold,
double
);
45
vtkGetMacro(SimplificationThreshold,
double
);
47
50
void
SetSimplificationMetric(
vtkReebGraphSimplificationMetric
*metric);
51
52
vtkReebGraph
*
GetOutput
();
53
54
protected
:
55
vtkReebGraphSimplificationFilter
();
56
~
vtkReebGraphSimplificationFilter
();
57
58
double
SimplificationThreshold
;
59
60
vtkReebGraphSimplificationMetric
*
SimplificationMetric
;
61
62
int
FillInputPortInformation
(
int
portNumber,
vtkInformation
*);
63
int
FillOutputPortInformation
(
int
,
vtkInformation
*);
64
65
int
RequestData
(
vtkInformation
*request,
66
vtkInformationVector
**inputVector,
vtkInformationVector
*outputVector);
67
68
private
:
69
vtkReebGraphSimplificationFilter
(
const
vtkReebGraphSimplificationFilter
&);
// Not implemented.
70
void
operator=(
const
vtkReebGraphSimplificationFilter
&);
// Not implemented.
71
};
72
73
#endif
Generated on Fri Aug 2 2013 12:19:49 for VTK by
1.8.4