Skip to content

Introduce vtkArrayRename filter

Nicolas Vuaille requested to merge nicolas.vuaille/vtk:ArrayRename into master
  • Allows to set up a mapping between input name and output name
  • This mapping is Attributes type dependant
  • Has utilities methods to set up mapping for each attribute type
  • Arrays are Shallow Copied to the output when possible.
  • String arrays are deep copied (no Shallow Copy available)

Merge request reports