#include <PRO.h>
Public Member Functions | |
Residue () | |
void | setParm_No (char *str) |
void | setParm_chainName (char *str) |
void | setParm_seqlNo (int i) |
void | setParm_chainSeqlNo (int i) |
void | setParm_name (char *str) |
void | setParm_name_1 (char *str) |
void | setParm_name_all (char *str) |
void | setParm_homology (char *str) |
void | setParm_SS (char *str) |
void | setParm_phi (float f) |
void | setParm_psi (float f) |
void | setParm_hydrophobicity (bool b) |
void | setParm_startAtomSeqlNo (int i) |
void | setParm_endAtomSeqlNo (int i) |
void | setParm_totalAtomNo (int i) |
void | setParm_mapAtom (char *str, Atom *at) |
void | setParm_active (const bool b) |
void | setParm () |
bool | connection (Residue &r2) |
void | addAtom (Atom atm) |
void | clear () |
Public Attributes | |
char | name [5] |
char | name_1 [2] |
char | name_all [15] |
bool | hydrophobicity |
char | SS [2] |
float | phi |
float | psi |
char | homology [MAX_HOMOLOGY] |
char | No [6] |
char | chainName [2] |
int | seqlNo |
int | chainSeqlNo |
vector< Atom > | atom |
map< string, Atom * > | mapAtom |
int | startAtomSeqlNo |
int | endAtomSeqlNo |
int | totalAtomNo |
bool | active |
Friends | |
ofstream & | operator<< (ofstream &ostrm, Residue residue) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|