VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkPolyDataToReebGraphFilter.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
=========================================================================*/
28
#ifndef __vtkPolyDataToReebGraphFilter_h
29
#define __vtkPolyDataToReebGraphFilter_h
30
31
#include "
vtkDirectedGraphAlgorithm.h
"
32
33
class
vtkReebGraph
;
34
35
class
VTK_GRAPHICS_EXPORT
vtkPolyDataToReebGraphFilter
:
36
public
vtkDirectedGraphAlgorithm
37
{
38
public
:
39
static
vtkPolyDataToReebGraphFilter
*
New
();
40
vtkTypeMacro(
vtkPolyDataToReebGraphFilter
,
vtkDirectedGraphAlgorithm
);
41
void
PrintSelf
(ostream& os,
vtkIndent
indent);
42
44
45
vtkSetMacro(FieldId,
int
);
46
vtkGetMacro(FieldId,
int
);
48
49
vtkReebGraph
*
GetOutput
();
50
51
52
protected
:
53
vtkPolyDataToReebGraphFilter
();
54
~
vtkPolyDataToReebGraphFilter
();
55
56
int
FieldId
;
57
58
int
FillInputPortInformation
(
int
portNumber,
vtkInformation
*);
59
int
FillOutputPortInformation
(
int
,
vtkInformation
*);
60
61
int
RequestData
(
vtkInformation
*,
62
vtkInformationVector
**,
63
vtkInformationVector
*);
64
65
private
:
66
vtkPolyDataToReebGraphFilter
(
const
vtkPolyDataToReebGraphFilter
&);
67
// Not implemented.
68
void
operator=(
const
vtkPolyDataToReebGraphFilter
&);
// Not implemented.
69
};
70
71
#endif
Generated on Wed Nov 21 2012 21:33:48 for VTK by
1.8.2