28 #ifndef vtkCollapseGraph_h
29 #define vtkCollapseGraph_h
32 #include "vtkInfovisCoreModule.h"
34 VTK_ABI_NAMESPACE_BEGIN
static vtkGraphAlgorithm * New()
"Collapses" vertices onto their neighbors.
Superclass for algorithms that produce only graph as output.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Proxy object to connect input/output ports.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.