Skip to content
  • David Gobbi's avatar
    Better overload resolution for vtkpython · 3e6f6d72
    David Gobbi authored
    Previously, the wrappers failed to disambiguate C++ overloads in
    some situations when the overloads had more than one argument.
    
    The wrappers assign a "penalty" to each argument depending on how
    well it matches the parameter type.  Previously, when comparing
    overloads, only the argument from each with the largest penalty
    was considered.  Now all arguments are considered.
    3e6f6d72