|
Rosetta 3.5
|
#include <PositionConservedResiduesStore.hh>


Public Member Functions | |
| PositionConservedResiduesStore () | |
| Default constructor. More... | |
| basic::datacache::CacheableDataOP | clone () const |
| Creates a copy of this instance. More... | |
| bool | is_conserved (core::Size residue) const |
| Returns true if <residue> is positionally conserved, false otherwise. More... | |
| void | set_conserved (core::Size residue, bool conserved) |
| Updates the positional conservation of <residue> More... | |
Private Types | |
| typedef boost::unordered_map < core::Size, bool > | ConservationMap |
Private Attributes | |
| ConservationMap | conservation_ |
| Associates real-valued structural conservation scores with residues. More... | |
Definition at line 39 of file PositionConservedResiduesStore.hh.
|
private |
Definition at line 40 of file PositionConservedResiduesStore.hh.
| core::pose::datacache::PositionConservedResiduesStore::PositionConservedResiduesStore | ( | ) |
Default constructor.
Definition at line 23 of file PositionConservedResiduesStore.cc.
Referenced by clone().
| basic::datacache::CacheableDataOP core::pose::datacache::PositionConservedResiduesStore::clone | ( | ) | const |
Creates a copy of this instance.
Definition at line 25 of file PositionConservedResiduesStore.cc.
References PositionConservedResiduesStore().
| bool core::pose::datacache::PositionConservedResiduesStore::is_conserved | ( | core::Size | residue) | const |
Returns true if <residue> is positionally conserved, false otherwise.
Definition at line 29 of file PositionConservedResiduesStore.cc.
References conservation_.
| void core::pose::datacache::PositionConservedResiduesStore::set_conserved | ( | core::Size | residue, |
| bool | conserved | ||
| ) |
Updates the positional conservation of <residue>
Definition at line 33 of file PositionConservedResiduesStore.cc.
References conservation_.
|
mutableprivate |
Associates real-valued structural conservation scores with residues.
Definition at line 57 of file PositionConservedResiduesStore.hh.
Referenced by is_conserved(), and set_conserved().
1.8.4