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