[vtkusers] Plot large number of point cloud

John Durkin jrd5084 at psu.edu
Wed Jun 10 09:25:40 EDT 2009


Hi Diluka,

Try using vtkMaskPoint.  It can remove a random sample of your points,
effectively making your point cloud less dense.  Let me know how it
goes.


-John

On Wed, Jun 10, 2009 at 6:27 AM, Diluka Moratuwage<dilukamdp at gmail.com> wrote:
> Hi all,
>  I'm using a program to plot a huge number of points using vtk. My program
> is a two threaded program, in which one thread reads data from a file and
> another thread plots the read data using vtk. My program seems very
> non-responsive due to the huge loop inside the displaying function, which
> plots the large number of data points. Do you have any idea to improve my
> code so that I can make if more responsive to mouse events (such as zoom in
> and so on..)
>
> Thanks,
> Diluka.
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>



More information about the vtkusers mailing list