#include <GlobalDefinitions.h>
Inheritance diagram for printResidue:


Public Member Functions | |
| printResidue (const Word word, int wordLength) | |
| printResidue (const Word word, const HashTableGeneric &hashTable) | |
| printResidue (const WordSequence &wordSeq, int wordLength) | |
| printResidue (const WordSequence &wordSeq, const HashTableGeneric &hashTable) | |
Definition at line 616 of file GlobalDefinitions.h.
| printResidue::printResidue | ( | const Word | word, | |
| int | wordLength | |||
| ) | [inline] |
Definition at line 619 of file GlobalDefinitions.h.
00619 : 00620 PrintFromWord( word, wordLength, gResidueBits, gResidueNames ) {} printResidue( const Word word, const HashTableGeneric& hashTable ) :
| printResidue::printResidue | ( | const Word | word, | |
| const HashTableGeneric & | hashTable | |||
| ) | [inline] |
Definition at line 621 of file GlobalDefinitions.h.
00621 : 00622 PrintFromWord( word, hashTable, gResidueBits, gResidueNames ) {} printResidue( const WordSequence& wordSeq, int wordLength ) :
| printResidue::printResidue | ( | const WordSequence & | wordSeq, | |
| int | wordLength | |||
| ) | [inline] |
Definition at line 623 of file GlobalDefinitions.h.
00623 : 00624 PrintFromWord( wordSeq, wordLength, gResidueBits, gResidueNames ) {} printResidue( const WordSequence& wordSeq,
| printResidue::printResidue | ( | const WordSequence & | wordSeq, | |
| const HashTableGeneric & | hashTable | |||
| ) | [inline] |
Definition at line 625 of file GlobalDefinitions.h.
00626 : 00627 PrintFromWord( wordSeq, hashTable, gResidueBits, gResidueNames ) {} };
1.5.2