MCPcopy Create free account
hub / github.com/Kitware/VTK / GetMatrix

Method GetMatrix

Rendering/ContextOpenGL2/vtkOpenGLContextDevice3D.cxx:572–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570}
571
572void vtkOpenGLContextDevice3D::GetMatrix(vtkMatrix4x4* m)
573{
574 m->DeepCopy(this->ModelMatrix->GetMatrix());
575}
576
577void vtkOpenGLContextDevice3D::MultiplyMatrix(vtkMatrix4x4* m)
578{

Callers 8

SetViewInfoMethod · 0.45
SetTransformMethod · 0.45
GetTransformMethod · 0.45
AppendTransformMethod · 0.45
SetTransformMethod · 0.45
GetTransformMethod · 0.45
AppendTransformMethod · 0.45
SetMatricesMethod · 0.45

Calls 1

DeepCopyMethod · 0.45

Tested by

no test coverage detected