How to decimate a vtkPoints ?

Hello,
How can I decimate a vtkPoints object (with a good distribution of points) to display only a part of the points ?
Thanks for your help

Try vtkMaskPoints. Also, if you are building from VTK master, you might also try vtkStaticCleanPolyData (with RemoveUnusedPointsOff()).