Mercurial > hg > svgui
comparison layer/SliceLayer.cpp @ 194:d13e209bfa94
...
author | Chris Cannam |
---|---|
date | Fri, 26 Jan 2007 17:20:58 +0000 |
parents | 57c2350a8c40 |
children | 4a3bdde1ef13 |
comparison
equal
deleted
inserted
replaced
193:57c2350a8c40 | 194:d13e209bfa94 |
---|---|
29 m_energyScale(dBScale), | 29 m_energyScale(dBScale), |
30 m_samplingMode(SamplePeak), | 30 m_samplingMode(SamplePeak), |
31 m_plotStyle(PlotLines), | 31 m_plotStyle(PlotLines), |
32 m_binScale(LinearBins), | 32 m_binScale(LinearBins), |
33 m_normalize(false), | 33 m_normalize(false), |
34 m_bias(false); | 34 m_bias(false), |
35 m_gain(1.0) | 35 m_gain(1.0) |
36 { | 36 { |
37 } | 37 } |
38 | 38 |
39 SliceLayer::~SliceLayer() | 39 SliceLayer::~SliceLayer() |