31 #ifndef __vtkPruneTreeFilter_h
32 #define __vtkPruneTreeFilter_h
34 #include "vtkInfovisCoreModule.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*);
Superclass for algorithms that produce only Tree as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent)
bool ShouldPruneParentVertex
prune a subtree out of a vtkTree
static vtkTreeAlgorithm * New()