![]() |
Rosetta
2021.16
|
PCS_file_data contain all the information of a .npc file one per lanthanide. More...
#include <PseudocontactShiftInput.hh>
Public Member Functions | |
| ~PCS_file_data () | |
| PCS_file_data (PCS_file_data const &other) | |
| PCS_file_data & | operator= (PCS_file_data const &other) |
| PCS_file_data (std::string const &filename, core::Real const my_weight) | |
| std::string | get_filename () const |
| core::Real | get_weight () const |
| utility::vector1< PCS_line_data > & | get_PCS_data_line_all_reference () |
Private Member Functions | |
| void | read_PCS_file () |
| PCS_file_data () | |
Private Attributes | |
| std::string const | filename_ |
| utility::vector1< PCS_line_data > | PCS_data_line_all_ |
| core::Real const | weight_ |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const PCS_file_data &PCS_f_d) |
PCS_file_data contain all the information of a .npc file one per lanthanide.
|
private |
|
default |
| protocols::scoring::methods::pcs::PCS_file_data::PCS_file_data | ( | PCS_file_data const & | other | ) |
References PCS_data_line_all_.
| protocols::scoring::methods::pcs::PCS_file_data::PCS_file_data | ( | std::string const & | filename, |
| core::Real const | my_weight | ||
| ) |
References read_PCS_file().
| std::string protocols::scoring::methods::pcs::PCS_file_data::get_filename | ( | ) | const |
References filename_.
Referenced by read_PCS_file().
| utility::vector1< PCS_line_data > & protocols::scoring::methods::pcs::PCS_file_data::get_PCS_data_line_all_reference | ( | ) |
References PCS_data_line_all_.
Referenced by protocols::scoring::methods::pcs::PCS_data::PCS_data().
| core::Real protocols::scoring::methods::pcs::PCS_file_data::get_weight | ( | ) | const |
References weight_.
Referenced by protocols::scoring::methods::pcs::PCS_data::PCS_data().
| PCS_file_data & protocols::scoring::methods::pcs::PCS_file_data::operator= | ( | PCS_file_data const & | other | ) |
References PCS_data_line_all_.
|
private |
References get_filename(), core::conformation::membrane::in, PCS_data_line_all_, and protocols::scoring::methods::pcs::TR_PCS_d_i().
Referenced by PCS_file_data().
|
friend |
|
private |
Referenced by get_filename().
|
private |
|
private |
Referenced by get_weight().
1.8.7