GetScalarRange will re-compute the scalar range only if the image has been modified. It has time stamps internally to avoid re-computing the scalar range during every call to GetScalarRange(). <br><br>The method SetScalarComponentFromDouble does not change the MTime of the image for efficiency.<br>
<br>Invoke Modified() on the image and then invoke GetScalarRange() and you should see it update.<br><br><br>--<br>karthik<br><br><br><br><div class="gmail_quote">On Sun, Dec 26, 2010 at 11:19 PM, Sebastien Jourdain <span dir="ltr">&lt;<a href="mailto:sebastien.jourdain@kitware.com">sebastien.jourdain@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I have no idea on the expected behavior... And I&#39;m not much familiar<br>
with imageData...<br>
<br>
Sorry,<br>
<br>
Seb<br>
<div><div></div><div class="h5"><br>
On Sun, Dec 26, 2010 at 6:27 PM, Jonathan Morra &lt;<a href="mailto:jonmorra@gmail.com">jonmorra@gmail.com</a>&gt; wrote:<br>
&gt; This would appear to work, but after<br>
&gt; calling .SetScalarComponentFromDouble(x, y, z, 0, 1) the<br>
&gt; image.GetScalarRange() still returns [0, 0] which, I would assume, it<br>
&gt; shouldn&#39;t.  Am I doing something wrong?<br>
&gt;<br>
&gt; On Sun, Dec 26, 2010 at 8:47 AM, Sebastien Jourdain<br>
&gt; &lt;<a href="mailto:sebastien.jourdain@kitware.com">sebastien.jourdain@kitware.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; If you have a scalar range on the data array and if the min/max are<br>
&gt;&gt; equal to 0, you are done...<br>
&gt;&gt;<br>
&gt;&gt; Seb<br>
&gt;&gt;<br>
&gt;&gt; On Mon, Dec 20, 2010 at 6:15 PM, Jonathan Morra &lt;<a href="mailto:jonmorra@gmail.com">jonmorra@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; Is there a way to quickly tell if a vtkImageData is blank (contains all<br>
&gt;&gt; &gt; 0&#39;s)?  I can&#39;t iterate the pixels cause I&#39;m in Java and that&#39;s too slow.<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; &gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br>