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

Method SetMatrix

IO/ExportPDF/vtkPDFContextDevice2D.cxx:1479–1485  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1477
1478//------------------------------------------------------------------------------
1479void vtkPDFContextDevice2D::SetMatrix(vtkMatrix3x3* mat3)
1480{
1481 double mat4[16];
1482 vtkPDFContextDevice2D::Matrix3ToMatrix4(mat3, mat4);
1483 this->Matrix->SetMatrix(mat4);
1484 this->ApplyTransform();
1485}
1486
1487//------------------------------------------------------------------------------
1488void vtkPDFContextDevice2D::GetMatrix(vtkMatrix3x3* mat3)

Callers

nothing calls this directly

Calls 1

ApplyTransformMethod · 0.95

Tested by

no test coverage detected