[vtk-developers] New weakref implementation

David Gobbi david.gobbi at gmail.com
Wed Aug 18 10:42:51 EDT 2010


Hi Everyone,

I have modified vtkWeakPointer so that it uses a lightweight
weak-pointer list instead of using observers.  This means weak
pointers work with vtkObjectBase instead of requiring vtkObject.  It
also eliminates crosstalk between weak pointers and observers.

  David



More information about the vtk-developers mailing list