Mercurial > hg > svcore
diff data/model/DenseThreeDimensionalModel.h @ 1187:fd40a5335968 spectrogram-minor-refactor
Pull out column ops into ColumnOp
author | Chris Cannam |
---|---|
date | Mon, 20 Jun 2016 11:30:15 +0100 |
parents | abb78e824820 |
children | 51d6551d5244 |
line wrap: on
line diff
--- a/data/model/DenseThreeDimensionalModel.h Mon Jun 13 16:17:44 2016 +0100 +++ b/data/model/DenseThreeDimensionalModel.h Mon Jun 20 11:30:15 2016 +0100 @@ -18,6 +18,7 @@ #include "Model.h" #include "TabularModel.h" +#include "base/ColumnOp.h" #include "base/ZoomConstraint.h" #include "base/RealTime.h" @@ -55,7 +56,7 @@ */ virtual float getMaximumLevel() const = 0; - typedef std::vector<float> Column; + typedef ColumnOp::Column Column; /** * Get data from the given column of bin values.