Public Member Functions | |
| void | addParam (gridkey key, const string &arg, float defaultValue) |
| void | parseArgs (int &argc, char **&argv) |
| const vector< float > & | getGrid (gridkey key) const |
| void Grid::addParam | ( | gridkey | key, | |
| const string & | arg, | |||
| float | defaultValue | |||
| ) | [inline] |
Add a parameter with key, command line argument, and default value
Referenced by main().

| const vector<float>& Grid::getGrid | ( | gridkey | key | ) | const [inline] |
Get the grid for a particular key.
Referenced by main().

| void Grid::parseArgs | ( | int & | argc, | |
| char **& | argv | |||
| ) | [inline] |
Parse the arguments, removing those that define the grid and returning a copy of the rest
Referenced by main().

1.5.9