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

Method SetText

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

Source from the content-addressed store, hash-verified

187}
188
189void mitk::Annotation::SetText(std::string text)
190{
191 SetStringProperty("Text", text.c_str());
192}
193
194std::string mitk::Annotation::GetText() const
195{

Callers 13

mainFunction · 0.45
InitializeDecorationsMethod · 0.45
Render3DAnnotationMethod · 0.45
Render2DAnnotationMethod · 0.45
Render3DAnnotationMethod · 0.45
Render2DAnnotationMethod · 0.45
TextAnnotation3DMethod · 0.45
UpdateVtkAnnotationMethod · 0.45

Calls

no outgoing calls

Tested by 5

Render3DAnnotationMethod · 0.36
Render2DAnnotationMethod · 0.36
Render3DAnnotationMethod · 0.36
Render2DAnnotationMethod · 0.36