| 92 | } |
| 93 | |
| 94 | float LayerDataBase::getMaxIntensity() const |
| 95 | { |
| 96 | return getRange().getMaxIntensity(); |
| 97 | } |
| 98 | |
| 99 | LayerAnnotatorBase::LayerAnnotatorBase(const FileTypeList& supported_types, const String& file_dialog_text, QWidget* gui_lock) : |
| 100 | supported_types_(supported_types), |
no test coverage detected