| 61 | } |
| 62 | |
| 63 | HistogramStatisticsCalculator::MeasurementType HistogramStatisticsCalculator::GetUPP() |
| 64 | { |
| 65 | if (!m_StatisticsCalculated) |
| 66 | { |
| 67 | MITK_WARN("Statistics have not yet been calculated, running calculation now..."); |
| 68 | CalculateStatistics(); |
| 69 | } |
| 70 | return m_UPP; |
| 71 | } |
| 72 | |
| 73 | void HistogramStatisticsCalculator::CalculateStatistics() |
| 74 | { |
no outgoing calls