[vtk-developers] Dynamic cast - don't do it...

Lorensen, William E (Research) lorensen at crd.ge.com
Fri Apr 26 09:45:45 EDT 2002


Sorry, I already changed it with a simple cast...

-----Original Message-----
From: Will Schroeder [mailto:will.schroeder at kitware.com]
Sent: Friday, April 26, 2002 9:43 AM
To: vtk-developers at public.kitware.com
Subject: [vtk-developers] Dynamic cast - don't do it...


Hi Dean-

dynamic_cast is not allowed on many C++ compilers without specifically 
enabling RTTI. Since we don't do this by default, vtkImagePlaneWidget is 
not compiling (the SGI compiler broke).

I'm going to fix this with vtk's SafeDownCast(). Please do not check 
anything else in until we stabilize the dashboard. We are serious about 
getting everything green again.

Will 

_______________________________________________
vtk-developers mailing list
vtk-developers at public.kitware.com
http://public.kitware.com/mailman/listinfo/vtk-developers



More information about the vtk-developers mailing list