|
Rosetta 3.5
|
#include <TrieCollection.hh>


Public Member Functions | |
| RotamerTrieBaseCOP | trie (Size index) const |
| void | total_residue (Size) |
| Size | total_residue () const |
| void | trie (Size index, RotamerTrieBaseOP new_trie) |
| virtual basic::datacache::CacheableDataOP | clone () const |
Private Attributes | |
| utility::vector1 < RotamerTrieBaseOP > | tries_ |
Definition at line 36 of file TrieCollection.hh.
|
virtual |
Definition at line 52 of file TrieCollection.cc.
| void core::scoring::trie::TrieCollection::total_residue | ( | Size | total_residue_in) |
Definition at line 33 of file TrieCollection.cc.
References tries_.
| Size core::scoring::trie::TrieCollection::total_residue | ( | ) | const |
Definition at line 40 of file TrieCollection.cc.
References tries_.
| RotamerTrieBaseCOP core::scoring::trie::TrieCollection::trie | ( | Size | index) | const |
Definition at line 27 of file TrieCollection.cc.
References tries_.
| void core::scoring::trie::TrieCollection::trie | ( | Size | index, |
| RotamerTrieBaseOP | new_trie | ||
| ) |
Definition at line 46 of file TrieCollection.cc.
References tries_.
|
private |
Definition at line 50 of file TrieCollection.hh.
Referenced by total_residue(), and trie().
1.8.4