Rosetta
Classes | Namespaces | Functions
LarvalJob.hh File Reference

The definition for clas protocols::jd3::LarvalJob. More...

#include <protocols/jd3/LarvalJob.fwd.hh>
#include <protocols/jd3/CompletedJobOutput.fwd.hh>
#include <protocols/jd3/InnerLarvalJob.fwd.hh>
#include <protocols/jd3/JobOutputIndex.fwd.hh>
#include <protocols/jd3/strong_types.hh>
#include <utility/VirtualBase.hh>
#include <utility/vector1.hh>
#include <core/types.hh>

Classes

class  protocols::jd3::LarvalJob
 protocols::jd3::LarvalJob, which is initialized by the JobQueen, during its intitialize_job_list method, is an immature form of the. It is matured into a Job that can be run by the JobQueen's mature_job method. A LarvalJob may be one of several LarvalJobs that have the same inputs, but differ in their random number seed (i.e. replicates); two jobs that share the same input are meant to point to the same "InnerLarvalJob" to avoid spending too much memory representing identical data. More...
 

Namespaces

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

Functions

std::ostream & protocols::jd3::operator<< (std::ostream &out, const LarvalJob &job)
 

Detailed Description

The definition for clas protocols::jd3::LarvalJob.

Author
Andrew Leaver-Fay (aleav.nosp@m.erfa.nosp@m.y@gma.nosp@m.il.c.nosp@m.om)