38 #ifndef __vtkVertexDegree_h
39 #define __vtkVertexDegree_h
41 #include "vtkInfovisCoreModule.h"
50 void PrintSelf(ostream& os, vtkIndent indent);
55 vtkSetStringMacro(OutputArrayName);
62 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
66 char* OutputArrayName;
static vtkGraphAlgorithm * New()
Adds an attribute array with the degree of each vertex.
Superclass for algorithms that produce only graph as output.
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)