[vtkusers] Migration to VTK 6 - ShouldIReleaseData
Nicole Kovacs
nkovac2 at uwo.ca
Mon Jun 22 16:18:13 EDT 2015
Hi all,
As I'm reading the documentation about migration to VTK 6, I got confused regarding ShouldIReleaseData. Should it be completely removed or should it be replaced by something else?
I'm not experienced with VTK, but I'm trying to learn as I upgrade some code to VTK 6. I've encountered the following piece of code:
if ( this->Input->ShouldIReleaseData() )
this->Input->ReleaseData();
Should I just delete it?
Thanks in advance,
Nicole
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150622/6c5889f5/attachment.html>
More information about the vtkusers
mailing list