#include <match.h>
Public Member Functions | |
| match (istream &in) throw (inputException) | |
| match (const match &m) | |
| match & | operator= (const match &m) |
| bool | overlap (const match &m) const |
| float | getScore () const |
| int | getLength () const |
| float | getLenxid () const |
| double | getE () const |
| match (istream &in) throw (inputException) | |
| match (const match &m) | |
| match & | operator= (const match &m) |
| bool | overlap (const match &m) const |
| float | getScore () const |
| int | getLength () const |
| float | getLenxid () const |
| double | getE () const |
Private Attributes | |
| float | identity |
| int | length |
| int | mismatch |
| int | gap |
| int | qstart |
| int | qend |
| int | tstart |
| int | tend |
| double | E |
| float | score |
Friends | |
| ostream & | operator<< (ostream &o, const match &m) |
| ostream & | operator<< (ostream &o, const match &m) |
| match::match | ( | istream & | in | ) | throw (inputException) |
| match::match | ( | const match & | m | ) |
| match::match | ( | istream & | in | ) | throw (inputException) |
| match::match | ( | const match & | m | ) |
| match& match::operator= | ( | const match & | m | ) |
| bool match::overlap | ( | const match & | m | ) | const |
| float match::getScore | ( | ) | const [inline] |
References score.
| int match::getLength | ( | ) | const [inline] |
References length.
| double match::getE | ( | ) | const [inline] |
References E.
| match& match::operator= | ( | const match & | m | ) |
| bool match::overlap | ( | const match & | m | ) | const |
| float match::getScore | ( | ) | const [inline] |
References score.
| int match::getLength | ( | ) | const [inline] |
References length.
| double match::getE | ( | ) | const [inline] |
References E.
| ostream& operator<< | ( | ostream & | o, | |
| const match & | m | |||
| ) | [friend] |
| ostream& operator<< | ( | ostream & | o, | |
| const match & | m | |||
| ) | [friend] |
float match::identity [private] |
Referenced by getLenxid().
int match::length [private] |
Referenced by getLength(), and getLenxid().
int match::mismatch [private] |
int match::gap [private] |
int match::qstart [private] |
int match::qend [private] |
int match::tstart [private] |
int match::tend [private] |
float match::score [private] |
Referenced by getScore().
1.5.6