![]() |
Rosetta
2021.16
|
#include <DbTrajectoryReader.hh>

Public Member Functions | |
| DbTrajectoryReader () | |
| Default constructor. More... | |
| DbTrajectoryReader (core::Size job_id) | |
| Constructor which accepts a job id. More... | |
| void | set_job_id (core::Size job_id) |
| Set the job id. This controls which records are selected. More... | |
| core::Size | get_num_iterations () const |
| Return the number of iterations that were recorded for this job. More... | |
| utility::vector1< core::Size > | get_iterations () const |
| Return a vector listing every iteration recorded for this job. More... | |
| core::pose::Pose | get_pose (core::Size iteration) const |
| Return the pose recorded for the given iteration. More... | |
| utility::vector1 < core::pose::Pose > | get_poses () const |
| Return all the poses contained in this trajectory. More... | |
Private Attributes | |
| utility::sql_database::sessionOP | db_session_ |
| core::Size | job_id_ |
| protocols::trajectory::DbTrajectoryReader::DbTrajectoryReader | ( | ) |
Default constructor.
| protocols::trajectory::DbTrajectoryReader::DbTrajectoryReader | ( | core::Size | job_id | ) |
Constructor which accepts a job id.
| vector1< core::Size > protocols::trajectory::DbTrajectoryReader::get_iterations | ( | ) | const |
Return a vector listing every iteration recorded for this job.
References protocols::pack_daemon::error_message.
| Size protocols::trajectory::DbTrajectoryReader::get_num_iterations | ( | ) | const |
Return the number of iterations that were recorded for this job.
| Pose protocols::trajectory::DbTrajectoryReader::get_pose | ( | core::Size | iteration | ) | const |
Return the pose recorded for the given iteration.
References core::pose::Pose::energies(), protocols::pack_daemon::error_message, core::io::silent::SilentFileData::read_stream(), protocols::hybridization::score, core::scoring::Energies::total_energies(), core::scoring::Energies::total_energy(), and core::scoring::total_score.
| vector1< Pose > protocols::trajectory::DbTrajectoryReader::get_poses | ( | ) | const |
Return all the poses contained in this trajectory.
| void protocols::trajectory::DbTrajectoryReader::set_job_id | ( | core::Size | job_id | ) |
Set the job id. This controls which records are selected.
|
private |
|
private |
1.8.7