[vtkusers] Moving an ImageData

David Doria daviddoria+vtk at gmail.com
Wed Feb 10 15:54:32 EST 2010


On Wed, Feb 10, 2010 at 3:25 PM, Francois Bertel <
francois.bertel at kitware.com> wrote:

> Probably a better way is to use vtkImageChangeInformation:
>
> http://www.vtk.org/doc/nightly/html/classvtkImageChangeInformation.html
>
> because the way you do it right now is to read the file a first time,
> change the reader parameter and update the reader, this probably makes
> the process to read the same file twice. With
> vtkImageChangeInformation you just change the meta information.
>

Will do, that makes more sense, thanks.

Thanks,

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100210/7e7afb43/attachment.htm>


More information about the vtkusers mailing list