<div dir="ltr">I finally found out that the problem was reading from itk.<div><br></div><div>My itk::Image object had 2 dimensions, so I set it to 3 and now I can get the frames from vtk.</div><div><br></div><div>Hope that this helps somebody too.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-08-29 1:29 GMT+02:00 Marcos <span dir="ltr"><<a href="mailto:fotosentido@gmail.com" target="_blank">fotosentido@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I'm using itk::ImageToVTKImageFilter to connect itk::ImageFileReader with vtkImageViewer2.</div><div><br></div><div>I can visualize my image in QVTKWidget.</div><div><br></div><div>I'd like to access every frame, but vtkImageViewer2::getMaxSlice() is returning 0 every time.</div><div><br></div><div>I'm connecting the pipeline with:</div><div><br></div><div><pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(128,0,0)">imageData</span><span style="color:rgb(0,0,0)">-></span><span style="font-style:italic;color:rgb(0,0,0)">DeepCopy</span><span style="color:rgb(0,0,0)">(</span><span style="color:rgb(0,0,0)">connector</span><span style="color:rgb(0,0,0)">-></span><span style="color:rgb(0,0,0)">GetOutput</span><span style="color:rgb(0,0,0)">());</span></pre>
<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(128,0,0)">imageViewer</span><span style="color:rgb(0,0,0)">-></span><span style="font-style:italic;color:rgb(0,0,0)">SetInputData</span><span style="color:rgb(0,0,0)">(</span><span style="color:rgb(128,0,0)">imageData</span><span style="color:rgb(0,0,0)">);</span></pre></div><div><br></div><div>I understand that in VTK 6 this is the way.</div><div><br></div><div>Could I access to every frame from VTK?</div><div><br></div><div>Thanks.</div></div>
</blockquote></div><br></div>