Skip to content
  • David Gobbi's avatar
    Simplify type check for overload resolution. · c4aaab42
    David Gobbi authored
    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.
    c4aaab42