VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Infovis
vtkCollapseGraph.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkCollapseGraph.h
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
=========================================================================*/
15
/*----------------------------------------------------------------------------
16
Copyright (c) Sandia Corporation
17
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
18
----------------------------------------------------------------------------*/
19
42
#ifndef __vtkCollapseGraph_h
43
#define __vtkCollapseGraph_h
44
45
#include "
vtkGraphAlgorithm.h
"
46
47
class
VTK_INFOVIS_EXPORT
vtkCollapseGraph
:
public
vtkGraphAlgorithm
48
{
49
public
:
50
static
vtkCollapseGraph
*
New
();
51
vtkTypeMacro(
vtkCollapseGraph
,
vtkGraphAlgorithm
);
52
void
PrintSelf
(ostream& os,
vtkIndent
indent);
53
55
void
SetGraphConnection(
vtkAlgorithmOutput
*);
57
void
SetSelectionConnection(
vtkAlgorithmOutput
*);
58
59
protected
:
60
vtkCollapseGraph
();
61
~
vtkCollapseGraph
();
62
63
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
64
65
int
RequestData
(
66
vtkInformation
*,
67
vtkInformationVector
**,
68
vtkInformationVector
*);
69
70
private
:
71
vtkCollapseGraph
(
const
vtkCollapseGraph
&);
// Not implemented
72
void
operator=(
const
vtkCollapseGraph
&);
// Not implemented
73
};
74
75
#endif
76
Generated on Wed Nov 21 2012 21:33:57 for VTK by
1.8.2