|
Rosetta 3.5
|
#include <boinc_shmem.hh>

Public Attributes | |
| double | update_time |
| double | fraction_done |
| double | cpu_time |
| int | current_pose_exists |
| char | current_pose_buf [POSE_BUFSIZE] |
| int | last_accepted_pose_exists |
| char | last_accepted_pose_buf [POSE_BUFSIZE] |
| int | low_energy_pose_exists |
| char | low_energy_pose_buf [POSE_BUFSIZE] |
| char | native_pose_buf [POSE_BUFSIZE] |
| int | native_pose_exists |
| unsigned int | total_mc_trial_count |
| core::Real | low_energy |
| core::Real | last_accepted_energy |
| unsigned int | low_energy_update_cnt |
| unsigned int | model_count |
| float | model_low_energy |
| float | model_low_energy_rmsd |
| char | job_type_text [TEXT_BUFSIZE] |
| char | mover_type_text [TEXT_BUFSIZE] |
| char | wu_desc_buf [WU_DESC_TEXT_BUFSIZE] |
| int | wu_desc_exists |
| unsigned int | mover_mc_trial_count |
Definition at line 32 of file boinc_shmem.hh.
| double protocols::boinc::BoincSharedMemory::cpu_time |
Definition at line 35 of file boinc_shmem.hh.
| char protocols::boinc::BoincSharedMemory::current_pose_buf[POSE_BUFSIZE] |
Definition at line 46 of file boinc_shmem.hh.
| int protocols::boinc::BoincSharedMemory::current_pose_exists |
Definition at line 45 of file boinc_shmem.hh.
| double protocols::boinc::BoincSharedMemory::fraction_done |
Definition at line 34 of file boinc_shmem.hh.
| char protocols::boinc::BoincSharedMemory::job_type_text[TEXT_BUFSIZE] |
Definition at line 77 of file boinc_shmem.hh.
| core::Real protocols::boinc::BoincSharedMemory::last_accepted_energy |
Definition at line 65 of file boinc_shmem.hh.
| char protocols::boinc::BoincSharedMemory::last_accepted_pose_buf[POSE_BUFSIZE] |
Definition at line 50 of file boinc_shmem.hh.
| int protocols::boinc::BoincSharedMemory::last_accepted_pose_exists |
Definition at line 49 of file boinc_shmem.hh.
| core::Real protocols::boinc::BoincSharedMemory::low_energy |
Definition at line 64 of file boinc_shmem.hh.
| char protocols::boinc::BoincSharedMemory::low_energy_pose_buf[POSE_BUFSIZE] |
Definition at line 54 of file boinc_shmem.hh.
| int protocols::boinc::BoincSharedMemory::low_energy_pose_exists |
Definition at line 53 of file boinc_shmem.hh.
| unsigned int protocols::boinc::BoincSharedMemory::low_energy_update_cnt |
Definition at line 67 of file boinc_shmem.hh.
| unsigned int protocols::boinc::BoincSharedMemory::model_count |
Definition at line 70 of file boinc_shmem.hh.
| float protocols::boinc::BoincSharedMemory::model_low_energy |
Definition at line 72 of file boinc_shmem.hh.
| float protocols::boinc::BoincSharedMemory::model_low_energy_rmsd |
Definition at line 74 of file boinc_shmem.hh.
| unsigned int protocols::boinc::BoincSharedMemory::mover_mc_trial_count |
Definition at line 87 of file boinc_shmem.hh.
| char protocols::boinc::BoincSharedMemory::mover_type_text[TEXT_BUFSIZE] |
Definition at line 80 of file boinc_shmem.hh.
| char protocols::boinc::BoincSharedMemory::native_pose_buf[POSE_BUFSIZE] |
Definition at line 57 of file boinc_shmem.hh.
| int protocols::boinc::BoincSharedMemory::native_pose_exists |
Definition at line 58 of file boinc_shmem.hh.
| unsigned int protocols::boinc::BoincSharedMemory::total_mc_trial_count |
Definition at line 61 of file boinc_shmem.hh.
| double protocols::boinc::BoincSharedMemory::update_time |
Definition at line 33 of file boinc_shmem.hh.
| char protocols::boinc::BoincSharedMemory::wu_desc_buf[WU_DESC_TEXT_BUFSIZE] |
Definition at line 83 of file boinc_shmem.hh.
| int protocols::boinc::BoincSharedMemory::wu_desc_exists |
Definition at line 84 of file boinc_shmem.hh.
1.8.4