Fraktale 1.0
Qt-Programm zur interaktiven Erforschung von Fraktalen.
bwcolormapper.hpp
00001 #ifndef _BWCOLORMAPPER_HPP_
00002 #define _BWCOLORMAPPER_HPP_
00003 
00004 #include "colormapper.hpp"
00005 
00012 class BWColorMapper : public ColorMapper
00013 {
00014 public:
00021     virtual QRgb map(double v) const;
00022 };
00023 
00024 #endif // _BWCOLORMAPPER_HPP_
 Alle Klassen Funktionen Variablen