Rosetta  2020.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Classes | Typedefs | Functions
protocols::multistage_rosetta_scripts Namespace Reference

Namespaces

 cluster
 

Classes

struct  JobResultID_hash
 
struct  mover_or_filter
 
class  MRSJob
 
class  MRSJobQueen
 Job Queen for MultiStage Rosetta Scripts (MRS) More...
 
class  MRSJobQueenChecker
 
class  MRSJobSummary
 
class  NoFailDataMap
 This class does not fail when you try to add an element that already exists. Instead, it just keeps the older element. More...
 
struct  ParsedTagCache
 
struct  PoseForPoseID
 We do not want to load all of the input poses into memory at once. Instead we use this struct to keep track of the most recent pose loaded (which is assumed to be the most likely one we are going to need next) More...
 
struct  SortByLowEnergy
 
class  TagManager
 

Typedefs

typedef
utility::pointer::shared_ptr
< MRSJob
MRSJobOP
 
typedef
utility::pointer::shared_ptr
< MRSJob const > 
MRSJobCOP
 
typedef
utility::pointer::shared_ptr
< MRSJobQueen
MRSJobQueenOP
 
typedef
utility::pointer::shared_ptr
< MRSJobQueen const > 
MRSJobQueenCOP
 
typedef
utility::pointer::shared_ptr
< MRSJobQueenChecker
MRSJobQueenCheckerOP
 
typedef
utility::pointer::shared_ptr
< MRSJobQueenChecker const > 
MRSJobQueenCheckerCOP
 
typedef
utility::pointer::shared_ptr
< MRSJobSummary
MRSJobSummaryOP
 
typedef
utility::pointer::shared_ptr
< MRSJobSummary const > 
MRSJobSummaryCOP
 
typedef
utility::pointer::shared_ptr
< TagManager
TagManagerOP
 
typedef
utility::pointer::shared_ptr
< TagManager const > 
TagManagerCOP
 
typedef
utility::pointer::shared_ptr
< NoFailDataMap
NoFailDataMapOP
 
typedef std::list
< utility::tag::TagCOP > 
TagList
 
typedef
utility::pointer::shared_ptr
< std::list
< utility::tag::TagCOP > > 
TagListOP
 
typedef
utility::pointer::shared_ptr
< std::list
< utility::tag::TagCOP > const > 
TagListCOP
 
typedef std::map< std::string,
utility::tag::TagCOP > 
TagMap
 
typedef
utility::pointer::shared_ptr
< std::map< std::string,
utility::tag::TagCOP > > 
TagMapOP
 
typedef
utility::pointer::shared_ptr
< std::map< std::string,
utility::tag::TagCOP > const > 
TagMapCOP
 
typedef
utility::pointer::shared_ptr
< ParsedTagCache
ParsedTagCacheOP
 

Functions

core::Size archive_size_for_pose (core::pose::PoseOP pose)
 

Typedef Documentation

typedef utility::pointer::shared_ptr< MRSJob const > protocols::multistage_rosetta_scripts::MRSJobCOP
typedef utility::pointer::shared_ptr< MRSJob > protocols::multistage_rosetta_scripts::MRSJobOP
typedef utility::pointer::shared_ptr< MRSJobQueen const > protocols::multistage_rosetta_scripts::MRSJobQueenCOP
typedef utility::pointer::shared_ptr< MRSJobQueen > protocols::multistage_rosetta_scripts::MRSJobQueenOP
typedef utility::pointer::shared_ptr< MRSJobSummary const > protocols::multistage_rosetta_scripts::MRSJobSummaryCOP
typedef std::list< utility::tag::TagCOP > protocols::multistage_rosetta_scripts::TagList
typedef utility::pointer::shared_ptr< std::list< utility::tag::TagCOP > const > protocols::multistage_rosetta_scripts::TagListCOP
typedef utility::pointer::shared_ptr< std::list< utility::tag::TagCOP > > protocols::multistage_rosetta_scripts::TagListOP
typedef utility::pointer::shared_ptr< TagManager const > protocols::multistage_rosetta_scripts::TagManagerCOP
typedef utility::pointer::shared_ptr< TagManager > protocols::multistage_rosetta_scripts::TagManagerOP
typedef std::map< std::string, utility::tag::TagCOP > protocols::multistage_rosetta_scripts::TagMap
typedef utility::pointer::shared_ptr< std::map< std::string, utility::tag::TagCOP > const > protocols::multistage_rosetta_scripts::TagMapCOP
typedef utility::pointer::shared_ptr< std::map< std::string, utility::tag::TagCOP > > protocols::multistage_rosetta_scripts::TagMapOP

Function Documentation

core::Size protocols::multistage_rosetta_scripts::archive_size_for_pose ( core::pose::PoseOP  pose)
inline