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

Method DrawMathTextString

Rendering/ContextOpenGL2/vtkOpenGLContextDevice2D.cxx:1742–1747  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1740
1741//------------------------------------------------------------------------------
1742void vtkOpenGLContextDevice2D::DrawMathTextString(float point[2], const vtkStdString& string)
1743{
1744 // The default text renderer detects and handles mathtext now. Just use the
1745 // regular implementation.
1746 this->DrawString(point, string);
1747}
1748
1749//------------------------------------------------------------------------------
1750void vtkOpenGLContextDevice2D::DrawImage(float p[2], float scale, vtkImageData* image)

Callers

nothing calls this directly

Calls 1

DrawStringMethod · 0.95

Tested by

no test coverage detected