#include <genesis/utils/containers/interval_tree/interval.hpp>
Empty class used as default for Interval data.
An Interval offers to store some data with with it, which is for example useful when working with annotated genome regions. By default however, we do not want to store any data, and use this class as a dummy,
Definition at line 70 of file interval.hpp.