|
Rosetta 3.5
|
#include <BoincPoseObserver.hh>


Public Types | |
| typedef core::pose::Pose | Pose |
| typedef core::pose::signals::ConformationEvent | ConformationEvent |
Public Member Functions | |
| BoincCurrentPoseObserver () | |
| default constructor More... | |
| ~BoincCurrentPoseObserver () | |
| default destructor More... | |
| void | attach_to (Pose &pose) |
| attach to Pose More... | |
| void | detach_from () |
| detach from Pose More... | |
| void | on_conf_change (ConformationEvent const &event) |
| on receiving ConformationEvent, copy Pose to boinc shared memory More... | |
Private Member Functions | |
| BoincCurrentPoseObserver (BoincCurrentPoseObserver const &rval) | |
| disallow copy constructor More... | |
| BoincCurrentPoseObserver & | operator= (BoincCurrentPoseObserver const &rval) |
| disallow copy assignment More... | |
Private Attributes | |
| BoincSharedMemory * | shmem_ |
| utility::signals::Link | conf_event_link_ |
Definition at line 36 of file BoincPoseObserver.hh.
| typedef core::pose::signals::ConformationEvent protocols::boinc::BoincCurrentPoseObserver::ConformationEvent |
Definition at line 41 of file BoincPoseObserver.hh.
Definition at line 40 of file BoincPoseObserver.hh.
| protocols::boinc::BoincCurrentPoseObserver::BoincCurrentPoseObserver | ( | ) |
default constructor
| protocols::boinc::BoincCurrentPoseObserver::~BoincCurrentPoseObserver | ( | ) |
default destructor
|
private |
disallow copy constructor
| void protocols::boinc::BoincCurrentPoseObserver::attach_to | ( | Pose & | pose) |
attach to Pose
| void protocols::boinc::BoincCurrentPoseObserver::detach_from | ( | ) |
detach from Pose
| void protocols::boinc::BoincCurrentPoseObserver::on_conf_change | ( | ConformationEvent const & | event) |
on receiving ConformationEvent, copy Pose to boinc shared memory
|
private |
disallow copy assignment
|
private |
Definition at line 81 of file BoincPoseObserver.hh.
|
private |
Definition at line 79 of file BoincPoseObserver.hh.
1.8.4