[vtkusers] How to represent voxel volume in .vtk file format?

Sergiy Tkachuk serg.tk at gmail.com
Sat Mar 10 00:36:23 EST 2012


Hi,

I have 3d binary array which represents volume:
a[x,y,z] = 0 - no object,
a[x,y,z] = 1 - object region.

I want to save it in .vtk format and view in ParaView<http://www.paraview.org/>
.
What is the simplest way to achieve this?

I looked through the VTK file
format<http://www.vtk.org/VTK/img/file-formats.pdf>,
but I have not found direct way to achieve what I need, just via other
structures..

Best wishes,
Sergiy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20120310/c75d0db1/attachment.htm>


More information about the vtkusers mailing list