WXP C++ Library Version 6.74.9
|
This class specifies a list of variables. More...
#include "../include/VarList.h"
Public Member Functions | |
VarList () | |
int | init () |
int | resize (int rmax) |
int | setFile (const char *file) |
int | searchFile (const char *var, String &data) |
int | decode (const char *str) |
int | decode (VarFileData &data) |
int | rewind () |
int | next () |
bool | done () |
int | getNum () |
int | get (int i, VarSpec &vspec) |
int | get (int i, GridSpec &gspec) |
int | setPlot (int i, int rplot) |
int | getType () |
int | getType (int i) |
int | getLayer () |
int | getLayer (int i) |
int | setDataIndex (int i, int val) |
int | getDataIndex () |
int | getDataIndex (int i) |
int | getString (int i, String &str) |
bool | isGroup () |
bool | isGroup (int i) |
bool | isParam () |
bool | isParam (int i) |
bool | isData () |
bool | isData (int i) |
bool | isVect () |
bool | isVect (int i) |
bool | isFunction () |
bool | isFunction (int i) |
bool | isVectFunction () |
bool | isVectFunction (int i) |
bool | isVectFunction (const char *str) |
bool | isPlot () |
bool | isPlot (int i) |
bool | isPanel () |
bool | isPanel (int i) |
bool | isMap () |
bool | isMap (int i) |
bool | isContour () |
bool | isContour (int i) |
bool | isFillContour (int i) |
bool | isVector () |
bool | isVector (int i) |
const char * | getTitle () |
const char * | getName () |
const char * | getName (int i) |
const char * | getUnits () |
const char * | getUnits (int i) |
const char * | getFormat () |
const char * | getFormat (int i) |
int | print () |
int | print (int ind) |
Static Public Member Functions | |
static int | process (const char *str, VarList &vlist) |
This class specifies a list of variables.
VarList::VarList | ( | ) |
Constructor. Initializes values
References init().
int VarList::init | ( | ) |
Initializes the class values
Referenced by VarList().
int VarList::print | ( | ) |
Prints class data to standard output
Referenced by WXP::MosRaw::compute(), WXP::SfcRaw::compute(), WXP::UpaRaw::compute(), WXP::GridPlot::draw(), WXP::MosPlot::draw(), WXP::SfcPlot::draw(), WXP::UpaPlot::draw(), and WXP::UpaXSectPlot::draw().