6#include <WXP/Drawing.h>
7#include <WXP/EarthPoint.h>
8#include <WXP/Filename.h>
9#include <WXP/Listener.h>
11#include <WXP/String.h>
12#include <WXP/Timezone.h>
43 int setId(
const char *str );
45 int setHour(
const char *str );
57 int getDomain(
Domain &domain );
58 int setVariable(
const char *variable );
61 inline int setMap(
bool val ){ map = val;
return 1; };
64 void callback(
const char *ev_str,
const char *ev_data,
const void *data );
67 enum Type { RAW, COMP };
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 NIDS data.
Definition Lev2Plot.h:15
int getLoopType()
Definition Lev2Plot.cc:247
int draw(Plot &plot)
Definition Lev2Plot.cc:354
int getInitDate(Date &date)
Definition Lev2Plot.cc:236
int getDate(Date &date)
Definition Lev2Plot.cc:231
int getDateOffset()
Definition Lev2Plot.cc:243
int setInput(const char *type)
Definition Lev2Plot.cc:161
int getNumFrames()
Definition Lev2Plot.cc:255
int print()
Definition Lev2Plot.cc:591
int setFile()
Definition Lev2Plot.cc:141
int init()
Definition Lev2Plot.cc:50
int setId(const char *str)
Definition Lev2Plot.cc:326
int setNameConv(const char *name)
Definition Lev2Plot.cc:175
void callback(const char *ev_str, const char *ev_data, const void *data)
Definition Lev2Plot.cc:262
Lev2Plot()
Definition Lev2Plot.cc:41
int setColorFill(const char *str)
Definition Lev2Plot.cc:317
int setColorTable(const char *str)
Definition Lev2Plot.cc:308
int setFilename()
Definition Lev2Plot.cc:197
int setForeTime(const char *fore)
Definition Lev2Plot.h:50
int getSync()
Definition Lev2Plot.h:62
int setParam(const char *str)
Definition Lev2Plot.cc:80
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 defines earth point values (lat, lon, elev)
Definition EarthPoint.h:5