I have a question about using vtk inside Java.
Is it neccessary to call Delete() on something like a vtkImageData object, or is the memory safely released when it falls out of Scope or is set to null?
I have a question about using vtk inside Java.
Is it neccessary to call Delete() on something like a vtkImageData object, or is the memory safely released when it falls out of Scope or is set to null?