|
Namespaces |
| namespace | std |
Classes |
| class | AAProperty |
| class | Atom |
| class | Hetatm |
| class | Cofactor |
| class | Residue |
| class | Chain |
| class | Protein |
| class | hsp |
Defines |
| #define | MAX(a, b) a>b? a:b |
| #define | MIN(a, b) a>b? b:a |
| #define | CONV (180./acos(-1.)) |
| #define | Rvdw 1.8 |
| #define | Dvdw 3.6 |
| #define | MAX_HOMOLOGY 100 |
Functions |
| int | lowercase (char *s) |
| int | chopSpace (char *s) |
| ofstream & | operator<< (ofstream &ostrm, Atom &atom) |
| float | bondLengthLimit (Atom &aa, Atom &bb) |
| ofstream & | operator<< (ofstream &ostrm, Residue residue) |
| ofstream & | operator<< (ofstream &ostrm, Chain chain) |
Variables |
| AAProperty | cys ("CYS ","C","Cysteine", 1) |
| AAProperty | phe ("PHE ","F","Phenylalanine", 1) |
| AAProperty | ile ("ILE ","I","Isoleucine", 1) |
| AAProperty | leu ("LEU ","L","Leucine", 1) |
| AAProperty | met ("MET ","M","Methionine", 1) |
| AAProperty | val ("VAL ","V","Valine", 1) |
| AAProperty | trp ("TRP ","W","Tryptophan", 1) |
| AAProperty | gly ("GLY ","G","Glycine", 0) |
| AAProperty | ala ("ALA ","A","Alanine", 0) |
| AAProperty | pro ("PRO ","P","Proline", 0) |
| AAProperty | ser ("SER ","S","Serine", 0) |
| AAProperty | thr ("THR ","T","Threonine", 0) |
| AAProperty | asn ("ASN ","N","Asparagine", 0) |
| AAProperty | gln ("GLN ","Q","Glutamine", 0) |
| AAProperty | asp ("ASP ","D","Aspartic acid", 0) |
| AAProperty | glu ("GLU ","E","Glutamic acid", 0) |
| AAProperty | tyr ("TYR ","Y","Tyrosine", 0) |
| AAProperty | lys ("LYS ","K","Lysine", 0) |
| AAProperty | his ("HIS ","H","Histidine", 0) |
| AAProperty | arg ("ARG ","R","Arginine", 0) |
| map< string, AAProperty > | mapAAProperty |