| 22 | } |
| 23 | |
| 24 | void HistogramStatisticsCalculator::SetHistogram(HistogramType::Pointer histogram) |
| 25 | { |
| 26 | if (m_Histogram != histogram) |
| 27 | { |
| 28 | m_Histogram = histogram; |
| 29 | m_StatisticsCalculated = false; |
| 30 | } |
| 31 | } |
| 32 | |
| 33 | HistogramStatisticsCalculator::MeasurementType HistogramStatisticsCalculator::GetEntropy() |
| 34 | { |
no outgoing calls
no test coverage detected