| 128 | } |
| 129 | |
| 130 | const ImageStatisticsContainer::HistogramType* |
| 131 | ImageStatisticsContainer::GetHistogram(LabelValueType labelValue, TimeStepType timeStep) const |
| 132 | { |
| 133 | return this->GetStatistics(labelValue, timeStep).m_Histogram; |
| 134 | } |
| 135 | |
| 136 | bool ImageStatisticsContainer::IgnoresZeroVoxel() const |
| 137 | { |
no test coverage detected