[vtkusers] vtkImageData::Delete()
Madhusudhanan Balasubramanian
madhu_lsu at yahoo.com
Fri Jul 9 13:00:43 EDT 2004
Hi all,
Here is a code fragment I used for allocating and deallocating vtkImageData instance.
imgData = vtkImageData::New();
.
.
imgData->Delete();
.
.
I've problem deallocating the previously allocated vtkImageData instance. It throws up exception when Delete() is called in the destructor. Do any of you know what's with this code?
Madhu.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20040709/b31e81a5/attachment.htm>
More information about the vtkusers
mailing list