|
Rosetta 3.5
|
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.
Definition at line 107 of file PseudocontactShiftInput.hh.
|
private |
Definition at line 91 of file PseudocontactShiftInput.cc.
| protocols::scoring::methods::pcs::PCS_file_data::~PCS_file_data | ( | ) |
Definition at line 97 of file PseudocontactShiftInput.cc.
| protocols::scoring::methods::pcs::PCS_file_data::PCS_file_data | ( | PCS_file_data const & | other) |
Definition at line 100 of file PseudocontactShiftInput.cc.
References PCS_data_line_all_.
| protocols::scoring::methods::pcs::PCS_file_data::PCS_file_data | ( | std::string const & | filename, |
| core::Real const | my_weight | ||
| ) |
Definition at line 182 of file PseudocontactShiftInput.cc.
References read_PCS_file().
| std::string protocols::scoring::methods::pcs::PCS_file_data::get_filename | ( | ) | const |
Definition at line 173 of file PseudocontactShiftInput.cc.
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 | ( | ) |
Definition at line 239 of file PseudocontactShiftInput.cc.
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 |
Definition at line 178 of file PseudocontactShiftInput.cc.
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) |
Definition at line 107 of file PseudocontactShiftInput.cc.
References PCS_data_line_all_.
|
private |
Definition at line 208 of file PseudocontactShiftInput.cc.
References get_filename(), PCS_data_line_all_, and protocols::scoring::methods::pcs::TR_PCS_d_i().
Referenced by PCS_file_data().
|
friend |
Definition at line 253 of file PseudocontactShiftInput.cc.
|
private |
Definition at line 109 of file PseudocontactShiftInput.hh.
Referenced by get_filename().
|
private |
Definition at line 110 of file PseudocontactShiftInput.hh.
Referenced by get_PCS_data_line_all_reference(), protocols::scoring::methods::pcs::operator<<(), operator=(), PCS_file_data(), and read_PCS_file().
|
private |
Definition at line 111 of file PseudocontactShiftInput.hh.
Referenced by get_weight().
1.8.4