STYLE: Replace VTK_OVERRIDE with override
This commit replaces occurences of the VTK_OVERRIDE macro with override. This one-liner was used to perform the update:
git grep -l "VTK_OVERRIDE" | fgrep -v CMakeLists.txt |fgrep -v .cmake | xargs sed -i '' -e "s/VTK_OVERRIDE/override/g"