Dear VTK Users,<br><br>I&#39;m having quite some difficulties understanding
the purpose of the Update() method. I&#39;m trying to time parts of an isosurface algorithm  and depending on whether or not I use the Update()
method on the reader, isosurface, etc, the time varies significantly
... or is pretty much constant... for different data sizes.<br>
<br>Just for reading the different data, it takes about 10^-4 for each
of the data sets with no call to Update(), so it&#39;s constant. However, if I call the
Update on the reader, as soon as I read the data, the time varies from
1 second to about 60 seconds for the sets.<br>
<br>It appears that the image is the same, with or without Update().<br><br>Can
someone help me understand the &quot;mystery&quot;? What is VTK doing with the
data when Update is called on the reader or the geometry (e.g. isosurface)?<br>
<br>Thank you,<br><font color="#888888">Elena</font>