This class plots gridpoint data. More...
#include "../include/GridVect.h"
Public Member Functions | |
| GridVect (const char *param) | |
| int | init () |
| int | setParam (const char *str) |
| void | callback (const char *ev_str, const char *ev_data, const void *data) |
| int | setLabel (int val) |
| int | setColorTable (const char *str) |
| int | setColorFill (const char *str) |
| float | getMax () |
| int | draw (Plot &plot, Grid &grid1, Grid &grid2) |
| int | print () |
This class plots gridpoint data.
| void GridVect::callback | ( | const char * | ev_str, | |
| const char * | ev_data, | |||
| const void * | data | |||
| ) | [virtual] |
Event callback
Implements WXP::Listener.
References WXP::StrLib::equal(), WXP::Grid::getValue(), WXP::EarthPoint::set(), and WXP::Grid::tran().
| int GridVect::setColorFill | ( | const char * | str | ) |
Sets the color fill parameters
| str | Color fill string |
References WXP::VectPlot::setColorFill().
| int GridVect::setColorTable | ( | const char * | str | ) |
Sets the color table parameters
| str | Color table parameter |
References WXP::VectPlot::setColorTable().
1.6.1