WXP C++ Library Version 6.74.9
|
This class plots surface data. More...
#include "../include/UpaGrid.h"
Public Member Functions | |
UpaGrid (const char *param) | |
int | init () |
int | setParam (const char *str) |
int | setPath (const char *path) |
int | setFile () |
int | setInput (const char *str) |
int | setNameConv (const char *name) |
int | setHour (const char *str) |
int | setFilename () |
int | setFilename (Date &date) |
int | setFilename (const char *str) |
int | setFilename (Date &date, const char *param) |
int | setVariable (const char *str) |
int | setLevel (const char *str) |
int | getDate (Date &date) |
int | setDomain (Domain &rdomain) |
int | setVarFile (const char *file) |
int | createHash () |
int | getInfo (UpaData &udata) |
int | compute (Grids &grid) |
int | print () |
This class plots surface data.
int UpaGrid::compute | ( | Grids & | grids | ) |
Plots the surface data
grids | The grids array |
References WXP::ObjectAnal::compute(), WXP::UpaRaw::compute(), WXP::Domain::getProj(), WXP::Const::MISS, and WXP::Domain::scaleGrid().
Referenced by WXP::UpaPlot::draw().
int UpaGrid::getDate | ( | Date & | date | ) |
Gets the date information from the input file
date | Date values |
References WXP::UpaRaw::getDate().
int UpaGrid::setInput | ( | const char * | str | ) |
Sets the input file type
str | The file type |
int UpaGrid::setLevel | ( | const char * | str | ) |
int UpaGrid::setNameConv | ( | const char * | name | ) |
Sets the file name convention
name | The name convention |
References WXP::UpaRaw::setNameConv().
int UpaGrid::setVariable | ( | const char * | str | ) |
Sets the variable to be plotted
str | Variable string |
References WXP::UpaRaw::setVariable().
Referenced by WXP::UpaPlot::draw().