31 #ifndef vtkPruneTreeFilter_h
32 #define vtkPruneTreeFilter_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
#define VTKINFOVISCORE_EXPORT
prune a subtree out of a vtkTree
static vtkTreeAlgorithm * New()
A rooted tree data structure.