16#ifndef vtkGroupLeafVertices_h 
   17#define vtkGroupLeafVertices_h 
   19#include "vtkInfovisCoreModule.h"  
   22VTK_ABI_NAMESPACE_BEGIN
 
   39  vtkSetStringMacro(GroupDomain);
 
   40  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.