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

Method PopMatrix

IO/ExportPDF/vtkPDFContextDevice2D.cxx:1509–1513  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1507
1508//------------------------------------------------------------------------------
1509void vtkPDFContextDevice2D::PopMatrix()
1510{
1511 this->Matrix->Pop();
1512 this->ApplyTransform();
1513}
1514
1515//------------------------------------------------------------------------------
1516void vtkPDFContextDevice2D::SetClipping(int* x)

Callers 1

PaintCellMethod · 0.45

Calls 2

ApplyTransformMethod · 0.95
PopMethod · 0.45

Tested by 1

PaintCellMethod · 0.36