<div dir="ltr">Hi all,<br><br>This is  c++ question rather than a vtk one, sorry for that.<br><br>If I use<br><br>this-&gt;imageData=vtkSmartPointer&lt;vtkImageData&gt;::New();<br><br>Should I call<br><br>this-imageData-&gt;Delete() in the destructor of the class?<br>
<br>Thanks<br><br>Jothy<br></div>