vg
tools for working with variation graphs
|
This is the complete list of members for vg::DiagramExplainer, including all inherited members.
add_edge(const std::string &a_id, const std::string &b_id, const annotation_t &annotations={}) | vg::DiagramExplainer | |
add_globals(const annotation_t &annotations) | vg::DiagramExplainer | |
add_node(const std::string &id, const annotation_t &annotations={}) | vg::DiagramExplainer | |
annotation_t typedef | vg::DiagramExplainer | |
DiagramExplainer() | vg::DiagramExplainer | |
edge_ref_t typedef | vg::DiagramExplainer | protected |
edges | vg::DiagramExplainer | protected |
ensure_edge(const std::string &a_id, const std::string &b_id, const annotation_t &annotations={}) | vg::DiagramExplainer | |
ensure_node(const std::string &id, const annotation_t &annotations={}) | vg::DiagramExplainer | |
Explainer() | vg::Explainer | |
explanation_number | vg::Explainer | protected |
for_each_edge(const std::function< void(const edge_ref_t &)> &iteratee) const | vg::DiagramExplainer | protected |
globals | vg::DiagramExplainer | protected |
MAX_DISPLAYED_SUGGESTIONS_PER_CATEGORY | vg::DiagramExplainer | protectedstatic |
next_explanation_number | vg::Explainer | protectedstatic |
nodes | vg::DiagramExplainer | protected |
save_explanations | vg::Explainer | static |
stored_edge_t typedef | vg::DiagramExplainer | protected |
suggest_edge(const std::string &a_id, const std::string &b_id, const std::string &category, double importance, const annotation_t &annotations={}) | vg::DiagramExplainer | |
suggested_edge_t typedef | vg::DiagramExplainer | protected |
suggested_edges | vg::DiagramExplainer | protected |
write_annotations(std::ostream &out, const annotation_t &annotations) const | vg::DiagramExplainer | protected |
write_connected_components() const | vg::DiagramExplainer | protected |
write_edge(std::ostream &out, const std::string &a_id, const std::string &b_id, const annotation_t &annotations) const | vg::DiagramExplainer | protected |
write_globals(std::ostream &out, const annotation_t &annotations) const | vg::DiagramExplainer | protected |
write_node(std::ostream &out, const std::string &id, const annotation_t &annotations) const | vg::DiagramExplainer | protected |
~DiagramExplainer() | vg::DiagramExplainer | |
~Explainer() | vg::Explainer | virtual |