#include <MatchAligner.h>
Inheritance diagram for MatchAlignerProtein:


Public Member Functions | |
| MatchAlignerProtein (int numCols=80, int bandExtension=0, ostream &outputStream=cout) | |
Definition at line 281 of file MatchAligner.h.
| MatchAlignerProtein::MatchAlignerProtein | ( | int | numCols = 80, |
|
| int | bandExtension = 0, |
|||
| ostream & | outputStream = cout | |||
| ) | [inline] |
Definition at line 284 of file MatchAligner.h.
00286 : 00287 MatchAligner( numCols, 00288 bandExtension, 00289 tableBlosum62_.getTable(), 00290 outputStream ) 00291 {} // ~MatchAlignerProtein::MatchAlignerProtein
1.5.2