[vtkusers] Deleting unknown object: vtkObject - vector of pointers?
David Doria
daviddoria+vtk at gmail.com
Tue Nov 10 16:44:24 EST 2009
On Tue, Nov 10, 2009 at 3:46 PM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
> David,
>
> Try the attached. I instrumented it with more output and ->DebugOn()
> to show register/delete's. Everything looks fine to me.
>
> Bill
Here are my outputs with and without LidarPoint->DebugOn();
http://www.rpi.edu/~doriad/VTK_List/DeletingUnknownObject/nodebug.txt
http://www.rpi.edu/~doriad/VTK_List/DeletingUnknownObject/debug.txt
In both cases, I still get a bunch of "Generic Warning: Deleting
unknown object: vtkObject "
and also:
vtkDebugLeaks has detected LEAKS!
Class "vtkRay" has 4 instances still around.
Class "vtkLidarPoint" has 4 instances still around.
Do you not get those??
Thanks,
David
More information about the vtkusers
mailing list