Backward compatibility

The VTK pipeline was redesigned but if you have not implemented your own filters then the impact is mostly changed syntax, such as rename all SetInput by SetInputData, how scalars are allocated, tuples are accessed. The most painful parts will be the build system update, GUI toolkit integration update (if you use one), and and fixing all things that just don’t work anymore due to slight VTK behavior changes.