Locked History Attachments

ChangeRequests/2585

Summary of bug description

  • actual behaviour: MITK won't build with an ITK build with the USE_REVIEW_STATISTICS setting
  • expected behaviour: MITK should build with an ITK build with the USE_REVIEW_STATISTICS setting

Cause of the bug

  • Nobody ever tried and review statistics is quite new.

Proposed solution

  • MITK already includes ITK build settings and itkConfigure.h which has a preprocessor define ITK_USE_REVIEW_STATISTICS. This should be checked in appropriate places

Affected classes

  • mitk/Core/Code/Algorithms/mitkHistogramGenerator.cpp
  • mitk/Modules/MitkExt/Interactions/mitkCalculateGrayValueStatisticsTool.cpp
  • mitk/Modules/MitkExt/Interactions/mitkCalculateGrayValueStatisticsTool.h
  • mitk/Modules/QmitkExt/QmitkHistogramWidget.cpp

How will the bugfix get tested?

  • Test compile on all platforms and check application behaviour through the histogram function in InteractiveSegmentation