|
rsvs3D
0.0.0
Codes for the c++ implementation of the 3D RSVS
|
file containing the main functions and the command line parser. More...
#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | parse::ParserOutput |
Namespaces | |
| param | |
| Namespace containing the parameter classes used to control execution of the 3D-RSVS program. | |
Functions | |
| int | RSVSExecution (int argc, char *argv[]) |
| void | NoExecution (parse::ParserOutput &parseOut, param::parameters ¶mconf) |
| void | ExecuteTests (const parse::ParserOutput &parseOut) |
| ParserOutput | parse::CommandLineParser (int argc, char *argv[], param::parameters ¶mconf) |
| Takes in the command line arguments and returns an integer specifying the execution flow of the rest of the program. More... | |
| ParserOutput | parse::StringParser (std::vector< std::string > &commands, param::parameters ¶mconf) |
| void | parse::config::useconfig (const std::string &confCase, param::parameters ¶mconf) |
| void | parse::config::loadconfig (const std::string &confCase, param::parameters ¶mconf) |
file containing the main functions and the command line parser.
Definition in file main.hpp.
| parse::ParserOutput parse::CommandLineParser | ( | int | argc, |
| char * | argv[], | ||
| param::parameters & | paramconf | ||
| ) |
Takes in the command line arguments and returns an integer specifying the execution flow of the rest of the program.
| [in] | argc | The number of arguments |
| argv | the arguments | |
| paramconf | The parameter structure |