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

Public Member Functions | |
| PCS_data ()=delete | |
| PCS_data (PCS_data_input &P_d_i) | |
| PCS_data (PCS_data_input &P_d_i, utility::vector1< bool > const exclude_residues) | |
| basic::datacache::CacheableDataOP | clone () const override |
| core::Size | get_n_lanthanides () const |
| utility::vector1< core::Real > const & | get_X_all () const |
| utility::vector1< core::Real > const & | get_Y_all () const |
| utility::vector1< core::Real > const & | get_Z_all () const |
| core::Size | where_is_line (PCS_line_data &P_l_d) |
| void | update_X_Y_Z_all (core::pose::Pose const &pose) |
| void | update_matrix_A_all (core::Real const X, core::Real const Y, core::Real const Z) |
| utility::vector1 < PCS_data_per_lanthanides > & | get_pcs_data_per_lanthanides_all () |
| const utility::vector1 < PCS_line_data > & | get_PCS_data_line_all_spin () const |
| const utility::vector1 < PCS_data_per_lanthanides > & | get_pcs_data_per_lanthanides_all () const |
Private Member Functions | |
| void | update_matrix_A () |
Private Attributes | |
| core::Size | n_lanthanides_ |
| core::Size | n_pcs_spin_ |
| utility::vector1< PCS_line_data > | PCS_data_line_all_spin_ |
| utility::vector1 < PCS_data_per_lanthanides > | PCS_data_per_lanthanides_all_ |
| utility::vector1 < utility::vector1< core::Real > > | A_all_ |
| utility::vector1< core::Real > | X_all_ |
| utility::vector1< core::Real > | Y_all_ |
| utility::vector1< core::Real > | Z_all_ |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const PCS_data &P_d) |
|
delete |
| protocols::scoring::methods::pcs::PCS_data::PCS_data | ( | PCS_data_input & | P_d_i | ) |
References protocols::abinitio::filename(), protocols::scoring::methods::pcs::PCS_data_input::get_PCS_data_input_reference(), protocols::scoring::methods::pcs::PCS_file_data::get_PCS_data_line_all_reference(), protocols::scoring::methods::pcs::PCS_file_data::get_weight(), protocols::scoring::methods::pcs::PCS_data_per_lanthanides::PCS_data_per_lanthanides(), protocols::scoring::methods::pcs::PCS_data_per_lanthanides::set_A_index(), and protocols::scoring::methods::pcs::TR_pcs_d().
| protocols::scoring::methods::pcs::PCS_data::PCS_data | ( | PCS_data_input & | P_d_i, |
| utility::vector1< bool > const | exclude_residues | ||
| ) |
References protocols::abinitio::filename(), protocols::scoring::methods::pcs::PCS_data_input::get_PCS_data_input_reference(), protocols::scoring::methods::pcs::PCS_file_data::get_PCS_data_line_all_reference(), protocols::scoring::methods::pcs::PCS_file_data::get_weight(), protocols::scoring::methods::pcs::PCS_data_per_lanthanides::PCS_data_per_lanthanides(), protocols::scoring::methods::pcs::PCS_data_per_lanthanides::set_A_index(), and protocols::scoring::methods::pcs::TR_pcs_d().
|
override |
| core::Size protocols::scoring::methods::pcs::PCS_data::get_n_lanthanides | ( | ) | const |
Referenced by protocols::scoring::methods::pcs::PCS_Energy::calculate_scores_and_tensors_from_pose_and_PCS_data(), protocols::scoring::methods::pcs::TensorsOptimizer::dfunc(), protocols::scoring::methods::pcs::PCS_Energy::dump_PCS_info(), protocols::scoring::methods::pcs::PCS_Energy::minimize_tensors_from_PCS_data(), protocols::scoring::methods::pcs::TensorsOptimizer::operator()(), protocols::scoring::methods::pcs::operator<<(), and protocols::scoring::methods::pcs::PCS_Energy::show_additional_info().
| const utility::vector1< PCS_line_data > & protocols::scoring::methods::pcs::PCS_data::get_PCS_data_line_all_spin | ( | ) | const |
| utility::vector1< PCS_data_per_lanthanides > & protocols::scoring::methods::pcs::PCS_data::get_pcs_data_per_lanthanides_all | ( | ) |
References PCS_data_per_lanthanides_all_.
Referenced by protocols::scoring::methods::pcs::PCS_Energy::calculate_scores_and_tensors_from_pose_and_PCS_data(), protocols::scoring::methods::pcs::TensorsOptimizer::dfunc(), protocols::scoring::methods::pcs::PCS_Energy::dump_PCS_info(), protocols::scoring::methods::pcs::TensorsOptimizer::operator()(), and protocols::scoring::methods::pcs::PCS_Energy::show_additional_info().
| const utility::vector1< PCS_data_per_lanthanides > & protocols::scoring::methods::pcs::PCS_data::get_pcs_data_per_lanthanides_all | ( | ) | const |
References PCS_data_per_lanthanides_all_.
| const utility::vector1< core::Real > & protocols::scoring::methods::pcs::PCS_data::get_X_all | ( | ) | const |
| const utility::vector1< core::Real > & protocols::scoring::methods::pcs::PCS_data::get_Y_all | ( | ) | const |
| const utility::vector1< core::Real > & protocols::scoring::methods::pcs::PCS_data::get_Z_all | ( | ) | const |
|
private |
References A_all_, and PCS_data_per_lanthanides_all_.
Referenced by update_matrix_A_all().
| void protocols::scoring::methods::pcs::PCS_data::update_matrix_A_all | ( | core::Real const | X, |
| core::Real const | Y, | ||
| core::Real const | Z | ||
| ) |
| void protocols::scoring::methods::pcs::PCS_data::update_X_Y_Z_all | ( | core::pose::Pose const & | pose | ) |
References core::conformation::Residue::atom(), core::conformation::Residue::has(), PCS_data_line_all_spin_, core::pose::Pose::residue(), core::pose::Pose::size(), X_all_, core::conformation::Atom::xyz(), Y_all_, and Z_all_.
Referenced by protocols::scoring::methods::pcs::PCS_Energy::calculate_scores_and_tensors_from_pose_and_PCS_data().
| core::Size protocols::scoring::methods::pcs::PCS_data::where_is_line | ( | PCS_line_data & | P_l_d | ) |
|
friend |
|
private |
Referenced by update_matrix_A(), and update_matrix_A_all().
|
private |
Referenced by protocols::scoring::methods::pcs::operator<<().
|
private |
Referenced by protocols::scoring::methods::pcs::operator<<(), and update_matrix_A_all().
|
private |
Referenced by get_PCS_data_line_all_spin(), update_X_Y_Z_all(), and where_is_line().
|
private |
|
private |
Referenced by update_matrix_A_all(), and update_X_Y_Z_all().
|
private |
Referenced by update_matrix_A_all(), and update_X_Y_Z_all().
|
private |
Referenced by update_matrix_A_all(), and update_X_Y_Z_all().
1.8.7