Class samples_iterator¶
Defined in File samples.hpp
Class Documentation¶
-
class
fwdpp::ts::samples_iterator¶ Faciliate traversal of the samples descending from a node.
Public Functions
-
samples_iterator(const marginal_tree &m, table_index_t u, convert_sample_index_to_nodes convert)¶ - Parameters
m: A marginal_treeu: A node index
-
table_index_t
operator()()¶ Advance to the next sample
Returns fwdpp::ts::NULL_INDEX when no more samples remain.
-