[vtk-developers] SafeDownCast and wrapping
Bill Lorensen
wlorens1 at nycap.rr.com
Sun Jan 19 20:09:50 EST 2003
Folks,
The SafeDownCast method is not being wrapped. I discovered this while tacking down the reason for lack of coverage of PrintSelf methods that started recently. This led me through a twisty maze of passages.
Eventually, I discovered that the vtkParse.y code generates code for most of the methods (IsA, GetClassName, NewInstance) in the vtkTypeRevisionMacro, but not for the SafeDownCast method which is also defined in that macro.
Perhaps, someone skilled in the magic of vtkParse.y (Brad?) could add the SafeDownCast code.
Thanks,
Bill
More information about the vtk-developers
mailing list