|
vg
tools for working with variation graphs
|
Represents a Stage which is a series of Items, which track their own provenance. More...
#include <funnel.hpp>
Public Attributes | |
| string | name |
| vector< Item > | items |
| double | duration |
| How long did the stage last, in seconds? More... | |
| std::unordered_map< std::string, double > | sub_durations |
| How long did any substages of the stage last, in seconds? More... | |
| size_t | projected_count = 0 |
| State | tag = State::NONE |
| What's the best tag of anything at this stage? More... | |
| PaintableSpace | tag_space |
| Where are tags applied? More... | |
Represents a Stage which is a series of Items, which track their own provenance.
| double vg::Funnel::Stage::duration |
How long did the stage last, in seconds?
| vector<Item> vg::Funnel::Stage::items |
| string vg::Funnel::Stage::name |
| size_t vg::Funnel::Stage::projected_count = 0 |
How many of the items were actually projected? Needed because items may need to expand to hold information for items that have not been projected yet.
| std::unordered_map<std::string, double> vg::Funnel::Stage::sub_durations |
How long did any substages of the stage last, in seconds?
| State vg::Funnel::Stage::tag = State::NONE |
What's the best tag of anything at this stage?
| PaintableSpace vg::Funnel::Stage::tag_space |
Where are tags applied?
1.8.17