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

Method DrawMathTextString

IO/Export/vtkSVGContextDevice2D.cxx:1414–1417  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1412
1413//------------------------------------------------------------------------------
1414void vtkSVGContextDevice2D::DrawMathTextString(float* point, const vtkStdString& str)
1415{
1416 this->DrawString(point, str);
1417}
1418
1419//------------------------------------------------------------------------------
1420void vtkSVGContextDevice2D::DrawImage(float p[2], float scale, vtkImageData* image)

Callers

nothing calls this directly

Calls 1

DrawStringMethod · 0.95

Tested by

no test coverage detected