-
- Downloads
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.
Showing
- Wrapping/PythonCore/vtkPythonOverload.cxx 156 additions, 127 deletionsWrapping/PythonCore/vtkPythonOverload.cxx
- Wrapping/Tools/vtkWrapPythonConstant.c 0 additions, 2 deletionsWrapping/Tools/vtkWrapPythonConstant.c
- Wrapping/Tools/vtkWrapPythonOverload.c 177 additions, 191 deletionsWrapping/Tools/vtkWrapPythonOverload.c
Loading
Please register or sign in to comment