#include <DP_Matrix.hh>
◆ CellOP
◆ Matrix
◆ Row
◆ DP_Matrix()
| core::sequence::DP_Matrix::DP_Matrix |
( |
Size |
rs, |
|
|
Size |
cs |
|
) |
| |
|
inline |
◆ ~DP_Matrix()
| core::sequence::DP_Matrix::~DP_Matrix |
( |
| ) |
|
|
overridedefault |
◆ clear()
| void core::sequence::DP_Matrix::clear |
( |
| ) |
|
◆ cols()
| Size core::sequence::DP_Matrix::cols |
( |
| ) |
const |
◆ operator()()
| CellOP core::sequence::DP_Matrix::operator() |
( |
Size |
row, |
|
|
Size |
col |
|
) |
| const |
◆ rows()
| Size core::sequence::DP_Matrix::rows |
( |
| ) |
const |
◆ xlab() [1/2]
| vector1< char > core::sequence::DP_Matrix::xlab |
( |
| ) |
const |
◆ xlab() [2/2]
| void core::sequence::DP_Matrix::xlab |
( |
utility::vector1< char > const & |
xs | ) |
|
◆ ylab() [1/2]
| vector1< char > core::sequence::DP_Matrix::ylab |
( |
| ) |
const |
◆ ylab() [2/2]
| void core::sequence::DP_Matrix::ylab |
( |
utility::vector1< char > const & |
ys | ) |
|
◆ operator<<
| std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const DP_Matrix & |
m |
|
) |
| |
|
friend |
◆ scoring_matrix_
| Matrix core::sequence::DP_Matrix::scoring_matrix_ |
|
private |
◆ xlabels_
| utility::vector1< char > core::sequence::DP_Matrix::xlabels_ |
|
private |
◆ ylabels_
| utility::vector1< char > core::sequence::DP_Matrix::ylabels_ |
|
private |
The documentation for this class was generated from the following files: