Rosetta
Namespaces | Classes | Typedefs | Functions
protocols::multistage_rosetta_scripts Namespace Reference

Namespaces

 cluster
 

Classes

struct  mover_or_filter
 
class  MRSJob
 
struct  JobResultID_hash
 
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  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
 
class  TagManager
 

Typedefs

typedef utility::pointer::shared_ptr< MRSJobMRSJobOP
 
typedef utility::pointer::shared_ptr< MRSJob const > MRSJobCOP
 
typedef utility::pointer::shared_ptr< MRSJobQueenMRSJobQueenOP
 
typedef utility::pointer::shared_ptr< MRSJobQueen const > MRSJobQueenCOP
 
typedef utility::pointer::shared_ptr< MRSJobQueenCheckerMRSJobQueenCheckerOP
 
typedef utility::pointer::shared_ptr< MRSJobQueenChecker const > MRSJobQueenCheckerCOP
 
typedef utility::pointer::shared_ptr< MRSJobSummaryMRSJobSummaryOP
 
typedef utility::pointer::shared_ptr< MRSJobSummary const > MRSJobSummaryCOP
 
typedef utility::pointer::shared_ptr< TagManagerTagManagerOP
 
typedef utility::pointer::shared_ptr< TagManager const > TagManagerCOP
 
typedef utility::pointer::shared_ptr< NoFailDataMapNoFailDataMapOP
 
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< ParsedTagCacheParsedTagCacheOP
 

Functions

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

Typedef Documentation

◆ MRSJobCOP

typedef utility::pointer::shared_ptr< MRSJob const > protocols::multistage_rosetta_scripts::MRSJobCOP

◆ MRSJobOP

typedef utility::pointer::shared_ptr< MRSJob > protocols::multistage_rosetta_scripts::MRSJobOP

◆ MRSJobQueenCheckerCOP

◆ MRSJobQueenCheckerOP

◆ MRSJobQueenCOP

typedef utility::pointer::shared_ptr< MRSJobQueen const > protocols::multistage_rosetta_scripts::MRSJobQueenCOP

◆ MRSJobQueenOP

typedef utility::pointer::shared_ptr< MRSJobQueen > protocols::multistage_rosetta_scripts::MRSJobQueenOP

◆ MRSJobSummaryCOP

typedef utility::pointer::shared_ptr< MRSJobSummary const > protocols::multistage_rosetta_scripts::MRSJobSummaryCOP

◆ MRSJobSummaryOP

◆ NoFailDataMapOP

◆ ParsedTagCacheOP

◆ TagList

typedef std::list< utility::tag::TagCOP > protocols::multistage_rosetta_scripts::TagList

◆ TagListCOP

typedef utility::pointer::shared_ptr< std::list< utility::tag::TagCOP > const > protocols::multistage_rosetta_scripts::TagListCOP

◆ TagListOP

typedef utility::pointer::shared_ptr< std::list< utility::tag::TagCOP > > protocols::multistage_rosetta_scripts::TagListOP

◆ TagManagerCOP

typedef utility::pointer::shared_ptr< TagManager const > protocols::multistage_rosetta_scripts::TagManagerCOP

◆ TagManagerOP

typedef utility::pointer::shared_ptr< TagManager > protocols::multistage_rosetta_scripts::TagManagerOP

◆ TagMap

typedef std::map< std::string, utility::tag::TagCOP > protocols::multistage_rosetta_scripts::TagMap

◆ TagMapCOP

typedef utility::pointer::shared_ptr< std::map< std::string, utility::tag::TagCOP > const > protocols::multistage_rosetta_scripts::TagMapCOP

◆ TagMapOP

typedef utility::pointer::shared_ptr< std::map< std::string, utility::tag::TagCOP > > protocols::multistage_rosetta_scripts::TagMapOP

Function Documentation

◆ archive_size_for_pose()

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