[vtkusers] Access violation in vtkDataSetMapper
Dubois, John R (MED)
John.Dubois at med.ge.com
Thu Sep 4 09:58:58 EDT 2003
Thanks, but this was no help...
-----Original Message-----
From: de Boer Ingo [mailto:I.deBoer at polytec.de]
Sent: Thursday, September 04, 2003 9:36 AM
To: Dubois, John R (MED); vtkusers at vtk.org
Subject: AW: [vtkusers] Access violation in vtkDataSetMapper
Hi,
> m_mapper->Delete(); // access violation on exit
Are you sure this comes from the mapper ? I do the same without any
problems...
I have had problems with the renderer, because you have to set the
window to NULL and Delete afterwards, like:
vtkRenderer->SetRenderWindow(NULL);
vtkRenderer->Delete();
greets
Ingo
More information about the vtkusers
mailing list