uvec const& FindChildren(uint i) const;

Arguments

i

uint: the id of a node.

Value

a uvec const&: a const reference to an internally stored vector of the ids of the children of i. If i is a tip, G_EMPTY_UVEC is returned. The returned vector reference is valid as long as the tree object is not destroyed.

See also