31 #ifndef __vtkPruneTreeFilter_h
32 #define __vtkPruneTreeFilter_h
34 #include "vtkInfovisCoreModule.h"
38 class vtkPVXMLElement;
56 vtkGetMacro(ShouldPruneParentVertex,
bool);
57 vtkSetMacro(ShouldPruneParentVertex,
bool);
Superclass for algorithms that produce only Tree as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
bool ShouldPruneParentVertex
prune a subtree out of a vtkTree
static vtkTreeAlgorithm * New()
A rooted tree data structure.