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

Method SetAllTexts

Rendering/Annotation/vtkCornerAnnotation.cxx:753–759  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

751
752//------------------------------------------------------------------------------
753void vtkCornerAnnotation::SetAllTexts(const std::vector<std::string>& values)
754{
755 for (int i = 0; i < NumTextPositions; ++i)
756 {
757 this->SetText(i, values[i].c_str());
758 }
759}
760
761//------------------------------------------------------------------------------
762void vtkCornerAnnotation::PrintSelf(ostream& os, vtkIndent indent)

Callers

nothing calls this directly

Calls 2

SetTextMethod · 0.95
c_strMethod · 0.45

Tested by

no test coverage detected