Hello everyone,<br><br>I have a question about resource management in VTK.<br><br>Say, I have read a 3d volume with a vtkImageReader2 based object.<br><br>Now, I have a reslicer and I pipe the input of the reader to the reslicer
<br><br>so, <br>reslicer->SetInput(myReader->GetOutput());<br>myreader->Delete();<br><br>Now, later somewhere if I do..<br><br>reslicer->SetInput(0);<br><br>Will this release the memory resources associated with the volume data?
<br><br>Thanks,<br><br>Luc<br>