140#ifndef vtkUnstructuredGridReader_h
141#define vtkUnstructuredGridReader_h
144#include "vtkIOLegacyModule.h"
general representation of visualization data
helper superclass for objects that read vtk data files
a simple class to control print indentation
read vtk unstructured grid data file
int ReadMeshSimple(VTK_FILEPATH const std::string &fname, vtkDataObject *output) override
Actual reading happens here.
vtkUnstructuredGrid * GetOutput(int idx)
Get the output of this reader.
vtkUnstructuredGridReader()
vtkUnstructuredGrid * GetOutput()
Get the output of this reader.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkUnstructuredGridReader() override
static vtkUnstructuredGridReader * New()
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
void SetOutput(vtkUnstructuredGrid *output)
Get the output of this reader.
dataset represents arbitrary combinations of all possible cell types