16 #ifndef vtkPruneTreeFilter_h
17 #define vtkPruneTreeFilter_h
19 #include "vtkInfovisCoreModule.h"
22 VTK_ABI_NAMESPACE_BEGIN
24 class vtkPVXMLElement;
46 vtkGetMacro(ShouldPruneParentVertex,
bool);
47 vtkSetMacro(ShouldPruneParentVertex,
bool);
Superclass for algorithms that produce only Tree as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
bool ShouldPruneParentVertex
prune a subtree out of a vtkTree
static vtkTreeAlgorithm * New()
A rooted tree data structure.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.