Rosetta  2020.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
protocols::jd3::deallocation::InputPoseDeallocationMessage Class Reference

InputPoseDeallocationMessage class holds the output that's generated by a Job over the course of its execution. The InputPoseDeallocationMessage is handed by the JobQueen to the JobOutputWriter objects, each of which have the opportunity to pull data out of the InputPoseDeallocationMessage class. More...

#include <InputPoseDeallocationMessage.hh>

Inheritance diagram for protocols::jd3::deallocation::InputPoseDeallocationMessage:
Inheritance graph
[legend]

Public Member Functions

 InputPoseDeallocationMessage ()
 
 InputPoseDeallocationMessage (core::Size pose_id)
 
 ~InputPoseDeallocationMessage () override
 
core::Size pose_id () const
 
void pose_id (core::Size setting)
 
- Public Member Functions inherited from protocols::jd3::deallocation::DeallocationMessage
 DeallocationMessage ()
 
 DeallocationMessage (deallocation_msg_type msg_type)
 
 ~DeallocationMessage () override
 
deallocation_msg_type deallocation_type () const
 
void deallocation_type (deallocation_msg_type setting)
 

Private Attributes

core::Size pose_id_
 

Detailed Description

InputPoseDeallocationMessage class holds the output that's generated by a Job over the course of its execution. The InputPoseDeallocationMessage is handed by the JobQueen to the JobOutputWriter objects, each of which have the opportunity to pull data out of the InputPoseDeallocationMessage class.

Constructor & Destructor Documentation

protocols::jd3::deallocation::InputPoseDeallocationMessage::InputPoseDeallocationMessage ( )
protocols::jd3::deallocation::InputPoseDeallocationMessage::InputPoseDeallocationMessage ( core::Size  pose_id)
protocols::jd3::deallocation::InputPoseDeallocationMessage::~InputPoseDeallocationMessage ( )
overridedefault

Member Function Documentation

core::Size protocols::jd3::deallocation::InputPoseDeallocationMessage::pose_id ( ) const

References pose_id_.

void protocols::jd3::deallocation::InputPoseDeallocationMessage::pose_id ( core::Size  setting)

References pose_id_.

Member Data Documentation

core::Size protocols::jd3::deallocation::InputPoseDeallocationMessage::pose_id_
private

Referenced by pose_id().


The documentation for this class was generated from the following files: