BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioFTLBaseRange.h>
Public Member Functions | |
BioFTLBaseRange () | |
BioFTLBaseRange (const string &) | |
virtual | ~BioFTLBaseRange () |
void | setBioFTLBaseRange (const string &) |
string | getSequence (BioDnaSequence &) |
bool | findPartial () |
bool | findStartingPartial () |
bool | findEndingPartial () |
string | getBaseRange () |
void | showBaseRange (ostream &os=cout, string x=" ") |
void | showSequence (BioDnaSequence &, ostream &os=cout) |
BioFTLBaseRange::BioFTLBaseRange | ( | const string & | ) |
virtual BioFTLBaseRange::~BioFTLBaseRange | ( | ) | [virtual] |
bool BioFTLBaseRange::findEndingPartial | ( | ) |
Reimplemented from BioFTLSingleBaseRange.
bool BioFTLBaseRange::findPartial | ( | ) |
Reimplemented from BioFTLSingleBaseRange.
bool BioFTLBaseRange::findStartingPartial | ( | ) |
Reimplemented from BioFTLSingleBaseRange.
string BioFTLBaseRange::getBaseRange | ( | ) |
string BioFTLBaseRange::getSequence | ( | BioDnaSequence & | ) |
Reimplemented from BioFTLSingleBaseRange.
void BioFTLBaseRange::setBioFTLBaseRange | ( | const string & | ) |
void BioFTLBaseRange::showBaseRange | ( | ostream & | os = cout , |
string | x = " " |
||
) |
void BioFTLBaseRange::showSequence | ( | BioDnaSequence & | , |
ostream & | os = cout |
||
) |