Skip to content
Snippets Groups Projects
Commit d0d6e833 authored by David Gobbi's avatar David Gobbi
Browse files

Simplify PyVTKClass struct by removing vtk_mangle.

The vtk_mangle member was exactly the same as the python name for
the class, so it can be retrieved from the PyTypeObject.  I also
renamed the vtk_cppname member to vtk_name and renamed its attrib
to __vtkname__.  This attrib is what the VTK GetClassName() method
returns.
parent 41c65801
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment