|
vg
tools for working with variation graphs
|
This is the complete list of members for handlegraph::PathPositionHandleGraph, including all inherited members.
| ASSEMBLY_OR_NAME_MATCH | handlegraph::PathMetadata | privatestatic |
| create_path_name(const PathSense &sense, const std::string &sample, const std::string &locus, const size_t &haplotype, const size_t &phase_block, const subrange_t &subrange) | handlegraph::PathMetadata | static |
| edge_handle(const handle_t &left, const handle_t &right) const | handlegraph::HandleGraph | |
| flip(const handle_t &handle) const =0 | handlegraph::HandleGraph | pure virtual |
| follow_edges(const handle_t &handle, bool go_left, const Iteratee &iteratee) const | handlegraph::HandleGraph | |
| follow_edges_impl(const handle_t &handle, bool go_left, const std::function< bool(const handle_t &)> &iteratee) const =0 | handlegraph::HandleGraph | protectedpure virtual |
| for_each_edge(const Iteratee &iteratee, bool parallel=false) const | handlegraph::HandleGraph | |
| for_each_handle(const Iteratee &iteratee, bool parallel=false) const | handlegraph::HandleGraph | |
| for_each_handle_impl(const std::function< bool(const handle_t &)> &iteratee, bool parallel=false) const =0 | handlegraph::HandleGraph | protectedpure virtual |
| for_each_path_handle(const Iteratee &iteratee) const | handlegraph::PathHandleGraph | |
| for_each_path_handle_impl(const std::function< bool(const path_handle_t &)> &iteratee) const =0 | handlegraph::PathHandleGraph | protectedpure virtual |
| for_each_path_matching(const std::unordered_set< PathSense > *senses, const std::unordered_set< std::string > *samples, const std::unordered_set< std::string > *loci, const Iteratee &iteratee) const | handlegraph::PathMetadata | |
| for_each_path_matching(const std::unordered_set< PathSense > &senses, const std::unordered_set< std::string > &samples, const std::unordered_set< std::string > &loci, const Iteratee &iteratee) const | handlegraph::PathMetadata | |
| for_each_path_matching_impl(const std::unordered_set< PathSense > *senses, const std::unordered_set< std::string > *samples, const std::unordered_set< std::string > *loci, const std::function< bool(const path_handle_t &)> &iteratee) const | handlegraph::PathMetadata | protectedvirtual |
| for_each_path_of_sample(const std::string &sample, const Iteratee &iteratee) const | handlegraph::PathMetadata | |
| for_each_path_of_sense(const PathSense &sense, const Iteratee &iteratee) const | handlegraph::PathMetadata | |
| for_each_step_in_path(const path_handle_t &path, const Iteratee &iteratee) const | handlegraph::PathHandleGraph | |
| for_each_step_of_sense(const handle_t &visited, const PathSense &sense, const Iteratee &iteratee) const | handlegraph::PathMetadata | |
| for_each_step_of_sense_impl(const handle_t &visited, const PathSense &sense, const std::function< bool(const step_handle_t &)> &iteratee) const | handlegraph::PathMetadata | protectedvirtual |
| for_each_step_on_handle(const handle_t &handle, const Iteratee &iteratee) const | handlegraph::PathHandleGraph | |
| for_each_step_on_handle_impl(const handle_t &handle, const std::function< bool(const step_handle_t &)> &iteratee) const =0 | handlegraph::PathHandleGraph | protectedpure virtual |
| for_each_step_position_on_handle(const handle_t &handle, const std::function< bool(const step_handle_t &, const bool &, const size_t &)> &iteratee) const | handlegraph::PathPositionHandleGraph | virtual |
| FORMAT | handlegraph::PathMetadata | privatestatic |
| forward(const handle_t &handle) const | handlegraph::HandleGraph | |
| get_base(const handle_t &handle, size_t index) const | handlegraph::HandleGraph | virtual |
| get_degree(const handle_t &handle, bool go_left) const | handlegraph::HandleGraph | virtual |
| get_edge_count() const | handlegraph::HandleGraph | virtual |
| get_handle(const nid_t &node_id, bool is_reverse=false) const =0 | handlegraph::HandleGraph | pure virtual |
| get_handle_of_step(const step_handle_t &step_handle) const =0 | handlegraph::PathHandleGraph | pure virtual |
| get_haplotype(const path_handle_t &handle) const | handlegraph::PathMetadata | virtual |
| get_id(const handle_t &handle) const =0 | handlegraph::HandleGraph | pure virtual |
| get_is_circular(const path_handle_t &path_handle) const =0 | handlegraph::PathHandleGraph | pure virtual |
| get_is_reverse(const handle_t &handle) const =0 | handlegraph::HandleGraph | pure virtual |
| get_length(const handle_t &handle) const =0 | handlegraph::HandleGraph | pure virtual |
| get_locus_name(const path_handle_t &handle) const | handlegraph::PathMetadata | virtual |
| get_next_step(const step_handle_t &step_handle) const =0 | handlegraph::PathHandleGraph | pure virtual |
| get_node_count() const =0 | handlegraph::HandleGraph | pure virtual |
| get_path_count() const =0 | handlegraph::PathHandleGraph | pure virtual |
| get_path_handle(const std::string &path_name) const =0 | handlegraph::PathHandleGraph | pure virtual |
| get_path_handle_of_step(const step_handle_t &step_handle) const =0 | handlegraph::PathHandleGraph | pure virtual |
| get_path_length(const path_handle_t &path_handle) const =0 | handlegraph::PathPositionHandleGraph | pure virtual |
| get_path_name(const path_handle_t &path_handle) const =0 | handlegraph::PathHandleGraph | pure virtual |
| get_phase_block(const path_handle_t &handle) const | handlegraph::PathMetadata | virtual |
| get_position_of_step(const step_handle_t &step) const =0 | handlegraph::PathPositionHandleGraph | pure virtual |
| get_previous_step(const step_handle_t &step_handle) const =0 | handlegraph::PathHandleGraph | pure virtual |
| get_sample_name(const path_handle_t &handle) const | handlegraph::PathMetadata | virtual |
| get_sense(const path_handle_t &handle) const | handlegraph::PathMetadata | virtual |
| get_sequence(const handle_t &handle) const =0 | handlegraph::HandleGraph | pure virtual |
| get_step_at_position(const path_handle_t &path, const size_t &position) const =0 | handlegraph::PathPositionHandleGraph | pure virtual |
| get_step_count(const path_handle_t &path_handle) const =0 | handlegraph::PathHandleGraph | pure virtual |
| get_step_count(const handle_t &handle) const | handlegraph::PathHandleGraph | virtual |
| get_subrange(const path_handle_t &handle) const | handlegraph::PathMetadata | virtual |
| get_subsequence(const handle_t &handle, size_t index, size_t size) const | handlegraph::HandleGraph | virtual |
| get_total_length() const | handlegraph::HandleGraph | virtual |
| HAPLOTYPE_MATCH | handlegraph::PathMetadata | privatestatic |
| has_edge(const handle_t &left, const handle_t &right) const | handlegraph::HandleGraph | virtual |
| has_edge(const edge_t &edge) const | handlegraph::HandleGraph | inline |
| has_next_step(const step_handle_t &step_handle) const =0 | handlegraph::PathHandleGraph | pure virtual |
| has_node(nid_t node_id) const =0 | handlegraph::HandleGraph | pure virtual |
| has_path(const std::string &path_name) const =0 | handlegraph::PathHandleGraph | pure virtual |
| has_previous_step(const step_handle_t &step_handle) const =0 | handlegraph::PathHandleGraph | pure virtual |
| is_empty(const path_handle_t &path_handle) const | handlegraph::PathHandleGraph | virtual |
| LOCUS_MATCH_ANY | handlegraph::PathMetadata | privatestatic |
| LOCUS_MATCH_NUMERICAL_WITHOUT_HAPLOTYPE | handlegraph::PathMetadata | privatestatic |
| max_node_id() const =0 | handlegraph::HandleGraph | pure virtual |
| min_node_id() const =0 | handlegraph::HandleGraph | pure virtual |
| NO_END_POSITION | handlegraph::PathMetadata | static |
| NO_HAPLOTYPE | handlegraph::PathMetadata | static |
| NO_LOCUS_NAME | handlegraph::PathMetadata | static |
| NO_PHASE_BLOCK | handlegraph::PathMetadata | static |
| NO_SAMPLE_NAME | handlegraph::PathMetadata | static |
| NO_SUBRANGE | handlegraph::PathMetadata | static |
| parse_haplotype(const std::string &path_name) | handlegraph::PathMetadata | static |
| parse_locus_name(const std::string &path_name) | handlegraph::PathMetadata | static |
| parse_path_name(const std::string &path_name, PathSense &sense, std::string &sample, std::string &locus, size_t &haplotype, size_t &phase_block, subrange_t &subrange) | handlegraph::PathMetadata | static |
| parse_phase_block(const std::string &path_name) | handlegraph::PathMetadata | static |
| parse_sample_name(const std::string &path_name) | handlegraph::PathMetadata | static |
| parse_sense(const std::string &path_name) | handlegraph::PathMetadata | static |
| parse_subrange(const std::string &path_name) | handlegraph::PathMetadata | static |
| path_back(const path_handle_t &path_handle) const =0 | handlegraph::PathHandleGraph | pure virtual |
| path_begin(const path_handle_t &path_handle) const =0 | handlegraph::PathHandleGraph | pure virtual |
| path_end(const path_handle_t &path_handle) const =0 | handlegraph::PathHandleGraph | pure virtual |
| path_front_end(const path_handle_t &path_handle) const =0 | handlegraph::PathHandleGraph | pure virtual |
| PHASE_BLOCK_MATCH | handlegraph::PathMetadata | privatestatic |
| RANGE_END_MATCH | handlegraph::PathMetadata | privatestatic |
| RANGE_END_SEPARATOR | handlegraph::PathMetadata | privatestatic |
| RANGE_START_MATCH | handlegraph::PathMetadata | privatestatic |
| RANGE_START_SEPARATOR | handlegraph::PathMetadata | privatestatic |
| RANGE_TERMINATOR | handlegraph::PathMetadata | privatestatic |
| scan_path(const path_handle_t &path) const | handlegraph::PathHandleGraph | |
| SEPARATOR | handlegraph::PathMetadata | privatestatic |
| steps_of_handle(const handle_t &handle, bool match_orientation=false) const | handlegraph::PathHandleGraph | virtual |
| traverse_edge_handle(const edge_t &edge, const handle_t &left) const | handlegraph::HandleGraph | |
| ~HandleGraph()=default | handlegraph::HandleGraph | virtual |
| ~PathHandleGraph()=default | handlegraph::PathHandleGraph | virtual |
| ~PathMetadata()=default | handlegraph::PathMetadata | virtual |
| ~PathPositionHandleGraph()=default | handlegraph::PathPositionHandleGraph | virtual |
1.8.17