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