37 #ifndef __vtkTableToTreeFilter_h
38 #define __vtkTableToTreeFilter_h
40 #include "vtkInfovisCoreModule.h"
41 #include "vtkTreeAlgorithm.h"
48 void PrintSelf(ostream& os, vtkIndent indent);
56 vtkInformationVector**,
57 vtkInformationVector*);
59 int FillOutputPortInformation(
60 int vtkNotUsed(port), vtkInformation* info);
61 int FillInputPortInformation(
62 int vtkNotUsed(port), vtkInformation* info);
Filter that converts a vtkTable to a vtkTree.