 |
VTK
9.0.1
|
Go to the documentation of this file.
29 #ifndef vtkPruneTreeFilter_h
30 #define vtkPruneTreeFilter_h
32 #include "vtkInfovisCoreModule.h"
36 class vtkPVXMLElement;
58 vtkGetMacro(ShouldPruneParentVertex,
bool);
59 vtkSetMacro(ShouldPruneParentVertex,
bool);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
A rooted tree data structure.
a simple class to control print indentation
Superclass for algorithms that produce only Tree as output.
prune a subtree out of a vtkTree
~vtkPruneTreeFilter() override
static vtkPruneTreeFilter * New()
bool ShouldPruneParentVertex