<div dir="ltr">Hi Daniel,<div><br></div><div>I think that you need vtkImageImport:</div><div><a href="https://lorensen.github.io/VTKExamples/site/Cxx/Images/ImageImport/">https://lorensen.github.io/VTKExamples/site/Cxx/Images/ImageImport/</a><br></div><div><br></div><div> - David</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 29, 2017 at 11:20 AM, Daniel Minsky <span dir="ltr"><<a href="mailto:minsky@tandar.cnea.gov.ar" target="_blank">minsky@tandar.cnea.gov.ar</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear all,<br>
<br>
I am very new to VTK, I could follow the C++ examples to read an image from disk, however I would like to generate the image inside my program with some voxel data coming from other object in my code.<br>
<br>
I would like to generate a vtkImageData with a regular 3d voxel grid values. I do have all the unsigned_char 100x200x40 voxels in a unsigned char array. All voxels are cubic with 1cm side.<br>
<br>
How do I feed the vtkImageData object with my data array?<br>
<br>
How do I use the vtkImageData? The vtkImageData does not have the GetOutputPort() method to feed a Mapper and I am very confused about the correct pipeline.<br>
<br>
My final goal is to make a 3d image of the data within an upper and lower thresholds and an arbitrary plane slice.<br>
<br>
Kind regards,<br>
<br>
Daniel<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Dr. Daniel Minsky<br>
Investigador CONICET - CNEA<br>
Departamento de Física<br>
Centro Atómico Constituyentes - Comisión Nacional de Energía Atómica<br>
Av. Gral. Paz 1499 (B1650KNA) San Martín - Pcia. de Buenos Aires - Argentina<br>
Tel: <a href="tel:%2B54%2011%206772%207913" value="+541167727913" target="_blank">+54 11 6772 7913</a><br>
Fax: <a href="tel:%2B54%2011%206772%207121" value="+541167727121" target="_blank">+54 11 6772 7121</a><br>
e-mail: <a href="mailto:minsky@tandar.cnea.gov.ar" target="_blank">minsky@tandar.cnea.gov.ar</a><br></font></span></blockquote></div></div></div>