Skip to content

Improvements to the pts reader

Ken Martin requested to merge ken-martin/vtk:better_pts_reader into master

The reader now has options to skip loading cells and lumninance.

It also now reports progress at regular intervals and supports aborting.

It now will far more accurately honor the requested maximum number of points.

It uses far less memory when a maximum number of points is specified.

Merge request reports