![]() |
Rosetta Core
2014.16.56682
|
#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... | |
Public Member Functions inherited from basic::datacache::CacheableData | |
| virtual | ~CacheableData () |
Private Types | |
| typedef boost::unordered_map < core::Size, bool > | ConservationMap |
Private Attributes | |
| ConservationMap | conservation_ |
| Associates real-valued structural conservation scores with residues. More... | |
|
private |
| core::pose::datacache::PositionConservedResiduesStore::PositionConservedResiduesStore | ( | ) |
Default constructor.
Referenced by clone().
|
virtual |
Creates a copy of this instance.
Implements basic::datacache::CacheableData.
References PositionConservedResiduesStore().
| bool core::pose::datacache::PositionConservedResiduesStore::is_conserved | ( | core::Size | residue | ) | const |
Returns true if <residue> is positionally conserved, false otherwise.
References conservation_.
| void core::pose::datacache::PositionConservedResiduesStore::set_conserved | ( | core::Size | residue, |
| bool | conserved | ||
| ) |
Updates the positional conservation of <residue>
References conservation_.
|
mutableprivate |
Associates real-valued structural conservation scores with residues.
Referenced by is_conserved(), and set_conserved().
1.8.7