43#ifndef vtkCollapseGraph_h
44#define vtkCollapseGraph_h
46#include "vtkInfovisCoreModule.h"
Proxy object to connect input/output ports.
"Collapses" vertices onto their neighbors.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void SetSelectionConnection(vtkAlgorithmOutput *)
Convenience function provided for setting the selection input.
void SetGraphConnection(vtkAlgorithmOutput *)
Convenience function provided for setting the graph input.
int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
static vtkCollapseGraph * New()
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation