A library for working with phylogenetic and population genetic data.
v0.27.0
utils/containers/interval_tree/node.hpp File Reference
#include <cassert>
#include <cstdio>
#include <iostream>
#include <iterator>
#include <memory>
#include <stdexcept>
#include <string>
#include <type_traits>
#include "genesis/utils/containers/interval_tree/fwd.hpp"
#include "genesis/utils/containers/interval_tree/interval.hpp"
#include "genesis/utils/containers/interval_tree/functions.hpp"

Go to the source code of this file.

Classes

class  IntervalTreeNode< DataType, NumericalType, IntervalKind >
 Node in an IntervalTree. More...
 

Namespaces

 genesis
 Container namespace for all symbols of genesis in order to keep them separate when used as a library.
 
 genesis::utils
 

Enumerations

enum  RedBackColor { kInvalid, kRed, kBlack, kKDoubleBlack }
 Definition for Red-Black Tree coloring. More...