[vtkusers] vtkImageData::Delete()
Veerapuram Varadhan
v.varadhan at gmail.com
Tue Jul 13 01:12:32 EDT 2004
Hi Madhu,
Is imgData a member of any of your classes? If so, are you
instantiating it in the constructor of the class? Could you give me
more hint about the code snippet, probably, i will able to share my
experience, since, i too once faced such problems.
V. Varadhan.
----- Original Message -----
From: Madhusudhanan Balasubramanian <madhu_lsu at yahoo.com>
Date: Fri, 9 Jul 2004 10:00:43 -0700 (PDT)
Subject: [vtkusers] vtkImageData::Delete()
To: vtkusers at vtk.org
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
More information about the vtkusers
mailing list