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

Method PushMatrix

IO/Export/vtkSVGContextDevice2D.cxx:1529–1532  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1527
1528//------------------------------------------------------------------------------
1529void vtkSVGContextDevice2D::PushMatrix()
1530{
1531 this->Matrix->Push();
1532}
1533
1534//------------------------------------------------------------------------------
1535void vtkSVGContextDevice2D::PopMatrix()

Callers 8

PaintMethod · 0.45
PaintMethod · 0.45
PaintMethod · 0.45
PaintMethod · 0.45
DrawTickMarksMethod · 0.45
PaintMethod · 0.45
PaintMethod · 0.45
DrawPointMethod · 0.45

Calls 1

PushMethod · 0.45

Tested by 2

PaintMethod · 0.36
PaintMethod · 0.36