Skip to content

Make vector setters const

Michael Migliore requested to merge michael.migliore/vtk:const-setters into master

Using vector setters with const arrays is not possible and force the user to copy it.
This MR adds the const qualifier to the setters.

Merge request reports