31 #ifndef vtkPolyDataReader_h
32 #define vtkPolyDataReader_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
read vtk polygonal data file
~vtkPolyDataReader() override
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
vtkPolyData * GetOutput(int idx)
int ReadMeshSimple(const std::string &fname, vtkDataObject *output) override
Actual reading happens here.
vtkPolyData * GetOutput()
Get the output of this reader.
void SetOutput(vtkPolyData *output)
static vtkPolyDataReader * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
concrete dataset represents vertices, lines, polygons, and triangle strips