32#ifndef vtkTableToTreeFilter_h
33#define vtkTableToTreeFilter_h
35#include "vtkInfovisCoreModule.h"
a simple class to control print indentation
Filter that converts a vtkTable to a vtkTree.
int FillOutputPortInformation(int vtkNotUsed(port), vtkInformation *info) override
static vtkTableToTreeFilter * New()
int FillInputPortInformation(int vtkNotUsed(port), vtkInformation *info) override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkTableToTreeFilter() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only Tree as output.