20 #ifndef vtkVertexDegree_h
21 #define vtkVertexDegree_h
24 #include "vtkInfovisCoreModule.h"
26 VTK_ABI_NAMESPACE_BEGIN
40 vtkSetStringMacro(OutputArrayName);
50 char* OutputArrayName;
static vtkGraphAlgorithm * New()
Adds an attribute array with the degree of each vertex.
Superclass for algorithms that produce only graph as output.
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.