vg
tools for working with variation graphs
Public Attributes | List of all members
vg::Funnel::Stage Struct Reference

Represents a Stage which is a series of Items, which track their own provenance. More...

#include <funnel.hpp>

Public Attributes

string name
 
vector< Itemitems
 
size_t projected_count = 0
 
bool has_correct = false
 Does this stage contain any items tagged as correct? More...
 

Detailed Description

Represents a Stage which is a series of Items, which track their own provenance.

Member Data Documentation

◆ has_correct

bool vg::Funnel::Stage::has_correct = false

Does this stage contain any items tagged as correct?

◆ items

vector<Item> vg::Funnel::Stage::items

◆ name

string vg::Funnel::Stage::name

◆ projected_count

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.


The documentation for this struct was generated from the following file: