| 287 | void SetPeakX(int _peakx) { m_peakx = _peakx; } |
| 288 | void SetPeakY(int _peaky) { m_peaky = _peaky; } |
| 289 | void SetHeight(int _height) { m_height = _height; } |
| 290 | void SetSpread(int _spread) { m_spread = _spread; } |
| 291 | void SetPlateau(double _plateau) { m_plateau = _plateau; } |
| 292 | void SetDecay(int _decay) { m_decay = _decay; } |
no outgoing calls
no test coverage detected