[vtkusers] problem exception
Bobby sC
flowent57 at hotmail.fr
Sun May 21 18:58:22 EDT 2006
Hi,
I tested :
vtkConeSource *cone = vtkConeSource::New();
cone->SetHeight(3.0);
cone->SetRadius(1.0);
cone->SetResolution(10);
vtlPolyData *poly = vtkPolyData::New();
poly = cone->GetOutPut();
vtkPoints *points = vtkPoints::New();
points->InsertPoint(0, -1.5, 0, 1);
poly->deletePoint(0); // error
I have a exception : access memory...... why ?
Thnak you
_________________________________________________________________
Windows Live Messenger : venez tester la version bêta !
http://www.ideas.live.com/programpage.aspx?versionId=0eccd94b-eb48-497c-8e60-c6313f7ebb73
More information about the vtkusers
mailing list