Class SpeciationCommands¶
- Defined in File SpeciationCommands.h
Class Documentation¶
-
class
SpeciationCommands¶ Routines for parsing command-line arguments to apply speciation rates to a necsim output post-simulation.
Public Functions
-
SpeciationCommands()¶ Default constructor for SpeciationCommands class.
-
void
parseArgs()¶ Run the command line arguments check. Writes arguments to the SpecSimParameters object.
- Parameters
argc: the number of arguments.comargs: a vector filled with the command line arguments
-
int
applyFromComargs(int argc_in, char **argv)¶ Runs the main program including parsing command line arguments and running the main analyses.
- Return
- Parameters
argc: the number of command line argumentsargv: the array of command line arguments
-