Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
189
void mitk::Annotation::SetText(std::string text)
190
{
191
SetStringProperty(
"Text"
, text.c_str());
192
}
193
194
std::string mitk::Annotation::GetText() const
195
{
Callers
13
main
Function · 0.45
SetCornerAnnotationText
Method · 0.45
InitializeDecorations
Method · 0.45
CreateVTKRenderObjects
Method · 0.45
WriteTextWithAnnotation
Method · 0.45
Render3DAnnotation
Method · 0.45
Render2DAnnotation
Method · 0.45
Render3DAnnotation
Method · 0.45
Render2DAnnotation
Method · 0.45
createTextAnnotationWithLayouter
Function · 0.45
TextAnnotation3D
Method · 0.45
UpdateVtkAnnotation
Method · 0.45
Calls
no outgoing calls
Tested by
5
Render3DAnnotation
Method · 0.36
Render2DAnnotation
Method · 0.36
Render3DAnnotation
Method · 0.36
Render2DAnnotation
Method · 0.36
createTextAnnotationWithLayouter
Function · 0.36