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

Method GetText

Rendering/Annotation/vtkCornerAnnotation.cxx:711–719  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

709
710//------------------------------------------------------------------------------
711const char* vtkCornerAnnotation::GetText(int i)
712{
713 if (i < 0 || i >= NumTextPositions)
714 {
715 return nullptr;
716 }
717
718 return this->CornerText[i];
719}
720
721//------------------------------------------------------------------------------
722void vtkCornerAnnotation::ClearAllTexts()

Callers 2

CopyAllTextsFromMethod · 0.45
GetInputTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected