|
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 |
| float | duration |
| How long did the stage last, in seconds? | |
| size_t | projected_count = 0 |
| State | tag = State::NONE |
| What's the best tag of anything at this stage? | |
| PaintableSpace | tag_space |
| Where are tags applied? | |
Represents a Stage which is a series of Items, which track their own provenance.
| float 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.
| 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.9.8