VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Infovis
Core
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 "vtkInfovisCoreModule.h"
// For export macro
46
#include "
vtkGraphAlgorithm.h
"
47
48
class
VTKINFOVISCORE_EXPORT
vtkCollapseGraph
:
public
vtkGraphAlgorithm
49
{
50
public
:
51
static
vtkCollapseGraph
*
New
();
52
vtkTypeMacro(
vtkCollapseGraph
,
vtkGraphAlgorithm
);
53
void
PrintSelf
(ostream& os,
vtkIndent
indent);
54
56
void
SetGraphConnection(
vtkAlgorithmOutput
*);
58
void
SetSelectionConnection(
vtkAlgorithmOutput
*);
59
60
protected
:
61
vtkCollapseGraph
();
62
~
vtkCollapseGraph
();
63
64
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
65
66
int
RequestData
(
67
vtkInformation
*,
68
vtkInformationVector
**,
69
vtkInformationVector
*);
70
71
private
:
72
vtkCollapseGraph
(
const
vtkCollapseGraph
&);
// Not implemented
73
void
operator=(
const
vtkCollapseGraph
&);
// Not implemented
74
};
75
76
#endif
77
Generated on Thu May 24 2012 22:22:25 for VTK by
1.8.1