MatchAlignerProtein Class Reference

#include <MatchAligner.h>

Inheritance diagram for MatchAlignerProtein:

Inheritance graph
[legend]
Collaboration diagram for MatchAlignerProtein:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 MatchAlignerProtein (int numCols=80, int bandExtension=0, ostream &outputStream=cout)

Detailed Description

Definition at line 281 of file MatchAligner.h.


Constructor & Destructor Documentation

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


The documentation for this class was generated from the following file:
Generated on Fri Dec 21 13:18:22 2007 for ssaha by  doxygen 1.5.2