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);
69 void ReadPointRecordData(pdal::Stage &reader,
vtkPolyData* pointsPolyData);
74 #endif // vtkPDALReader_h
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
Reads LIDAR data using the PDAL library.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.