MCPcopy Create free account
hub / github.com/MITK/MITK / GetText

Method GetText

Modules/Core/src/Rendering/mitkAnnotation.cpp:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194std::string mitk::Annotation::GetText() const
195{
196 std::string text;
197 GetStringProperty("Text", text);
198 return text;
199}
200
201void mitk::Annotation::SetFontSize(int fontSize)
202{

Callers 4

DoReadMethod · 0.45
ReadPointsMethod · 0.45
ReadPointsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected