|
Rosetta 3.5
|
#include <DP_Matrix.hh>


Public Member Functions | |
| DP_Matrix (Size rs, Size cs) | |
| virtual | ~DP_Matrix () |
| 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::owning_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) |
Definition at line 111 of file DP_Matrix.hh.
|
private |
Definition at line 113 of file DP_Matrix.hh.
|
private |
Definition at line 115 of file DP_Matrix.hh.
|
private |
Definition at line 114 of file DP_Matrix.hh.
Definition at line 118 of file DP_Matrix.hh.
References core::pack::dunbrack::c, core::sequence::end, and scoring_matrix_.
|
virtual |
Definition at line 37 of file DP_Matrix.cc.
| void core::sequence::DP_Matrix::clear | ( | ) |
Definition at line 40 of file DP_Matrix.cc.
References scoring_matrix_.
| Size core::sequence::DP_Matrix::cols | ( | ) | const |
Definition at line 58 of file DP_Matrix.cc.
References scoring_matrix_.
Referenced by operator()(), and core::sequence::operator<<().
Definition at line 45 of file DP_Matrix.cc.
References cols(), rows(), and scoring_matrix_.
| Size core::sequence::DP_Matrix::rows | ( | ) | const |
Definition at line 54 of file DP_Matrix.cc.
References scoring_matrix_.
Referenced by operator()(), and core::sequence::operator<<().
| void core::sequence::DP_Matrix::xlab | ( | utility::vector1< char > const & | xs) |
Referenced by core::sequence::operator<<().
| vector1< char > core::sequence::DP_Matrix::xlab | ( | ) | const |
Definition at line 73 of file DP_Matrix.cc.
References xlabels_.
| void core::sequence::DP_Matrix::ylab | ( | utility::vector1< char > const & | ys) |
Referenced by core::sequence::operator<<().
| vector1< char > core::sequence::DP_Matrix::ylab | ( | ) | const |
Definition at line 78 of file DP_Matrix.cc.
References ylabels_.
|
friend |
Definition at line 82 of file DP_Matrix.cc.
|
private |
Definition at line 152 of file DP_Matrix.hh.
Referenced by clear(), cols(), DP_Matrix(), operator()(), and rows().
|
private |
Definition at line 153 of file DP_Matrix.hh.
Referenced by xlab().
|
private |
Definition at line 153 of file DP_Matrix.hh.
Referenced by ylab().
1.8.4