<html>
Hello Audrius,<br>
<br>
It looks like just a few methods are being depricated - <br>
<br>
&nbsp; // Description:<br>
&nbsp; // These methods will be removed in a future version of VTK.&nbsp;
Do not<br>
&nbsp; // use them.<br>
#ifndef VTK_REMOVE_LEGACY_CODE<br>
&nbsp; void SetOutputAlwaysCenteredOnInput(int yesno) {<br>
&nbsp;&nbsp;&nbsp; vtkWarningMacro(&quot;method will be eliminated in a
future version of VTK&quot;);<br>
&nbsp;&nbsp;&nbsp; if (this-&gt;OutputAlwaysCenteredOnInput == yesno) {
return; }<br>
&nbsp;&nbsp;&nbsp; this-&gt;OutputAlwaysCenteredOnInput = yesno;
this-&gt;Modified(); };<br>
&nbsp; vtkGetMacro(OutputAlwaysCenteredOnInput, int);<br>
&nbsp; vtkBooleanMacro(OutputAlwaysCenteredOnInput, int);<br>
#endif&nbsp; <br>
<br>
<br>
Sincerely,<br>
<br>
Lisa S. Avila<br>
Kitware, Inc.<br>
<br>
<br>
At 10:07 AM 4/25/2001, Audrius Stundzia wrote:<br>
<blockquote type=cite class=cite cite>Dear Vtk Support,<br>
&nbsp;<br>
While running the latest nightly release I received a vtk message<br>
message warning that D. Gobbi's useful vtkImageReslice, the K-Tel wonder
tool (It reslices! It redices!) of vtk, is going to be removed from
future releases. <br>
&nbsp;<br>
My questions are <br>
&nbsp;<br>
o Why?<br>
&nbsp;<br>
o What is going to replace it?<br>
&nbsp;<br>
Enquiring minds would like to know. Thanks. <br>
&nbsp;<br>
Sincerely, <br>
&nbsp;<br>
Audrius Stundzia<br>
<br>
<hr>
Get Your Private, Free E-mail from MSN Hotmail at
<a href="http://www.hotmail.com">http://www.hotmail.com</a>.</blockquote></html>