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

Method GetDrawAnnotations

Modules/Annotation/src/mitkColorBarAnnotation.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88bool mitk::ColorBarAnnotation::GetDrawAnnotations() const
89{
90 bool annotations;
91 GetPropertyList()->GetBoolProperty("ColorBarAnnotation.DrawAnnotations", annotations);
92 return annotations;
93}
94
95void mitk::ColorBarAnnotation::SetLookupTable(vtkSmartPointer<vtkLookupTable> table)
96{

Callers 1

UpdateVtkAnnotationMethod · 0.95

Calls 1

GetBoolPropertyMethod · 0.45

Tested by

no test coverage detected