BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioPdbSingleCompnd.h>
Public Member Functions | |
BioPdbSingleCompnd () | |
BioPdbSingleCompnd (const string &ti_) | |
void | setPdbSingleCompnd (vector< string >) |
int | getMolId () |
string | getMolecule () |
string | getFragment () |
string | getEngineered () |
string | getEc (int) |
int | getNumberOfEcs () |
string | getBiologicalUnit () |
string | getOtherDetails () |
string | getMutation () |
char | getChain (int) |
int | getNumberOfChains () |
string | getSynonym () |
bool | findSingleCompnd (string) |
Friends | |
bool | operator> (const BioPdbSingleCompnd &, const BioPdbSingleCompnd &) |
bool | operator< (const BioPdbSingleCompnd &, const BioPdbSingleCompnd &) |
bool | operator== (const BioPdbSingleCompnd &, const BioPdbSingleCompnd &) |
BioPdbSingleCompnd::BioPdbSingleCompnd | ( | const string & | ti_ | ) |
bool BioPdbSingleCompnd::findSingleCompnd | ( | string | ) |
string BioPdbSingleCompnd::getBiologicalUnit | ( | ) |
char BioPdbSingleCompnd::getChain | ( | int | ) |
string BioPdbSingleCompnd::getEc | ( | int | ) |
string BioPdbSingleCompnd::getEngineered | ( | ) |
string BioPdbSingleCompnd::getFragment | ( | ) |
string BioPdbSingleCompnd::getMolecule | ( | ) |
int BioPdbSingleCompnd::getMolId | ( | ) |
string BioPdbSingleCompnd::getMutation | ( | ) |
string BioPdbSingleCompnd::getOtherDetails | ( | ) |
string BioPdbSingleCompnd::getSynonym | ( | ) |
void BioPdbSingleCompnd::setPdbSingleCompnd | ( | vector< string > | ) |
bool operator< | ( | const BioPdbSingleCompnd & | , |
const BioPdbSingleCompnd & | |||
) | [friend] |
bool operator== | ( | const BioPdbSingleCompnd & | , |
const BioPdbSingleCompnd & | |||
) | [friend] |
bool operator> | ( | const BioPdbSingleCompnd & | , |
const BioPdbSingleCompnd & | |||
) | [friend] |