VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkReebGraphToJoinSplitTreeFilter.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
=========================================================================*/
34
#ifndef __vtkReebGraphToJoinSplitTreeFilter_h
35
#define __vtkReebGraphToJoinSplitTreeFilter_h
36
37
#include "
vtkDirectedGraphAlgorithm.h
"
38
39
class
vtkReebGraph
;
40
41
class
VTK_GRAPHICS_EXPORT
vtkReebGraphToJoinSplitTreeFilter
:
42
public
vtkDirectedGraphAlgorithm
43
{
44
public
:
45
static
vtkReebGraphToJoinSplitTreeFilter
*
New
();
46
vtkTypeMacro(
vtkReebGraphToJoinSplitTreeFilter
,
47
vtkDirectedGraphAlgorithm
);
48
void
PrintSelf
(ostream& os,
vtkIndent
indent);
49
51
53
vtkSetMacro(IsSplitTree,
bool
);
54
vtkGetMacro(IsSplitTree,
bool
);
56
58
59
vtkSetMacro(FieldId,
vtkIdType
);
60
vtkGetMacro(FieldId,
vtkIdType
);
62
63
vtkReebGraph
*
GetOutput
();
64
65
protected
:
66
vtkReebGraphToJoinSplitTreeFilter
();
67
~
vtkReebGraphToJoinSplitTreeFilter
();
68
69
bool
IsSplitTree
;
70
71
vtkIdType
FieldId
;
72
73
int
FillInputPortInformation
(
int
portNumber,
vtkInformation
*);
74
int
FillOutputPortInformation
(
int
,
vtkInformation
*);
75
76
int
RequestData
(
vtkInformation
*request,
77
vtkInformationVector
**inputVector,
vtkInformationVector
*outputVector);
78
79
private
:
80
vtkReebGraphToJoinSplitTreeFilter
(
const
vtkReebGraphToJoinSplitTreeFilter
&);
// Not implemented.
81
void
operator=(
const
vtkReebGraphToJoinSplitTreeFilter
&);
// Not implemented.
82
};
83
84
#endif
Generated on Wed Nov 21 2012 21:33:48 for VTK by
1.8.2