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