|
Rosetta 3.5
|
#include <DP_Matrix.hh>


Public Member Functions | |
| Cell () | |
| Cell (Real const &sc, AlignMove const &ty=end) | |
| virtual | ~Cell () |
| void | score (const Real &score) |
| Real | score () const |
| Cell & | operator= (Cell const &c) |
| void | next (CellOP n) |
| CellOP | next () |
| AlignMove | came_from () |
| void | came_from (AlignMove const &type) |
| void | x (Size const &s) |
| void | y (Size const &s) |
| Size | x () |
| Size | y () |
Private Attributes | |
| Real | score_ |
| CellOP | backptr_ |
| AlignMove | type_ |
| utility::vector1< Size > | coords_ |
Definition at line 39 of file DP_Matrix.hh.
|
inline |
Definition at line 42 of file DP_Matrix.hh.
Definition at line 46 of file DP_Matrix.hh.
References backptr_, came_from(), and score().
|
virtual |
Definition at line 35 of file DP_Matrix.cc.
|
inline |
|
inline |
Definition at line 84 of file DP_Matrix.hh.
References type_.
|
inline |
Definition at line 72 of file DP_Matrix.hh.
References backptr_.
|
inline |
Definition at line 76 of file DP_Matrix.hh.
References backptr_.
Definition at line 67 of file DP_Matrix.hh.
References score().
|
inline |
Definition at line 59 of file DP_Matrix.hh.
References score(), and score_.
Referenced by operator=().
|
inline |
Definition at line 63 of file DP_Matrix.hh.
References score_.
Referenced by Cell(), operator=(), and score().
|
inline |
Definition at line 88 of file DP_Matrix.hh.
References coords_.
|
inline |
Definition at line 96 of file DP_Matrix.hh.
References coords_.
|
inline |
Definition at line 92 of file DP_Matrix.hh.
References coords_.
|
inline |
Definition at line 100 of file DP_Matrix.hh.
References coords_.
|
private |
Definition at line 106 of file DP_Matrix.hh.
|
private |
Definition at line 108 of file DP_Matrix.hh.
|
private |
Definition at line 105 of file DP_Matrix.hh.
Referenced by score().
|
private |
Definition at line 107 of file DP_Matrix.hh.
Referenced by came_from().
1.8.4