Rosetta  2021.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs
ChunkLibraryJobQueen.hh File Reference

class declaration for ChunkLibraryJobQueen More...

#include <protocols/jd3/chunk_library/ChunkLibraryJobQueen.fwd.hh>
#include <protocols/jd3/JobQueen.hh>
#include <protocols/jd3/Job.fwd.hh>
#include <protocols/jd3/JobDigraph.fwd.hh>
#include <protocols/jd3/JobOutputIndex.fwd.hh>
#include <protocols/jd3/chunk_library_inputters/ChunkLibraryInputSource.fwd.hh>
#include <protocols/jd3/chunk_library_inputters/ChunkLibraryInputter.fwd.hh>
#include <protocols/jd3/chunk_library_inputters/ChunkLibraryInputterCreator.fwd.hh>
#include <protocols/jd3/pose_outputters/PoseOutputSpecification.fwd.hh>
#include <protocols/jd3/pose_outputters/PoseOutputter.fwd.hh>
#include <protocols/jd3/pose_outputters/PoseOutputterCreator.fwd.hh>
#include <protocols/jd3/pose_outputters/SecondaryPoseOutputter.fwd.hh>
#include <protocols/jd3/chunk_library/ChunkLibraryInnerLarvalJob.fwd.hh>
#include <protocols/jd3/strong_types.hh>
#include <core/pose/Pose.fwd.hh>
#include <core/import_pose/import_pose_options.fwd.hh>
#include <utility/options/OptionCollection.fwd.hh>
#include <utility/options/keys/OptionKeyList.fwd.hh>
#include <utility/VirtualBase.hh>
#include <utility/tag/Tag.fwd.hh>
#include <utility/tag/XMLSchemaGeneration.fwd.hh>
#include <utility/vector1.hh>
#include <utility/options/keys/all.fwd.hh>
#include <numeric/DiscreteIntervalEncodingTree.hh>
#include <string>
#include <map>

Classes

class  protocols::jd3::chunk_library::ChunkLibraryPreliminaryLarvalJob
 
class  protocols::jd3::chunk_library::ChunkLibraryJobQueen
 The ChunkLibraryJobQueen is meant to handle the most common form of Rosetta jobs where a protocol is applied to a single input structure to generate a single output structure. Most JobQueens in Rosetta will to derive from this JobQueen. To make the process of deriving new JobQueens easy, this class's API has been carefully designed to be easy to work with and the class itself has been designed to do as much heavy lifting as possible and to leave only the responsibilities that the ChunkLibraryJobQueen could not perform to the derived classes. More...
 

Namespaces

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

Typedefs

typedef std::list
< ChunkLibraryPreliminaryLarvalJob > 
protocols::jd3::chunk_library::ChunkLibraryPreliminaryLarvalJobs
 

Detailed Description

class declaration for ChunkLibraryJobQueen

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