29 #ifndef vtkPDALReader_h 30 #define vtkPDALReader_h 32 #include <vtkIOPDALModule.h> 48 virtual void PrintSelf(ostream &os,
vtkIndent indent)
override;
53 vtkSetStringMacro(FileName);
54 vtkGetStringMacro(FileName);
69 void ReadPointRecordData(pdal::Stage &reader,
vtkPolyData* pointsPolyData);
74 #endif // vtkPDALReader_h
concrete dataset represents vertices, lines, polygons, and triangle strips
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
Reads LIDAR data using the PDAL library.