[vtkusers] Read ply point cloud?

David Doria daviddoria at gmail.com
Thu Mar 3 10:32:47 EST 2016


On Thu, Mar 3, 2016 at 9:23 AM, Bruno Oliveira <
bruno.manata.oliveira at gmail.com> wrote:

> I meant a point cloud PLY file, i.e., a PLY file which only contains
> "element vertex" entries
>

I'm not sure without trying it, but my guess is that you end up with a
vtkPolyData that has no topology. Running vtkVertexGlyphFilter on it should
get you the visualizable point cloud you're expecting:

http://www.vtk.org/Wiki/VTK/Examples/Cxx/Filtering/VertexGlyphFilter

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160303/2b66856b/attachment.html>


More information about the vtkusers mailing list