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

Simplify type check for overload resolution.

The overloaded method resolution code in vtkPythonOverload.cxx used to
make assumptions about type based on the class name (e.g. vtk types start
with "vtk", python types start with "Py").  Now a distinct character code
is used for each type.
parent 74de9b8c
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