6#include <WXP/Drawing.h>
7#include <WXP/Filename.h>
8#include <WXP/FrontData.h>
9#include <WXP/Listener.h>
12#include <WXP/String.h>
13#include <WXP/Timezone.h>
50 int setColor(
const char *str );
52 inline int setMap(
bool val ){ map = val;
return 1; };
59 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 structure stores front information.
Definition FrontData.h:9
This class plots front data (ASUS01)
Definition FrontPlot.h:16
int setForeTime(const char *fore)
Definition FrontPlot.cc:209
int setNameConv(const char *type)
Definition FrontPlot.cc:166
int getNumFrames()
Definition FrontPlot.cc:225
int getDomain(Domain &domain)
Definition FrontPlot.cc:79
int init()
Definition FrontPlot.cc:45
int setFilename()
Definition FrontPlot.cc:173
int getDate(Date &date)
Definition FrontPlot.cc:193
int getInitDate(Date &date)
Definition FrontPlot.cc:198
int print()
Definition FrontPlot.cc:963
int setMap(bool val)
Definition FrontPlot.h:52
int getLoopType()
Definition FrontPlot.cc:214
int getDateOffset()
Definition FrontPlot.cc:205
int draw(Plot &plot)
Definition FrontPlot.cc:232
int setFile()
Definition FrontPlot.cc:128
void callback(const char *ev_str, const char *ev_data, const void *data)
Definition FrontPlot.cc:229
int setInput(const char *type)
Definition FrontPlot.cc:140
int setParam(const char *str)
Definition FrontPlot.cc:84
int getSync()
Definition FrontPlot.h:54
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
This struct sets a 3D point (x, y, z)
Definition Point.h:5