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