38 #ifndef vtkTableToTreeFilter_h 
   39 #define vtkTableToTreeFilter_h 
   41 #include "vtkInfovisCoreModule.h"  
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm. 
 
Superclass for algorithms that produce only Tree as output. 
 
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass. 
 
a simple class to control print indentation 
 
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm. 
 
static vtkTreeAlgorithm * New()
 
Filter that converts a vtkTable to a vtkTree. 
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.