-
- Downloads
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.
Showing
- Wrapping/PythonCore/CMakeLists.txt 1 addition, 1 deletionWrapping/PythonCore/CMakeLists.txt
- Wrapping/PythonCore/PyVTKClass.cxx 0 additions, 656 deletionsWrapping/PythonCore/PyVTKClass.cxx
- Wrapping/PythonCore/PyVTKMethodDescriptor.cxx 200 additions, 0 deletionsWrapping/PythonCore/PyVTKMethodDescriptor.cxx
- Wrapping/PythonCore/PyVTKMethodDescriptor.h 44 additions, 0 deletionsWrapping/PythonCore/PyVTKMethodDescriptor.h
- Wrapping/PythonCore/PyVTKObject.cxx 208 additions, 275 deletionsWrapping/PythonCore/PyVTKObject.cxx
- Wrapping/PythonCore/PyVTKObject.h 58 additions, 8 deletionsWrapping/PythonCore/PyVTKObject.h
- Wrapping/PythonCore/PyVTKSpecialObject.h 1 addition, 4 deletionsWrapping/PythonCore/PyVTKSpecialObject.h
- Wrapping/PythonCore/PyVTKTemplate.cxx 1 addition, 11 deletionsWrapping/PythonCore/PyVTKTemplate.cxx
- Wrapping/PythonCore/vtkPythonArgs.cxx 5 additions, 11 deletionsWrapping/PythonCore/vtkPythonArgs.cxx
- Wrapping/PythonCore/vtkPythonArgs.h 4 additions, 4 deletionsWrapping/PythonCore/vtkPythonArgs.h
- Wrapping/PythonCore/vtkPythonOverload.cxx 9 additions, 24 deletionsWrapping/PythonCore/vtkPythonOverload.cxx
- Wrapping/PythonCore/vtkPythonUtil.cxx 43 additions, 52 deletionsWrapping/PythonCore/vtkPythonUtil.cxx
- Wrapping/PythonCore/vtkPythonUtil.h 6 additions, 4 deletionsWrapping/PythonCore/vtkPythonUtil.h
- Wrapping/Tools/vtkWrapPython.c 2 additions, 6 deletionsWrapping/Tools/vtkWrapPython.c
- Wrapping/Tools/vtkWrapPythonClass.c 159 additions, 44 deletionsWrapping/Tools/vtkWrapPythonClass.c
- Wrapping/Tools/vtkWrapPythonTemplate.c 1 addition, 1 deletionWrapping/Tools/vtkWrapPythonTemplate.c
Loading
Please register or sign in to comment