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

Create a PyTypeObject for each wrapped vtk class.

This is the first step towards Python 3 compatibility. Wrapped VTK classes
used to use the old-style python metaclass mechanism, and they worked like
the old-style classes from python 1 and python 2. Now each wrapped VTK
class is a new-style class with its own PyTypeObject.
parent ecf9b650
No related branches found
No related tags found
No related merge requests found
Showing
with 742 additions and 1101 deletions
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