Home
last modified time | relevance | path

Searched refs:oldMatrixElements (Results 1 – 3 of 3) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Rendering/Image/
H A DvtkImageResliceMapper.cxx549 double oldMatrixElements[16]; in UpdateResliceMatrix() local
550 vtkMatrix4x4::DeepCopy(oldMatrixElements, matrixElements); in UpdateResliceMatrix()
717 matrixChanged |= (matrixElements[j] != oldMatrixElements[j]); in UpdateResliceMatrix()
/dports/math/vtk8/VTK-8.2.0/Rendering/Image/
H A DvtkImageResliceMapper.cxx564 double oldMatrixElements[16]; in UpdateResliceMatrix() local
565 vtkMatrix4x4::DeepCopy(oldMatrixElements, matrixElements); in UpdateResliceMatrix()
740 matrixChanged |= (matrixElements[j] != oldMatrixElements[j]); in UpdateResliceMatrix()
/dports/math/vtk6/VTK-6.2.0/Rendering/Image/
H A DvtkImageResliceMapper.cxx545 double oldMatrixElements[16]; in UpdateResliceMatrix() local
546 vtkMatrix4x4::DeepCopy(oldMatrixElements, matrixElements); in UpdateResliceMatrix()
721 matrixChanged |= (matrixElements[j] != oldMatrixElements[j]); in UpdateResliceMatrix()