Go to the documentation of this file.
29 #ifndef vtkPDALReader_h
30 #define vtkPDALReader_h
32 #include <vtkIOPDALModule.h>
53 vtkSetStringMacro(FileName);
54 vtkGetStringMacro(FileName);
74 #endif // vtkPDALReader_h
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Core implementation of the data set reader.
void operator=(const vtkPDALReader &)=delete
a simple class to control print indentation
virtual void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Reads LIDAR data using the PDAL library.
void ReadPointRecordData(pdal::Stage &reader, vtkPolyData *pointsPolyData)
Read point record data i.e.
vtkPDALReader(const vtkPDALReader &)=delete
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPDALReader * New()
Superclass for algorithms that produce only polydata as output.