BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioFTKSingleGene.h>
Public Member Functions | |
BioFTKSingleGene () | |
BioFTKSingleGene (const string &de_) | |
bool | findPseudo () |
void | setFTKSingleGene (vector< string >) |
void | showGene (ostream &=cout, string x=" ") |
void | showPseudo (ostream &os=cout, string x=" ") |
void | showFeatureQualifiers (ostream &os=cout) |
Friends | |
bool | operator> (const BioFTKSingleGene &, const BioFTKSingleGene &) |
bool | operator< (const BioFTKSingleGene &, const BioFTKSingleGene &) |
bool | operator== (const BioFTKSingleGene &, const BioFTKSingleGene &) |
BioFTKSingleGene::BioFTKSingleGene | ( | const string & | de_ | ) |
bool BioFTKSingleGene::findPseudo | ( | ) |
void BioFTKSingleGene::setFTKSingleGene | ( | vector< string > | ) |
void BioFTKSingleGene::showFeatureQualifiers | ( | ostream & | os = cout | ) |
void BioFTKSingleGene::showGene | ( | ostream & | = cout , |
string | x = " " |
||
) |
Reimplemented from BioFTQGene.
void BioFTKSingleGene::showPseudo | ( | ostream & | os = cout , |
string | x = " " |
||
) |
bool operator< | ( | const BioFTKSingleGene & | , |
const BioFTKSingleGene & | |||
) | [friend] |
bool operator== | ( | const BioFTKSingleGene & | , |
const BioFTKSingleGene & | |||
) | [friend] |
bool operator> | ( | const BioFTKSingleGene & | , |
const BioFTKSingleGene & | |||
) | [friend] |