<div class="post-text">
        <p>Hi, </p><p>I have 3d binary array which represents volume:<br>
a[x,y,z] = 0 - no object,<br>
a[x,y,z] = 1 - object region.</p>

<p>I want to save it in .vtk format and view in <a href="http://www.paraview.org/" rel="nofollow">ParaView</a>.<br>
What is the simplest way to achieve this?<br><br></p><p>I looked through the <a href="http://www.vtk.org/VTK/img/file-formats.pdf" rel="nofollow">VTK file format</a>, but I have not found direct way to achieve what I need, just via other structures..</p>
</div><div><br></div>Best wishes,
<div>Sergiy</div>