Struct sample_group_map¶
Defined in File marginal_tree.hpp
Struct Documentation¶
-
struct
fwdpp::ts::sample_group_map¶ Maps a node id to a sample group.
When constructing a fwdpp::ts::tree_visitor, vectors of this type may be used to mark sample nodes as beloning to different “groups”.
Public Functions
-
sample_group_map(table_index_t n, std::int32_t g)¶ - Parameters
n: A node idg: A gropup label
-