Fraktale 1.0
Qt-Programm zur interaktiven Erforschung von Fraktalen.
colormapper.hpp
00001 #ifndef _COLORMAPPER_HPP_
00002 #define _COLORMAPPER_HPP_
00003 
00004 #include <QColor>
00005 
00011 class ColorMapper
00012 {
00013 public:
00020     virtual QRgb map(double v) const = 0;
00021 
00025     virtual ~ColorMapper() {}
00026 };
00027 
00028 #endif // _COLORMAPPER_HPP_
 Alle Klassen Funktionen Variablen