|
Rosetta 3.5
|
#include <WaterAnchorInfo.hh>


Public Types | |
| typedef chemical::AA | AA |
| typedef chemical::ResidueType | ResidueType |
Public Member Functions | |
| virtual | ~WaterAnchorInfo () |
| Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
| Size | anchor_residue () const |
| void | anchor_residue (Size const rsd) |
| bool | attaches_to_residue_type (ResidueType const &type) const |
| Size | anchor_atom (ResidueType const &type) const |
| void | anchor_atom (std::string const &name) |
| void | aa (AA const &aa_in) |
| Size | nstep () const |
| void | nstep (Size const nstep_in) |
Private Attributes | |
| Size | anchor_residue_ |
| std::string | anchor_atom_name_ |
| AA | aa_ |
| Size | nstep_ |
Definition at line 32 of file WaterAnchorInfo.hh.
Definition at line 36 of file WaterAnchorInfo.hh.
Definition at line 37 of file WaterAnchorInfo.hh.
|
virtual |
Automatically generated virtual destructor for class deriving directly from ReferenceCount.
Auto-generated virtual destructor
Definition at line 31 of file WaterAnchorInfo.cc.
| void core::pack::rotamer_set::WaterAnchorInfo::aa | ( | AA const & | aa_in) |
Definition at line 63 of file WaterAnchorInfo.cc.
References aa_.
| Size core::pack::rotamer_set::WaterAnchorInfo::anchor_atom | ( | ResidueType const & | type) | const |
Definition at line 50 of file WaterAnchorInfo.cc.
References anchor_atom_name_, core::chemical::ResidueType::atom_index(), and attaches_to_residue_type().
Referenced by core::pack::rotamer_set::build_moving_O_water_rotamers_dependent(), and core::pack::rotamer_set::build_moving_O_water_rotamers_independent().
| void core::pack::rotamer_set::WaterAnchorInfo::anchor_atom | ( | std::string const & | name) |
Definition at line 57 of file WaterAnchorInfo.cc.
References anchor_atom_name_.
| Size core::pack::rotamer_set::WaterAnchorInfo::anchor_residue | ( | ) | const |
Definition at line 34 of file WaterAnchorInfo.cc.
References anchor_residue_.
Referenced by core::pack::rotamer_set::build_moving_O_water_rotamers_dependent(), and core::pack::rotamer_set::build_moving_O_water_rotamers_independent().
| void core::pack::rotamer_set::WaterAnchorInfo::anchor_residue | ( | Size const | rsd) |
Definition at line 39 of file WaterAnchorInfo.cc.
References anchor_residue_.
| bool core::pack::rotamer_set::WaterAnchorInfo::attaches_to_residue_type | ( | ResidueType const & | type) | const |
Definition at line 44 of file WaterAnchorInfo.cc.
References core::chemical::ResidueType::aa(), aa_, anchor_atom_name_, and core::chemical::ResidueType::has().
Referenced by anchor_atom(), core::pack::rotamer_set::build_moving_O_water_rotamers_dependent(), and core::pack::rotamer_set::build_moving_O_water_rotamers_independent().
| Size core::pack::rotamer_set::WaterAnchorInfo::nstep | ( | ) | const |
Definition at line 68 of file WaterAnchorInfo.cc.
References nstep_.
Referenced by core::pack::rotamer_set::build_moving_O_water_rotamers_dependent(), and core::pack::rotamer_set::build_moving_O_water_rotamers_independent().
| void core::pack::rotamer_set::WaterAnchorInfo::nstep | ( | Size const | nstep_in) |
Definition at line 73 of file WaterAnchorInfo.cc.
References nstep_.
|
private |
Definition at line 68 of file WaterAnchorInfo.hh.
Referenced by aa(), and attaches_to_residue_type().
|
private |
Definition at line 67 of file WaterAnchorInfo.hh.
Referenced by anchor_atom(), and attaches_to_residue_type().
|
private |
Definition at line 66 of file WaterAnchorInfo.hh.
Referenced by anchor_residue().
|
private |
Definition at line 69 of file WaterAnchorInfo.hh.
Referenced by nstep().
1.8.4