class Tor_Rotamer

Tor_Rotamer - Rotamer values for torsion in given residue type

Public Methods

[more] Tor_Rotamer()
[more] Tor_Rotamer(int i_id, char i_res_code, string i_tor_type_str, const TProt& i_tprot)
[more] ~Tor_Rotamer()
[more]void add_posval(float i_val)
[more]int get_id() const
[more]int get_res_id() const
[more]int get_rot_type_id() const
[more]float get_posval(int i_index) const
[more]int get_num_posval() const

Private Fields

[more]int id
[more]int res_id
index of residue type
[more]int tor_type_id
index of torsion type
[more]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
o Tor_Rotamer()

o Tor_Rotamer(int i_id, char i_res_code, string i_tor_type_str, const TProt& i_tprot)

o ~Tor_Rotamer()

ovoid add_posval(float i_val)

oint get_id() const

oint get_res_id() const

oint get_rot_type_id() const

ofloat get_posval(int i_index) const

oint get_num_posval() const

oint id

oint res_id
index of residue type

oint tor_type_id
index of torsion type

ovector<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++.