|
std::ostream & | protocols::toolbox::operator<< (std::ostream &out, ClusterBase const &cl) |
|
std::ostream & | protocols::toolbox::operator<< (std::ostream &out, ClusterBase::ClusterList const &cl) |
|
std::istream & | protocols::toolbox::operator>> (std::istream &in, ClusterBase &cl) |
|
std::istream & | protocols::toolbox::operator>> (std::istream &in, ClusterBase::ClusterList &cl) |
|
template<typename SilentStructIterator , typename StructureContainer > |
void | protocols::toolbox::cluster_silent_structs (core::Size n_decoys, SilentStructIterator input_decoys_begin, SilentStructIterator input_decoys_end, StructureContainer &new_structs, ClusterOptions opts) |
|
template<typename SilentStructIterator , typename StructureContainer > |
void | protocols::toolbox::cluster_silent_structs (DecoySetEvaluation const &CA_set, SilentStructIterator input_decoys_begin, SilentStructIterator input_decoys_end, StructureContainer &new_structs, ClusterOptions opts) |
|