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

Method GetMatrix

IO/ExportPDF/vtkPDFContextDevice2D.cxx:1488–1491  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1486
1487//------------------------------------------------------------------------------
1488void vtkPDFContextDevice2D::GetMatrix(vtkMatrix3x3* mat3)
1489{
1490 vtkPDFContextDevice2D::Matrix4ToMatrix3(this->Matrix->GetMatrix()->GetData(), mat3);
1491}
1492
1493//------------------------------------------------------------------------------
1494void vtkPDFContextDevice2D::MultiplyMatrix(vtkMatrix3x3* mat3)

Callers 5

DrawStringMethod · 0.95
ComputeStringBoundsMethod · 0.95
GetUnscaledPenWidthMethod · 0.95
DrawPolyDataMethod · 0.45
ApplyTransformMethod · 0.45

Calls 1

GetDataMethod · 0.45

Tested by

no test coverage detected