39 unsigned _nsites,_nsam,_outgroup;
40 bool _haveOutgroup, _totMuts;
44 bool _counted_singletons;
46 bool _CalculatedDandV;
49 unsigned _walls_Bprime,_NumPoly;
50 double _walls_B,_walls_Q;
51 bool _calculated_wall_stats;
52 std::vector< Sequence::stateCounter > _counts;
53 std::vector< std::pair< bool, Sequence::stateCounter > > _derivedCounts;
54 std::mutex instance_lock;
59 const unsigned & outgroup,
const bool & totMuts);
The base class for polymorphism tables.
Sequence::PolyTable, a virtual base class for polymorphism tables.
The namespace in which this library resides.
declaration of Sequence::stateCounter, a class to keep track of nucleotide counts either at a site in...