ppALIGN API documentation
DynCell< TYPE > Struct Template Reference
#include <checkpoint.hpp>
Public Attributes | |
| TYPE | M |
| TYPE | I |
| TYPE | D |
Friends | |
| std::ostream & | operator<< (std::ostream &ost, const DynCell &c) |
Detailed Description
template<typename TYPE>
struct DynCell< TYPE >
A cell of the dynamic programming workspace.
- Template Parameters:
-
TYPE numerical type for the matrix entries
Definition at line 150 of file checkpoint.hpp.
Friends And Related Function Documentation
template<typename TYPE>
| std::ostream& operator<< | ( | std::ostream & | ost, | |
| const DynCell< TYPE > & | c | |||
| ) | [friend] |
Output of the values.
- Parameters:
-
ost ostream object c DynCell object
Definition at line 165 of file checkpoint.hpp.
Member Data Documentation
value for delete state
Definition at line 159 of file checkpoint.hpp.
value for insert state
Definition at line 156 of file checkpoint.hpp.
value for match state
Definition at line 153 of file checkpoint.hpp.
The documentation for this struct was generated from the following file:
- src/checkpoint.hpp