Skip to content

vtkDataSetAttribute::CopyData ambiguity fix

  • vtkDataSetAttributes::CopyData change:

    A templated method was making possible to have a new InsertTuples method in vtkAbstractArray without compile-time ambiguity. Instead, for the sake of simplicity, it is renamed InsertTuplesStartingAt.

  • vtkAbstractArray::InsertTuples -> vtkAbstractArray::InsertTuplesStartingAt

    A templated method was making possible to have a new InsertTuples method in vtkAbstractArray without compile-time ambiguity. Instead, for the sake of simplicity, it is renamed InsertTuplesStartingAt.

Edited by Yohann Bearzi (Kitware)

Merge request reports