[vtk-developers] New weakref implementation
Utkarsh Ayachit
utkarsh.ayachit at kitware.com
Fri Aug 20 11:47:39 EDT 2010
Cool. That looks neat.
Thanks
Utkarsh
On Fri, Aug 20, 2010 at 11:08 AM, David Gobbi <david.gobbi at gmail.com> wrote:
> Yup, it's all in there. And I added a regression test, since weak
> pointers didn't have a test before.
>
> David
>
> On Fri, Aug 20, 2010 at 7:51 AM, Marcus D. Hanwell
> <marcus.hanwell at kitware.com> wrote:
>> It is already in VTK as far as I can tell,
>> commit 6270dbe5b266a814224c20333bd9d56fcd04b207 from August 18.
>> Marcus
>>
>> On Fri, Aug 20, 2010 at 9:34 AM, Utkarsh Ayachit
>> <utkarsh.ayachit at kitware.com> wrote:
>>>
>>> That sounds great. Is the code available somewhere?
>>>
>>> Utkarsh
>>>
>>> On Wed, Aug 18, 2010 at 10:42 AM, David Gobbi <david.gobbi at gmail.com>
>>> wrote:
>>> > 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
>>> > _______________________________________________
>>> > Powered by www.kitware.com
>>> >
>>> > Visit other Kitware open-source projects at
>>> > http://www.kitware.com/opensource/opensource.html
>>> >
>>> > Follow this link to subscribe/unsubscribe:
>>> > http://www.vtk.org/mailman/listinfo/vtk-developers
>>> >
>>> >
>>> _______________________________________________
>>> Powered by www.kitware.com
>>>
>>> Visit other Kitware open-source projects at
>>> http://www.kitware.com/opensource/opensource.html
>>>
>>> Follow this link to subscribe/unsubscribe:
>>> http://www.vtk.org/mailman/listinfo/vtk-developers
>>>
>>
>>
>
More information about the vtk-developers
mailing list