Mercurial > hg > svgui
comparison layer/ColourMapper.cpp @ 201:1ab31723825d
...
author | Chris Cannam |
---|---|
date | Fri, 09 Feb 2007 09:32:04 +0000 |
parents | 6b023411087b |
children | 28c8e8e3c537 |
comparison
equal
deleted
inserted
replaced
200:17f8d9cf60d7 | 201:1ab31723825d |
---|---|
15 | 15 |
16 #include "ColourMapper.h" | 16 #include "ColourMapper.h" |
17 | 17 |
18 #include <iostream> | 18 #include <iostream> |
19 | 19 |
20 #include <cmath> | |
21 | |
20 ColourMapper::ColourMapper(int map, float min, float max) : | 22 ColourMapper::ColourMapper(int map, float min, float max) : |
21 QObject(), | 23 QObject(), |
22 m_map(map), | 24 m_map(map), |
23 m_min(min), | 25 m_min(min), |
24 m_max(max) | 26 m_max(max) |