32 #ifndef vtkPruneTreeFilter_h 33 #define vtkPruneTreeFilter_h 35 #include "vtkInfovisCoreModule.h" 39 class vtkPVXMLElement;
61 vtkGetMacro(ShouldPruneParentVertex,
bool);
62 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.