![]() |
Rosetta
2021.16
|
#include <DP_Matrix.hh>

Public Member Functions | |
| DP_Matrix (Size rs, Size cs) | |
| ~DP_Matrix () override | |
| void | clear () |
| CellOP | operator() (Size row, Size col) const |
| Size | rows () const |
| Size | cols () const |
| void | xlab (utility::vector1< char > const &xs) |
| void | ylab (utility::vector1< char > const &ys) |
| utility::vector1< char > | xlab () const |
| utility::vector1< char > | ylab () const |
Private Types | |
| typedef utility::pointer::shared_ptr < Cell > | CellOP |
| typedef utility::vector1< CellOP > | Row |
| typedef utility::vector1 < utility::vector1< CellOP > > | Matrix |
Private Attributes | |
| Matrix | scoring_matrix_ |
| utility::vector1< char > | xlabels_ |
| utility::vector1< char > | ylabels_ |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const DP_Matrix &m) |
|
private |
|
private |
|
private |
References core::pack::dunbrack::c, core::sequence::end, and scoring_matrix_.
|
overridedefault |
| void core::sequence::DP_Matrix::clear | ( | ) |
References scoring_matrix_.
| Size core::sequence::DP_Matrix::cols | ( | ) | const |
References scoring_matrix_.
Referenced by operator()(), and core::sequence::operator<<().
References cols(), rows(), and scoring_matrix_.
| Size core::sequence::DP_Matrix::rows | ( | ) | const |
References scoring_matrix_.
Referenced by operator()(), and core::sequence::operator<<().
| void core::sequence::DP_Matrix::xlab | ( | utility::vector1< char > const & | xs | ) |
References xlabels_.
Referenced by core::sequence::operator<<().
| vector1< char > core::sequence::DP_Matrix::xlab | ( | ) | const |
References xlabels_.
| void core::sequence::DP_Matrix::ylab | ( | utility::vector1< char > const & | ys | ) |
References ylabels_.
Referenced by core::sequence::operator<<().
| vector1< char > core::sequence::DP_Matrix::ylab | ( | ) | const |
References ylabels_.
|
friend |
|
private |
Referenced by clear(), cols(), DP_Matrix(), operator()(), and rows().
|
private |
Referenced by xlab().
|
private |
Referenced by ylab().
1.8.7