31 #ifndef __vtkPruneTreeFilter_h
32 #define __vtkPruneTreeFilter_h
34 #include "vtkInfovisCoreModule.h"
35 #include "vtkTreeAlgorithm.h"
38 class vtkPVXMLElement;
45 void PrintSelf(ostream& os, vtkIndent indent);
49 vtkGetMacro(ParentVertex, vtkIdType);
50 vtkSetMacro(ParentVertex, vtkIdType);
56 vtkGetMacro(ShouldPruneParentVertex,
bool);
57 vtkSetMacro(ShouldPruneParentVertex,
bool);
69 vtkInformationVector**,
70 vtkInformationVector*);
bool ShouldPruneParentVertex
prune a subtree out of a vtkTree