<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi all,</p>
<p><br>
</p>
<p>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?</p>
<p><br>
</p>
<p>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:</p>
<p><font color="#757b80">if ( this->Input->ShouldIReleaseData() )<br>
      this->Input->ReleaseData();</font><br>
Should I just delete it?</p>
<p><br>
</p>
<p>Thanks in advance,</p>
<p>Nicole<br>
</p>
</div>
</body>
</html>