39 #ifndef vtkVertexDegree_h
40 #define vtkVertexDegree_h
43 #include "vtkInfovisCoreModule.h"
58 vtkSetStringMacro(OutputArrayName);
68 char* OutputArrayName;
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
Adds an attribute array with the degree of each vertex.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkVertexDegree * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkVertexDegree() override