Make more classes python-wrappable.
This change is necessary in order to make ParaView build with the wrap-python-exclude branch of VTK vtk/vtk!634 (merged). By default, VTK attempts to wrap many more classes than before, and this uncovered problems with ParaView's VTK extension classes (e.g. missing method implementations, unexported symbols).