Parameters for Hudson's simulation program. More...
#include <Sequence/SimParams.hpp>
Public Member Functions | |
| std::istream & | read (std::istream &s) |
| int | fromfile (FILE *openfile) |
| std::string | params (void) const |
| unsigned | totsam (void) const |
| unsigned | runs (void) const |
Friends | |
| std::ostream & | operator<< (std::ostream &, class SimParams &object) |
Parameters for Hudson's simulation program.
include SimParams.h Allows reading in and printing out of the parameter list that Hudson's coalescent simulation program spits out at the beginning of its execution. An example of use is found in tajd.cc in the Examples section.
Definition at line 48 of file SimParams.hpp.
| std::string Sequence::SimParams::params | ( | void | ) | const [inline] |
Definition at line 58 of file SimParams.hpp.
| std::istream & Sequence::SimParams::read | ( | std::istream & | s | ) |
reads in the data from a istream
Definition at line 59 of file SimParams.cc.
| unsigned Sequence::SimParams::runs | ( | void | ) | const [inline] |
Definition at line 74 of file SimParams.hpp.
| unsigned Sequence::SimParams::totsam | ( | void | ) | const [inline] |
Definition at line 67 of file SimParams.hpp.
1.6.1