Rosetta Protocols  2015.09
Namespaces | Functions
Cluster.cc File Reference

header file for ThreadingJob classes, part of August 2008 job distributor as planned at RosettaCon08. This file is responsible for three ideas: "inner" jobs, "outer" jobs (with which the job distributor works) and job container (currently just typdefed in the .fwd.hh) More...

#include <protocols/toolbox/Cluster.hh>
#include <basic/Tracer.hh>
#include <ObjexxFCL/format.hh>
#include <basic/options/keys/cluster.OptionKeys.gen.hh>
#include <basic/options/option.hh>
#include <utility/vector1.hh>

Namespaces

 protocols
 The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP.
 
 protocols::toolbox
 

Functions

static thread_local basic::Tracer protocols::toolbox::tr ("protocols.cluster", basic::t_info)
 
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)
 
bool protocols::toolbox::compareIndexEnergyPair (const std::pair< int, float > &p1, const std::pair< int, float > &p2)
 

Detailed Description

header file for ThreadingJob classes, part of August 2008 job distributor as planned at RosettaCon08. This file is responsible for three ideas: "inner" jobs, "outer" jobs (with which the job distributor works) and job container (currently just typdefed in the .fwd.hh)

the incorrect documentation below is an embarassment.

Author
Steven Lewis smlew.nosp@m.i@gm.nosp@m.ail.c.nosp@m.om