![]() |
Rosetta Protocols
2014.16.56682
|
#include <DOFHistogramRecorder.hh>
Public Member Functions | |
| DOFHistogramRecorder () | |
| Constructor. More... | |
| ~DOFHistogramRecorder () | |
| Destructor. More... | |
| DOFHistogramRecorder (DOFHistogramRecorder const &) | |
| Copy constructor. More... | |
| DOFHistogramRecorder & | operator= (DOFHistogramRecorder const &) |
| operator= More... | |
| core::Size | num_bins () const |
| void | num_bins (core::Size num_bins) |
| void | insert_dofs_by_residue (core::pose::Pose const &pose, utility::vector1< core::id::DOF_ID_Range > dof_ranges) |
| utility::vector1 < utility::vector1 < core::id::DOF_ID > > const & | dofs () const |
| utility::vector1 < numeric::MultiDimensionalHistogram > const & | histograms () const |
| void | update_after_boltzmann (core::pose::Pose const &pose) |
| void | write_mse_summary (std::ostream &os) const |
Private Attributes | |
| utility::vector1 < utility::vector1 < core::id::DOF_ID > > | dofs_ |
| utility::vector1 < numeric::MultiDimensionalHistogram > | histograms_ |
| utility::vector1 < utility::vector1< core::Real > > | dof_values_ |
| numeric::Size | num_bins_ |
| protocols::simple_moves::DOFHistogramRecorder::DOFHistogramRecorder | ( | ) |
Constructor.
| protocols::simple_moves::DOFHistogramRecorder::~DOFHistogramRecorder | ( | ) |
Destructor.
| protocols::simple_moves::DOFHistogramRecorder::DOFHistogramRecorder | ( | DOFHistogramRecorder const & | ) |
Copy constructor.
References runtime_assert.
|
inline |
References dofs_.
Referenced by insert_dofs_by_residue().
|
inline |
References histograms_.
Referenced by protocols::simple_moves::operator<<().
| void protocols::simple_moves::DOFHistogramRecorder::insert_dofs_by_residue | ( | core::pose::Pose const & | pose, |
| utility::vector1< core::id::DOF_ID_Range > | dof_ranges | ||
| ) |
References core::kinematics::AtomTree::atom(), core::pose::Pose::atom_tree(), begin, dof_values_, dofs(), dofs_, end, histograms_, j, max(), min, core::chemical::ResidueType::name3(), num_bins_, core::kinematics::tree::Atom::parent(), core::pose::Pose::residue_type(), size(), and core::pose::Pose::total_residue().
|
inline |
References num_bins_.
Referenced by num_bins().
|
inline |
References num_bins(), and num_bins_.
| DOFHistogramRecorder & protocols::simple_moves::DOFHistogramRecorder::operator= | ( | DOFHistogramRecorder const & | ) |
operator=
References runtime_assert.
| void protocols::simple_moves::DOFHistogramRecorder::update_after_boltzmann | ( | core::pose::Pose const & | pose | ) |
References core::pose::Pose::dof(), dof_values_, dofs_, histograms_, and j.
| void protocols::simple_moves::DOFHistogramRecorder::write_mse_summary | ( | std::ostream & | os | ) | const |
References numeric::MultiDimensionalHistogram::collapse(), numeric::MultiDimensionalHistogram::dim_labels(), dofs_, numeric::MultiDimensionalHistogram::end(), histograms_, j, numeric::MultiDimensionalHistogram::mean_squared_error(), numeric::MultiDimensionalHistogram::num_bins(), size(), numeric::MultiDimensionalHistogram::start(), type, and protocols::simple_moves::uniform_dof_distribution().
|
private |
Referenced by insert_dofs_by_residue(), and update_after_boltzmann().
|
private |
Referenced by dofs(), insert_dofs_by_residue(), update_after_boltzmann(), and write_mse_summary().
|
private |
Referenced by histograms(), insert_dofs_by_residue(), update_after_boltzmann(), and write_mse_summary().
|
private |
Referenced by insert_dofs_by_residue(), and num_bins().
1.8.7