A library for working with phylogenetic and population genetic data.
v0.27.0
region_window_iterator.hpp File Reference
#include "genesis/population/genome_locus.hpp"
#include "genesis/population/genome_region_list.hpp"
#include "genesis/population/genome_region.hpp"
#include "genesis/population/window/window.hpp"
#include "genesis/utils/containers/range.hpp"
#include <cassert>
#include <deque>
#include <functional>
#include <stdexcept>
#include <string>
#include <type_traits>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  RegionWindowIterator< ForwardIterator, InputType, DataType >
 Iterator for Windows representing regions of a genome. More...
 
class  RegionWindowIterator< ForwardIterator, InputType, DataType >::Iterator
 Internal iterator over the data. More...
 

Namespaces

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