VTK  9.3.20240329
vtkLASRasterReader Class Reference

Reads LIDAR data saved using the LAS file format. More...

#include <vtkLASReader.h>

Detailed Description

Reads LIDAR data saved using the LAS file format.

vtkLASReader is a source object that reads LIDAR data saved using the LAS file format. This reader uses the libLAS library. It produces a vtkPolyData with point data arrays: "intensity": vtkUnsignedShortArray "classification": vtkUnsignedCharArray (optional) "color": vtkUnsignedShortArray (optional)

See also
vtkPolyData

The documentation for this class was generated from the following file: