You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is a good feature idea. Not currently possible, but I can add this, although probably not today.
It should be very easy by iterating over nodes, which should even be possible via the public interface, if I remember right.
So you could do it right now yourself with:
auto root = mytree.root();
auto left = root->left();
auto right = root->right();
and then go through it recursively, while creating the dotfile
hello
is it possible to add exporting interval_tree to graphviz dot for external drawing/viewing?
The text was updated successfully, but these errors were encountered: