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

Will Schroeder will.schroeder at kitware.com
Fri Apr 26 09:43:16 EDT 2002


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 




More information about the vtk-developers mailing list