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

Method DrawMathTextString

IO/ExportPDF/vtkPDFContextDevice2D.cxx:1302–1305  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1300
1301//------------------------------------------------------------------------------
1302void vtkPDFContextDevice2D::DrawMathTextString(float* point, const vtkStdString& str)
1303{
1304 this->DrawString(point, str);
1305}
1306
1307//------------------------------------------------------------------------------
1308void vtkPDFContextDevice2D::DrawImage(float p[2], float scale, vtkImageData* image)

Callers

nothing calls this directly

Calls 1

DrawStringMethod · 0.95

Tested by

no test coverage detected