#include <MatchStore.h>
Inheritance diagram for MatchStore:

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) |
Definition at line 158 of file MatchStore.h.
| virtual MatchStore::~MatchStore | ( | ) | [inline, virtual] |
| virtual void MatchStore::clear | ( | void | ) | [inline, virtual] |
| 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()().
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()().
Here is the caller graph for this function:

1.5.2