vtkNew and vtkSmartPointer

Coincidentally, I just did a merge request, replacing New() and Delete() by vtkNew, within vtkCurvatures.cxx:

https://gitlab.kitware.com/vtk/vtk/commit/0766e230b2702cdfe96582b702d25bfb32484751?merge_request_iid=5284

vtkNew appears very convenient to me, but please tell me if you prefer vtkSmartPointer in this case. I won’t mind amending the commit.