On Wed, Jun 22, 2011 at 1:57 PM, Shead, Timothy <<a href="mailto:tshead@sandia.gov">tshead@sandia.gov</a>> wrote:<br>><br>> As an aside, thanks to some recent work by David Gobbi, we should never have to call FastDelete() from Python; if you have a Python script that leaks references to VTK objects, it's an error-of-omission that needs to be fixed in the Python wrappings.<br>

<br><div>Going a bit further even than that, in VTK 6.0 the functions Register(), UnRegister(), and FastDelete() will probably be removed from python completely.  Only GetReferenceCount() and SetReferenceCount() will remain, the former for diagnostic purposes and the latter because people know that they're playing with fire when they use it.</div>

<div><br></div><div>  - David</div>