00001 #ifndef _WINC_CLOUDPLOT
00002 #define _WINC_CLOUDPLOT
00003
00004 #include <WXP/Plot.h>
00005 #include <WXP/Point.h>
00006
00007 namespace WXP {
00008 class CloudPlot {
00009 public:
00010 static int draw( Plot &plot, Point pt, float rad, char cover );
00011 };
00012 }
00013 #endif