Rosetta  2021.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
protocols::multistage_rosetta_scripts::PoseForPoseID Struct Reference

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...

#include <MRSJobQueen.hh>

Public Member Functions

 PoseForPoseID (core::Size pose_id_arg, core::pose::PoseOP const &pose_arg)
 

Public Attributes

core::Size pose_id
 
core::pose::PoseOP pose
 

Detailed Description

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)

Constructor & Destructor Documentation

protocols::multistage_rosetta_scripts::PoseForPoseID::PoseForPoseID ( core::Size  pose_id_arg,
core::pose::PoseOP const &  pose_arg 
)
inline

Member Data Documentation

core::pose::PoseOP protocols::multistage_rosetta_scripts::PoseForPoseID::pose
core::Size protocols::multistage_rosetta_scripts::PoseForPoseID::pose_id

The documentation for this struct was generated from the following file: