How to wrap VTK-derived C++ function for Python

In the latest release, there is code in CMake/vtkModule.cmake (basic wrapping infrastructure) and CMake/vtkModuleWrapPython.cmake for Python-specific bits. Note that the VTK-provided APIs assume you’re using the CMake infrastucture provided by VTK as well.