[vtkusers] Re: question of deprecated methods.
Dongbai Guo
guodongbai at gmail.com
Sun Mar 20 20:56:36 EST 2005
My applogy, didn't check carefully.
I don't have an instance of ImageReader
but rather an instance of vtkTIFFReader.
Probably vtkTIFFReader changed its super class from
vtkImageReader to vtkImageReader2.
Thanks for the quick response.
Dongbai
Goodwin Lawlor wrote:
>"Dongbai Guo" <guodongbai at gmail.com> wrote in message
>news:423DB845.10809 at gmail.com...
>
>
>>I have an older copy of VTK (2.4?) that a program compiled on.
>>trying to migrate to 4.2
>>Some methods perhaps have been deprecated.
>>For example:
>>use to have:
>>vtkImageReader::SetDataVOI(...).
>>This method has gone. Perhaps superseded by:
>>vtkImageReader2::SetDataExtent(...).
>>
>>
>>
>>I couldn't remember what the definition/functionality for SetDataVOI was
>>and how it differs from SetDataExtent. Is there a place I can download
>>older documentation/check how methods get deprecated and replaced
>>by which?
>>
>>thanks
>>Dongbai
>>
>>
>
>Hi Dongbai,
>
>It seems to me that vtkImageReader::SetDataVOI hasn't been depreciated.
>There are links to the online docs from 3.2 onwards on the vtk homepage. If
>you use a depreciated method a generic warning is ususal triggered to let
>you know
>
>hth
>
>Goodwin
>
>
>
>_______________________________________________
>This is the private VTK discussion list.
>Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>Follow this link to subscribe/unsubscribe:
>http://www.vtk.org/mailman/listinfo/vtkusers
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20050320/d61ee1de/attachment.htm>
More information about the vtkusers
mailing list