Import 2017-06-07 23:51:09: master 505c0fad

Author Committer Branch Timestamp Parent
msmolens msmolens master 2016-07-08 13:53:29 master 3bb52864
Changeset

COMP: Update usage of deprecated vtkDataArrayTemplate

VTK has deprecated vtkDataArrayTemplate in favor of vtkAOSDataArrayTemplate. As
part of that change, several vtkDataArrayTemplate methods were deprecated and
replaced.

This commit updates references to vtkDataArrayTemplate and replaces calls to the
following deprecated methods as indicated:

  • GetTupleValue (old) to GetTypedTuple (new)
  • SetTupleValue (old) to SetTypedTuple (new)

See https://github.com/Kitware/VTK/commit/06e98d0 and
https://github.com/Kitware/VTK/commit/893fb6e.

Co-authored-by: Adam Rankin <arankin@robarts.ca>
Co-authored-by: Max Smolens <max.smolens@kitware.com>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@25220 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Libs/MRML/Core/vtkMRMLDoubleArrayNode.cxx Diff File
mod - Libs/vtkITK/vtkITKArchetypeDiffusionTensorImageReaderFile.cxx Diff File
mod - Libs/vtkITK/vtkITKArchetypeImageSeriesScalarReader.cxx Diff File
mod - Libs/vtkITK/vtkITKArchetypeImageSeriesVectorReaderFile.cxx Diff File
mod - Libs/vtkITK/vtkITKArchetypeImageSeriesVectorReaderSeries.cxx Diff File
mod - Libs/vtkITK/vtkITKImageWriter.cxx Diff File
mod - Libs/vtkITK/vtkITKLevelTracing3DImageFilter.cxx Diff File
mod - Libs/vtkITK/vtkITKLevelTracingImageFilter.cxx Diff File
mod - Libs/vtkITK/vtkITKTimeSeriesDatabase.cxx Diff File
mod - Libs/vtkTeem/vtkSeedTracts.cxx Diff File