Skip to content

Remove second information object in vtkDataArray.

Steven Hahn requested to merge quantumsteve/vtk:remove_extra_info_object into master

Range and FiniteRange are stored in the same information object alongside their respective MTime.

Storing the MTime within the key failed because the keys are static variables. Storing the MTime as a separate key-value pair exposes more of the implementation.

Merge request reports