17#ifndef vtkVertexDegree_h
18#define vtkVertexDegree_h
21#include "vtkInfovisCoreModule.h"
23VTK_ABI_NAMESPACE_BEGIN
37 vtkSetStringMacro(OutputArrayName);
47 char* OutputArrayName;
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.
static vtkVertexDegree * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkVertexDegree() override