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

Method DrawMathTextString

Rendering/Context2D/vtkContext2D.cxx:744–748  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

742
743//------------------------------------------------------------------------------
744void vtkContext2D::DrawMathTextString(vtkPoints2D* point, const vtkStdString& string)
745{
746 float* f = vtkArrayDownCast<vtkFloatArray>(point->GetData())->GetPointer(0);
747 this->DrawMathTextString(f[0], f[1], string);
748}
749
750//------------------------------------------------------------------------------
751void vtkContext2D::DrawMathTextString(float x, float y, const vtkStdString& string)

Callers 3

PaintMethod · 0.45
PaintMethod · 0.45
PaintMethod · 0.45

Calls 6

DrawStringMethod · 0.95
vtkStdStringClass · 0.70
GetPointerMethod · 0.45
GetDataMethod · 0.45
emptyMethod · 0.45
MathTextIsSupportedMethod · 0.45

Tested by 3

PaintMethod · 0.36
PaintMethod · 0.36
PaintMethod · 0.36