|
WXP C++ Library Version 6.74.9
|
This class fits raw data to a grid. More...
#include "../include/RawGrid.h"
Public Member Functions | |
| RawGrid (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 | getDate (Date &date) |
| int | setDomain (Domain &rdomain) |
| int | setGridScale (int scale) |
| int | compute (Data &data, Grids &grid) |
| int | compute (Grids &grid) |
| int | print () |
This class fits raw data to a grid.
Plots the surface data
| grids | The grids array |
References WXP::ObjectAnal::compute(), WXP::Domain::getProj(), WXP::Const::MISS, and WXP::Domain::scaleGrid().
Referenced by WXP::RawPlot::draw().
| int RawGrid::getDate | ( | Date & | date | ) |
Gets the date information from the input file
| date | Date values |
References WXP::Filename::getDate().
| int RawGrid::setInput | ( | const char * | str | ) |
Sets the input file type
| str | The file type |
| int RawGrid::setNameConv | ( | const char * | name | ) |
Sets the file name convention
| name | The name convention |
References WXP::Filename::setNameConv().
| int RawGrid::setParam | ( | const char * | str | ) |
Sets the gridding parameters
| str | Parameter string grid:# - Grid scaling |
References WXP::Strings::equal(), WXP::Strings::getInt(), WXP::Strings::getLength(), WXP::Strings::getNum(), and WXP::ObjectAnal::setParam().
Referenced by WXP::RawPlot::setParam().