Tor_Rotamer - Rotamer values for torsion in given residue type
Public Methods
-
Tor_Rotamer()
-
Tor_Rotamer(int i_id, char i_res_code, string i_tor_type_str, const TProt& i_tprot)
-
~Tor_Rotamer()
-
void add_posval(float i_val)
-
int get_id() const
-
int get_res_id() const
-
int get_rot_type_id() const
-
float get_posval(int i_index) const
-
int get_num_posval() const
Private Fields
-
int id
-
int res_id
- index of residue type
-
int tor_type_id
- index of torsion type
-
vector<float> posval
- array of possible torsion angle values if size is 0, means considering a continuous spectrum
Documentation
Tor_Rotamer - Rotamer values for torsion in given residue type
Tor_Rotamer()
Tor_Rotamer(int i_id, char i_res_code, string i_tor_type_str, const TProt& i_tprot)
~Tor_Rotamer()
void add_posval(float i_val)
int get_id() const
int get_res_id() const
int get_rot_type_id() const
float get_posval(int i_index) const
int get_num_posval() const
int id
int res_id
- index of residue type
int tor_type_id
- index of torsion type
vector<float> posval
-
array of possible torsion angle values
if size is 0, means considering a continuous
spectrum
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.