[vtkusers] VTk+JAVA = r6025 pure virtual function call
marcelo oliveira
marcelovtk at yahoo.com.br
Wed Sep 22 19:28:16 EDT 2004
Hi users !!!
Im using VTK 4.4 and Java 1.4.2_05 under Windows XP and i handle the follow error in a Runtime error message box :
"R6025 - pure virtual function call"
Tanks a lot for your help.
a peace of my code:
vtkCanvas renWin = new vtkCanvas();
renWin.setLocation(450, 10);
vtkImageViewer2 visualizaImagem = new vtkImageViewer2();
visualizaImagem.SetInput( leImagem.GetOutputImagemLida() );
visualizaImagem.SetColorWindow( window );
visualizaImagem.SetColorLevel ( level );
visualizaImagem.SetZSlice( z/2 );
renWin.GetRenderer().AddActor(visualizaImagem.GetImageActor());
this.getContentPane().add(renWin);
__________________________________________________
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/20040922/7e1fd9f0/attachment.htm>
More information about the vtkusers
mailing list