| alignment | vg::BandedGlobalAligner< IntType >::BAMatrix | private |
| AltTracebackStack class | vg::BandedGlobalAligner< IntType >::BAMatrix | friend |
| BABuilder class | vg::BandedGlobalAligner< IntType >::BAMatrix | friend |
| BAMatrix(Alignment &alignment, handle_t node, int64_t top_diag, int64_t bottom_diag, const vector< BAMatrix * > &seeds, int64_t cumulative_seq_len) | vg::BandedGlobalAligner< IntType >::BAMatrix | |
| bottom_diag | vg::BandedGlobalAligner< IntType >::BAMatrix | private |
| cumulative_seq_len | vg::BandedGlobalAligner< IntType >::BAMatrix | private |
| fill_matrix(const HandleGraph &graph, int8_t *score_mat, int8_t *nt_table, int8_t gap_open, int8_t gap_extend, bool qual_adjusted, IntType min_inf) | vg::BandedGlobalAligner< IntType >::BAMatrix | |
| insert_col | vg::BandedGlobalAligner< IntType >::BAMatrix | private |
| insert_row | vg::BandedGlobalAligner< IntType >::BAMatrix | private |
| match | vg::BandedGlobalAligner< IntType >::BAMatrix | private |
| node | vg::BandedGlobalAligner< IntType >::BAMatrix | private |
| print_band(const HandleGraph &graph, matrix_t which_mat) | vg::BandedGlobalAligner< IntType >::BAMatrix | private |
| print_full_matrices(const HandleGraph &graph) | vg::BandedGlobalAligner< IntType >::BAMatrix | |
| print_matrix(const HandleGraph &graph, matrix_t which_mat) | vg::BandedGlobalAligner< IntType >::BAMatrix | private |
| print_rectangularized_bands(const HandleGraph &graph) | vg::BandedGlobalAligner< IntType >::BAMatrix | |
| seeds | vg::BandedGlobalAligner< IntType >::BAMatrix | private |
| top_diag | vg::BandedGlobalAligner< IntType >::BAMatrix | private |
| traceback(const HandleGraph &graph, BABuilder &builder, AltTracebackStack &traceback_stack, matrix_t start_mat, int8_t *score_mat, int8_t *nt_table, int8_t gap_open, int8_t gap_extend, bool qual_adjusted, IntType min_inf) | vg::BandedGlobalAligner< IntType >::BAMatrix | |
| traceback_internal(const HandleGraph &graph, BABuilder &builder, AltTracebackStack &traceback_stack, int64_t start_row, int64_t start_col, matrix_t start_mat, bool in_lead_gap, int8_t *score_mat, int8_t *nt_table, int8_t gap_open, int8_t gap_extend, bool qual_adjusted, IntType min_inf) | vg::BandedGlobalAligner< IntType >::BAMatrix | private |
| ~BAMatrix() | vg::BandedGlobalAligner< IntType >::BAMatrix | |