31 #ifndef vtkTreeReader_h
32 #define vtkTreeReader_h
35 #include "vtkIOLegacyModule.h"
general representation of visualization data
helper superclass for objects that read vtk data files
a simple class to control print indentation
~vtkTreeReader() override
vtkTree * GetOutput()
Get the output of this reader.
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
void SetOutput(vtkTree *output)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTree * GetOutput(int idx)
static vtkTreeReader * New()
int ReadMeshSimple(const std::string &fname, vtkDataObject *output) override
Actual reading happens here.
A rooted tree data structure.