Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetOrientation
Method
SetOrientation
Modules/Annotation/src/mitkColorBarAnnotation.cpp:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
void mitk::ColorBarAnnotation::SetOrientation(int orientation)
113
{
114
SetIntProperty(
"ColorBarAnnotation.Orientation"
, orientation);
115
}
116
117
int mitk::ColorBarAnnotation::GetOrientation() const
118
{
Callers
1
UpdateVtkAnnotation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected