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