|
Rosetta 3.5
|
#include <RotamerSetsBase.hh>


Public Member Functions | |
| RotamerSetsBase () | |
| virtual | ~RotamerSetsBase () |
| virtual uint | nrotamers () const =0 |
| virtual uint | nrotamers_for_moltenres (uint) const =0 |
| virtual uint | total_residue () const =0 |
| virtual uint | nmoltenres () const =0 |
| virtual uint | moltenres_2_resid (uint) const =0 |
| virtual uint | resid_2_moltenres (uint) const =0 |
| virtual uint | moltenres_for_rotamer (uint) const =0 |
| virtual uint | res_for_rotamer (uint) const =0 |
| virtual core::conformation::ResidueCOP | rotamer (uint) const =0 |
| virtual core::conformation::ResidueCOP | rotamer_for_moltenres (uint moltenres_id, uint rotamerid) const =0 |
| virtual uint | nrotamer_offset_for_moltenres (uint) const =0 |
| virtual uint | rotid_on_moltenresidue (uint rotid) const =0 |
| convert rotid in full rotamer enumeration into rotamer id on its source residue More... | |
| virtual uint | moltenres_rotid_2_rotid (uint moltenres, uint moltenresrotid) const =0 |
| convert moltenres rotid to id in full rotamer enumeration More... | |
Definition at line 34 of file RotamerSetsBase.hh.
| core::pack::rotamer_set::RotamerSetsBase::RotamerSetsBase | ( | ) |
Definition at line 21 of file RotamerSetsBase.cc.
|
virtual |
Definition at line 22 of file RotamerSetsBase.cc.
|
pure virtual |
convert moltenres rotid to id in full rotamer enumeration
Implemented in protocols::flexpack::rotamer_set::FlexbbRotamerSets, core::pack::rotamer_set::RotamerSets, and core::pack::rotamer_set::RotamerSubsets.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
convert rotid in full rotamer enumeration into rotamer id on its source residue
Implemented in protocols::flexpack::rotamer_set::FlexbbRotamerSets, core::pack::rotamer_set::RotamerSets, and core::pack::rotamer_set::RotamerSubsets.
Referenced by core::pack::rotamer_set::RotamerSubsets::RotamerSubsets().
|
pure virtual |
1.8.4