class Rotamer

Rotamer - Store all possible rotamers

Public Methods

[more] Rotamer()
[more] ~Rotamer()
[more]void read_input(const char* rotamer_datfile, const TProt& i_tprot)
read in rotameric info from file
[more]Tor_Rotamer* get_rotamer(int i_res_id, int i_tor_id)
get the rotameric information for given residue type and torsion type

Private Fields

[more]vector<Tor_Rotamer*> rotamer_list
list of rotamers
[more]map<pair<int,int>,Tor_Rotamer*> rot_map
map res id + tor id to their rotamer values

Private Methods

[more]bool check_float(string i_input)


Documentation

Rotamer - Store all possible rotamers
o Rotamer()

o ~Rotamer()

ovoid read_input(const char* rotamer_datfile, const TProt& i_tprot)
read in rotameric info from file

oTor_Rotamer* get_rotamer(int i_res_id, int i_tor_id)
get the rotameric information for given residue type and torsion type

obool check_float(string i_input)

ovector<Tor_Rotamer*> rotamer_list
list of rotamers

omap<pair<int,int>,Tor_Rotamer*> rot_map
map res id + tor id to their rotamer values


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.