|
vg
tools for working with variation graphs
|
#include <string>#include <vector>#include <unordered_map>#include <cassert>#include <chrono>#include <cmath>#include <functional>#include <iostream>#include <limits>#include <vg/vg.pb.h>#include "annotation.hpp"#include "handle.hpp"Classes | |
| class | vg::Funnel |
| struct | vg::Funnel::FilterPerformance |
| struct | vg::Funnel::PaintableSpace |
| struct | vg::Funnel::Item |
| Represents an Item whose provenance we track. More... | |
| struct | vg::Funnel::Stage |
| Represents a Stage which is a series of Items, which track their own provenance. More... | |
Namespaces | |
| vg | |
Functions | |
| std::ostream & | vg::operator<< (std::ostream &out, const Funnel::State &state) |
: implementation of the Funnel class
Contains the Funnel class, for recording the history of complex multi-stage transformations of sets of results.
1.8.17