|
Rosetta 3.5
|
#include <FragmentPicker.hh>


Public Member Functions | |
| QuotaDebug (Size nFrags) | |
| void | setup_summary (quota::QuotaCollector const &collector_) |
| void | write_summary () |
| void | log (Size, Size, utility::vector1< Real >) |
| Size | max_pools () |
Public Attributes | |
| Size | nFrags_ |
| utility::vector1< std::string > | tags_ |
| std::map< std::string, Size > | tag_map_ |
Private Member Functions | |
| QuotaDebug (QuotaDebug const &) | |
Definition at line 62 of file FragmentPicker.hh.
|
inline |
Definition at line 66 of file FragmentPicker.hh.
References nFrags_.
|
private |
| void protocols::frag_picker::QuotaDebug::log | ( | Size | frag_len, |
| Size | q_pos, | ||
| utility::vector1< Real > | data | ||
| ) |
Definition at line 1819 of file FragmentPicker.cc.
Referenced by protocols::frag_picker::quota::QuotaSelector::select_fragments_25_200().
| Size protocols::frag_picker::QuotaDebug::max_pools | ( | ) |
Definition at line 1807 of file FragmentPicker.cc.
| void protocols::frag_picker::QuotaDebug::setup_summary | ( | quota::QuotaCollector const & | collector_) |
Definition at line 1829 of file FragmentPicker.cc.
References protocols::frag_picker::quota::QuotaCollector::count_pools(), protocols::frag_picker::quota::QuotaCollector::get_pool(), and protocols::frag_picker::quota::QuotaCollector::query_length().
| void protocols::frag_picker::QuotaDebug::write_summary | ( | ) |
Definition at line 1811 of file FragmentPicker.cc.
References protocols::kinmatch::str(), and protocols::frag_picker::tr().
| Size protocols::frag_picker::QuotaDebug::nFrags_ |
Definition at line 65 of file FragmentPicker.hh.
Referenced by QuotaDebug().
| std::map<std::string,Size> protocols::frag_picker::QuotaDebug::tag_map_ |
Definition at line 68 of file FragmentPicker.hh.
Referenced by protocols::frag_picker::quota::QuotaSelector::select_fragments_25_200().
| utility::vector1<std::string> protocols::frag_picker::QuotaDebug::tags_ |
Definition at line 67 of file FragmentPicker.hh.
1.8.4