 |
VTK
9.1.0
|
Go to the documentation of this file.
46 #ifndef vtkSimplePointsReader_h
47 #define vtkSimplePointsReader_h
49 #include "vtkIOLegacyModule.h"
~vtkSimplePointsReader() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSetFilePathMacro(FileName)
Set/Get the name of the file from which to read points.
Read a list of points from a file.
static vtkSimplePointsReader * New()
a simple class to control print indentation
vtkGetFilePathMacro(FileName)
Set/Get the name of the file from which to read points.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Superclass for algorithms that produce only polydata as output.