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

Method GetOrientation

Modules/Annotation/src/mitkColorBarAnnotation.cpp:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117int mitk::ColorBarAnnotation::GetOrientation() const
118{
119 int orientation;
120 GetPropertyList()->GetIntProperty("ColorBarAnnotation.Orientation", orientation);
121 return orientation;
122}
123
124void mitk::ColorBarAnnotation::SetDrawTickLabels(bool ticks)
125{

Callers 1

UpdateVtkAnnotationMethod · 0.95

Calls 1

GetIntPropertyMethod · 0.45

Tested by

no test coverage detected