[vtkusers] copy data of vtkImageData to another vtkImageData
Héber de Padua Sousa
hebersousa at gmail.com
Mon Sep 20 16:09:06 EDT 2010
How can I copy the data of vtkImageData to another vtkImageData ? I had
tried ShallowCopy, DeepCopy, StructureCopy but without sucess.
The image can't be rendering.
Ex:
imagedata2 = vtkImageData::New();
imagedata2->ShallowCopy(imagedata);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100920/1d5a25ff/attachment.htm>
More information about the vtkusers
mailing list