Rosetta
|
template implementation for clustering of silentstructs that are provided by iterators More...
#include <core/types.hh>
#include <utility/vector1.hh>
#include <basic/Tracer.hh>
#include <utility/exit.hh>
#include <ObjexxFCL/string.functions.hh>
#include <protocols/toolbox/Cluster.hh>
#include <core/io/silent/SilentStruct.hh>
#include <protocols/toolbox/DecoySetEvaluation.hh>
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::toolbox | |
Functions | |
static basic::Tracer | protocols::toolbox::_impl_tr ("protocols.toolbox.cluster") |
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) |
template implementation for clustering of silentstructs that are provided by iterators