Go to the documentation of this file.
37 #ifndef vtkPolyDataReader_h
38 #define vtkPolyDataReader_h
40 #include "vtkIOLegacyModule.h"
vtkPolyData * GetOutput()
Get the output of this reader.
helper superclass for objects that read vtk data files
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.
read vtk polygonal data file
static vtkPolyDataReader * New()
void SetOutput(vtkPolyData *output)
a simple class to control print indentation
int ReadMeshSimple(const std::string &fname, vtkDataObject *output) override
Actual reading happens here.
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkPolyData * GetOutput(int idx)
general representation of visualization data
~vtkPolyDataReader() override