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