
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 |
Definition at line 65 of file LatticeMBRGrid.cpp.
| void MosesCmd::Grid::addParam | ( | gridkey | key, | |
| const string & | arg, | |||
| float | defaultValue | |||
| ) | [inline] |
Add a parameter with key, command line argument, and default value
Definition at line 69 of file LatticeMBRGrid.cpp.
References CHECK.
Referenced by main().

| const vector<float>& MosesCmd::Grid::getGrid | ( | gridkey | key | ) | const [inline] |
Get the grid for a particular key.
Definition at line 123 of file LatticeMBRGrid.cpp.
Referenced by main().

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

1.5.9