Skip to content

COMP: add GetPointer to vtkNew'd matrices

Steve Pieper requested to merge github/fork/pieper/segment-matrix-fixes into master

On ubuntu 16.04 (gcc 5.4) the vtkMatrix4x4 is not coerced to a pointer automatically. Adding GetPointer is consistent with other usages in this file and solves the compile issue.

Merge request reports