diff data/model/DenseThreeDimensionalModel.h @ 345:700cd3350391

* Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename. It's still rather unstable though.
author Chris Cannam
date Wed, 28 Nov 2007 17:45:37 +0000
parents bf753a9abf0c
children 1405f4a2caf3
line wrap: on
line diff
--- a/data/model/DenseThreeDimensionalModel.h	Wed Nov 28 13:20:40 2007 +0000
+++ b/data/model/DenseThreeDimensionalModel.h	Wed Nov 28 17:45:37 2007 +0000
@@ -98,6 +98,8 @@
         return getValueAt(x, y) > threshold;
     }
 
+    QString getTypeName() const { return tr("Dense 3-D"); }
+
     virtual int getCompletion() const = 0;
 
 protected: