28#ifndef vtkMultiNewickTreeReader_h
29#define vtkMultiNewickTreeReader_h
32#include "vtkIOInfovisModule.h"
general representation of visualization data
helper superclass for objects that read vtk data files
a simple class to control print indentation
read multiple vtkTrees from Newick formatted file
int ReadMeshSimple(VTK_FILEPATH const std::string &fname, vtkDataObject *output) override
Actual reading happens here.
vtkMultiPieceDataSet * GetOutput(int idx)
Get the output of this reader.
vtkMultiNewickTreeReader()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
static vtkMultiNewickTreeReader * New()
void SetOutput(vtkMultiPieceDataSet *output)
Get the output of this reader.
~vtkMultiNewickTreeReader() override
vtkMultiPieceDataSet * GetOutput()
Get the output of this reader.
composite dataset to encapsulates pieces of dataset.
read vtkTree from Newick formatted file