6#include <WXP/Drawing.h> 
    7#include <WXP/Filename.h> 
    8#include <WXP/Listener.h> 
   10#include <WXP/Timezone.h> 
   36      int setPath( 
const char *path );
 
   61      inline int setMap( 
bool val ){ map = val; 
return 1; };
 
   63      void callback( 
const char *ev_str, 
const char *ev_data, 
const void *data );
 
This class stores date and time information.
Definition Date.h:8
 
This class stores and manipulates domain data.
Definition Domain.h:19
 
This is a virtual class defining drawing routines.
Definition Drawing.h:16
 
This class creates filenames.
Definition Filename.h:11
 
This class plots lightning data.
Definition LightPlot.h:13
 
int print()
Definition LightPlot.cc:558
 
int draw(Plot &plot)
Definition LightPlot.cc:343
 
int setScale(float val)
Definition LightPlot.cc:307
 
int setHour(const char *str)
Definition LightPlot.cc:192
 
int getNumFrames()
Definition LightPlot.cc:269
 
LightPlot()
Definition LightPlot.cc:37
 
int setMap(bool val)
Definition LightPlot.h:61
 
int setValidDate(const char *str)
Definition LightPlot.cc:239
 
int setColorTable(const char *str)
Definition LightPlot.cc:279
 
int getDateOffset()
Definition LightPlot.cc:257
 
int setFilename()
Definition LightPlot.cc:197
 
int setColor(const char *str)
Definition LightPlot.cc:288
 
int setNameConv(const char *name)
Definition LightPlot.cc:174
 
int getLoopType()
Definition LightPlot.cc:261
 
int getDomain(Domain &domain)
Definition LightPlot.cc:334
 
int getInitDate(Date &date)
Definition LightPlot.cc:228
 
int setInput(const char *str)
Definition LightPlot.cc:160
 
int getDate(Date &date)
Definition LightPlot.cc:223
 
int setPath(const char *path)
Definition LightPlot.cc:169
 
int setFile()
Definition LightPlot.cc:141
 
int init()
Definition LightPlot.cc:53
 
void callback(const char *ev_str, const char *ev_data, const void *data)
Definition LightPlot.cc:327
 
int setTimezone(const char *str)
Definition LightPlot.cc:316
 
int getSync()
Definition LightPlot.h:54
 
int setParam(const char *str)
Definition LightPlot.cc:101
 
int setForeTime(const char *fore)
Definition LightPlot.h:45
 
int setColorFill(const char *str)
Definition LightPlot.cc:298
 
This virtual class defines the callback method for use with plotting.
Definition Listener.h:11
 
This class defines mid-level graphics commands. Calls the Graph object for actual graphics output.
Definition Plot.h:26
 
This is a variable length string class.
Definition String.h:5
 
This class manipulates timezones.
Definition Timezone.h:5
 
All WXP classes fall under the WXP namespace.
Definition Angle.h:4