AW: [vtkusers] Error message when the application is ended
jiang
jiang at TI.Uni-Trier.DE
Wed Feb 25 09:03:25 EST 2004
Hi David,
Thank you for your reply. But I don't understand what do you mean
"register".
Is it the class instance which class uses vtk filters?
If the instance is pointer, I can use delete []pointer. But if it is not
pointer, only instance, what should I do?
Thanks a lot!
Chunyan Jiang
-----Ursprüngliche Nachricht-----
Von: david michell [mailto:davidmichell at rediffmail.com]
Gesendet: Mittwoch, 25. Februar 2004 12:58
An: jiang
Betreff: Re: [vtkusers] Error message when the application is ended
jiang,
you must have definitely forgotten something.
maynot be ->Delete() because as you say they are in pairs.
it can also come because you must have registered a vtk object and did not
unregister it. you can unregister it by calling ->Delete() after you are
through with using the registered object.(this is not the
->Delete() which are in pairs with ::New())
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20040225/058fad4e/attachment.htm>
More information about the vtkusers
mailing list