BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioWater.h>
Public Member Functions | |
BioWater () | |
~BioWater () | |
BioWater (const string &) | |
BioWater (const char &, const vector< BioResidue > &) | |
void | showWater (ostream &=cout) |
int | getNumberOfWaters () const |
int | getWaterIndex (const int &) const |
int | getWaterNumber (const int &) const |
void | setChainId (const char &) |
char | getChainId () const |
BioWater | eraseHydrogen () |
BioResidue & | getWater (const int &) |
void | setDisplayArea (double startx=80, double starty=250, double size=450) |
void | showWater (BioPostScript &ps, double width=1, double r=255, double g=0, double b=0) |
BioWater::BioWater | ( | const string & | ) |
BioWater::BioWater | ( | const char & | , |
const vector< BioResidue > & | |||
) |
char BioWater::getChainId | ( | ) | const |
int BioWater::getNumberOfWaters | ( | ) | const |
BioResidue& BioWater::getWater | ( | const int & | ) |
int BioWater::getWaterIndex | ( | const int & | ) | const |
int BioWater::getWaterNumber | ( | const int & | ) | const |
void BioWater::setChainId | ( | const char & | ) |
void BioWater::setDisplayArea | ( | double | startx = 80 , |
double | starty = 250 , |
||
double | size = 450 |
||
) |
void BioWater::showWater | ( | ostream & | = cout | ) |
void BioWater::showWater | ( | BioPostScript & | ps, |
double | width = 1 , |
||
double | r = 255 , |
||
double | g = 0 , |
||
double | b = 0 |
||
) |