Skip to content

Add an bound based apporach to the vtkMaskPoint

Charles Gueunet requested to merge charles.gueunet/vtk:UniformBounds into master

This MR brings a new way to mask points randomly in a data set using the bounds. Random locations are picked and the closest point is chosen each time.

@keu-sciviz please review.

Merge request reports