 |
VTK
9.1.0
|
Go to the documentation of this file.
140 #ifndef vtkPolyDataReader_h
141 #define vtkPolyDataReader_h
144 #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
int ReadMeshSimple(VTK_FILEPATH const std::string &fname, vtkDataObject *output) override
Actual reading happens here.
static vtkPolyDataReader * New()
void SetOutput(vtkPolyData *output)
Get the output of this reader.
a simple class to control print indentation
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkPolyData * GetOutput(int idx)
Get the output of this reader.
general representation of visualization data
~vtkPolyDataReader() override