00001 #ifndef _BWCOLORMAPPER_HPP_ 00002 #define _BWCOLORMAPPER_HPP_ 00003 00004 #include "colormapper.hpp" 00005 00011 class BWColorMapper : public ColorMapper { 00012 public: 00013 virtual QRgb map(double v) const; 00014 }; 00015 00016 #endif