MatchStore Class Reference

#include <MatchStore.h>

Inheritance diagram for MatchStore:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~MatchStore ()
virtual void clear (void)
virtual void printResult (ostream &outputStream=cout) const
virtual void addMatch (SequenceNumber subjectNum, SequenceOffset numBases, SequenceOffset queryStart, SequenceOffset queryEnd, SequenceOffset subjectStart, SequenceOffset subjectEnd, bool isQueryForward, bool isSubjectForward)

Detailed Description

Definition at line 158 of file MatchStore.h.


Constructor & Destructor Documentation

virtual MatchStore::~MatchStore (  )  [inline, virtual]

Definition at line 161 of file MatchStore.h.

00161 {}


Member Function Documentation

virtual void MatchStore::clear ( void   )  [inline, virtual]

Reimplemented in MatchStoreImp.

Definition at line 163 of file MatchStore.h.

00163 {}

virtual void MatchStore::printResult ( ostream &  outputStream = cout  )  const [inline, virtual]

Reimplemented in MatchStoreImp.

Definition at line 166 of file MatchStore.h.

Referenced by MatchTaskTest::operator()().

00166 {}

Here is the caller graph for this function:

virtual void MatchStore::addMatch ( SequenceNumber  subjectNum,
SequenceOffset  numBases,
SequenceOffset  queryStart,
SequenceOffset  queryEnd,
SequenceOffset  subjectStart,
SequenceOffset  subjectEnd,
bool  isQueryForward,
bool  isSubjectForward 
) [inline, virtual]

Reimplemented in MatchStoreImp.

Definition at line 168 of file MatchStore.h.

Referenced by MatchAdderProteinCodon::operator()(), MatchAdderCodonCodon::operator()(), MatchAdderCodonProtein::operator()(), and MatchAdderImp::operator()().

00175                                                   {}

Here is the caller graph for this function:


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