-
- Downloads
Fix deprecated python type check in TestSubClass.
Now that the python wrappers use type objects for VTK classes, calling type(obj) returns the class type, rather than 'vtkobject'.
Please register or sign in to comment
Now that the python wrappers use type objects for VTK classes, calling type(obj) returns the class type, rather than 'vtkobject'.