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


Public Member Functions | |
| MatchAlignerDNA (int numCols=80, int bandExtension=0, ostream &outputStream=cout) | |
Definition at line 265 of file MatchAligner.h.
| MatchAlignerDNA::MatchAlignerDNA | ( | int | numCols = 80, |
|
| int | bandExtension = 0, |
|||
| ostream & | outputStream = cout | |||
| ) | [inline] |
Definition at line 268 of file MatchAligner.h.
00270 : 00271 MatchAligner( numCols, 00272 bandExtension, 00273 tableDNA_.getTable(), 00274 outputStream ) 00275 {} // ~MatchTaskAlignDNA::MatchTaskAlignDNA }; // ~class MatchAlignerDNA : public MatchAligner
1.5.2