[vtkusers] sturctured to unstructured vtk

David E DeMarle dave.demarle at kitware.com
Thu Jan 28 09:11:51 EST 2016


Apply vtkDataSetSurfaceFlter to convert it into vtkPolyData (quads or
triangles - corresponding to the skin of the image data).
Apply vtkDataSetTriangleFilter to convert it into vtkUnstructuredGrid
(tetrahedra - corresponding to the entire image data.




David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909

On Thu, Jan 28, 2016 at 12:22 AM, kitlu s <s.kitlu at gmail.com> wrote:

> Hello everyone,
>
> I want to convert nrrd file into vtk file., i am doing this by python
> script
> using itk and vtk library but vtk what is generated is structured vtk but
> i
> want polydata or unstructured vtk.
>
> So is there any script using which we convert nrrd into unstructured vtk
> or
> polydata vtk ???
>
> Please guide.
>
> Thanks in advance
>
> Regards,
> S.kitlu
>
> _______________________________________________
> 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
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160128/a11b8081/attachment.html>


More information about the vtkusers mailing list