| Lattice Microbes 2.5
    This is for whole cell modeling | 
#include <iostream>#include <string>#include <map>#include <cstdlib>#include <cstdio>#include <cstring>#include <sys/stat.h>#include "core/Exceptions.h"#include "io/SimulationFile.h"#include "lptf/Profile.h"#include "core/util.h"| Functions | |
| void | parseArguments (int argc, char **argv) | 
| void | printUsage (int argc, char **argv) | 
| int | main (int argc, char **argv) | 
| Variables | |
| string | function = "" | 
| string | filename = "" | 
| uint | numberSpecies =0 | 
| map< string, string > | parameters | 
| PROF_ALLOC | |
| int main | ( | int | argc, | 
| char ** | argv ) | 
| void parseArguments | ( | int | argc, | 
| char ** | argv ) | 
Parses the command line arguments.
| void printUsage | ( | int | argc, | 
| char ** | argv ) | 
Prints the usage for the program.
| string filename = "" | 
The file to modify.
| string function = "" | 
The function being performed.
| uint numberSpecies =0 | 
The number of species.
| map<string,string> parameters | 
The parameters to set in the file.
| PROF_ALLOC |