<html>
Hello Audrius,<br>
<br>
It looks like just a few methods are being depricated - <br>
<br>
// Description:<br>
// These methods will be removed in a future version of VTK.
Do not<br>
// use them.<br>
#ifndef VTK_REMOVE_LEGACY_CODE<br>
void SetOutputAlwaysCenteredOnInput(int yesno) {<br>
vtkWarningMacro("method will be eliminated in a
future version of VTK");<br>
if (this->OutputAlwaysCenteredOnInput == yesno) {
return; }<br>
this->OutputAlwaysCenteredOnInput = yesno;
this->Modified(); };<br>
vtkGetMacro(OutputAlwaysCenteredOnInput, int);<br>
vtkBooleanMacro(OutputAlwaysCenteredOnInput, int);<br>
#endif <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>
<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>
<br>
My questions are <br>
<br>
o Why?<br>
<br>
o What is going to replace it?<br>
<br>
Enquiring minds would like to know. Thanks. <br>
<br>
Sincerely, <br>
<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>