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

Method ClearAllTexts

Rendering/Annotation/vtkCornerAnnotation.cxx:722–728  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

720
721//------------------------------------------------------------------------------
722void vtkCornerAnnotation::ClearAllTexts()
723{
724 for (int i = 0; i < NumTextPositions; i++)
725 {
726 this->SetText(i, "");
727 }
728}
729
730//------------------------------------------------------------------------------
731void vtkCornerAnnotation::CopyAllTextsFrom(vtkCornerAnnotation* ca)

Callers

nothing calls this directly

Calls 1

SetTextMethod · 0.95

Tested by

no test coverage detected