| 90 | } |
| 91 | |
| 92 | QString QmitkSliceNavigationWidget::GetMaxValueLabel() |
| 93 | { |
| 94 | if (m_MaxValueValid) |
| 95 | { |
| 96 | return this->ClippedValueToString(m_MaxValue); |
| 97 | } |
| 98 | else |
| 99 | { |
| 100 | return "N/A"; |
| 101 | } |
| 102 | } |
| 103 | |
| 104 | int QmitkSliceNavigationWidget::GetPos() |
| 105 | { |
no test coverage detected