29#ifndef vtkGroupLeafVertices_h
30#define vtkGroupLeafVertices_h
32#include "vtkInfovisCoreModule.h"
51 vtkSetStringMacro(GroupDomain);
52 vtkGetStringMacro(GroupDomain);
Filter that expands a tree, categorizing leaf vertices.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkGroupLeafVertices * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkGroupLeafVertices() override
a simple class to control print indentation
Superclass for algorithms that produce only Tree as output.