<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->imageData=vtkSmartPointer<vtkImageData>::New();<br><br>Should I call<br><br>this-imageData->Delete() in the destructor of the class?<br>
<br>Thanks<br><br>Jothy<br></div>