Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetCornerPosition
Method
SetCornerPosition
Modules/Annotation/src/mitkLogoAnnotation.cpp:140–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
void mitk::LogoAnnotation::SetCornerPosition(const int &corner)
141
{
142
SetIntProperty(
"Annotation.CornerPosition"
, corner);
143
Modified();
144
}
145
146
int mitk::LogoAnnotation::GetCornerPosition() const
147
{
Callers
3
RenderMbiLogo
Method · 0.45
UpdateVtkAnnotation
Method · 0.45
SetupLogo
Method · 0.45
Calls
1
Modified
Function · 0.85
Tested by
1
RenderMbiLogo
Method · 0.36