00001
00002
00014 #ifndef _BinToBeach_H_
00015 #define _BinToBeach_H_
00016
00017 #include "BinToColorMap.h"
00018
00019 namespace hippodraw {
00020
00027 class MDL_HIPPOPLOT_API BinToBeach : public BinToColorMap
00028 {
00029 private:
00030
00031 static int reds[256];
00032 static int greens [256];
00033 static int blues [256];
00034
00035 public:
00036
00038 BinToBeach ( const char * );
00039
00041 BinToBeach ( const BinToBeach & );
00042
00043 BinToColor * clone () const;
00044
00045 };
00046
00047 }
00048
00049 #endif // _BinToBeach_H_