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

Method GetMatrix

IO/Export/vtkSVGContextDevice2D.cxx:1509–1513  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1507
1508//------------------------------------------------------------------------------
1509void vtkSVGContextDevice2D::GetMatrix(vtkMatrix3x3* mat3)
1510{
1511 vtkSVGContextDevice2D::Matrix4ToMatrix3(this->Matrix->GetMatrix()->GetData(), mat3->GetData());
1512 vtkSVGContextDevice2D::AdjustMatrixForSVG(mat3->GetData(), mat3->GetData());
1513}
1514
1515//------------------------------------------------------------------------------
1516void vtkSVGContextDevice2D::MultiplyMatrix(vtkMatrix3x3* m)

Callers 15

WriteActorMethod · 0.45
WriteMeshFunction · 0.45
TransformSizeMethod · 0.45
WriteActorMethod · 0.45
WriteMeshFunction · 0.45
ReadFileMethod · 0.45
WriteLinearTransformMethod · 0.45
UpdatePropPoseMethod · 0.45

Calls 1

GetDataMethod · 0.45

Tested by 2

CreateBoxStencilDataFunction · 0.36