|
Rosetta 3.5
|
PCS_line_data class: hold a line of the input file information (.npc format) One PCS_line_data per line in the input file. More...
#include <PseudocontactShiftInput.hh>

Public Member Functions | |
| PCS_line_data () | |
| ~PCS_line_data () | |
| PCS_line_data (PCS_line_data const &other) | |
| PCS_line_data & | operator= (PCS_line_data const &other) |
| PCS_line_data (core::Size const residue_num, std::string const atom_name, core::Real const PCS_experimental, core::Real const PCS_tolerance) | |
| core::Size | residue_num () const |
| std::string | atom_name () const |
| core::Real | PCS_experimental () const |
| core::Real | PCS_tolerance () const |
Private Attributes | |
| core::Size const | residue_num_ |
| std::string const | atom_name_ |
| core::Real const | PCS_experimental_ |
| core::Real const | PCS_tolerance_ |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const PCS_line_data &PCS_l_d) |
PCS_line_data class: hold a line of the input file information (.npc format) One PCS_line_data per line in the input file.
Definition at line 62 of file PseudocontactShiftInput.hh.
| protocols::scoring::methods::pcs::PCS_line_data::PCS_line_data | ( | ) |
Definition at line 62 of file PseudocontactShiftInput.cc.
| protocols::scoring::methods::pcs::PCS_line_data::~PCS_line_data | ( | ) |
Definition at line 88 of file PseudocontactShiftInput.cc.
| protocols::scoring::methods::pcs::PCS_line_data::PCS_line_data | ( | PCS_line_data const & | other) |
Definition at line 71 of file PseudocontactShiftInput.cc.
| protocols::scoring::methods::pcs::PCS_line_data::PCS_line_data | ( | core::Size const | residue_num, |
| std::string const | atom_name, | ||
| core::Real const | PCS_experimental, | ||
| core::Real const | PCS_tolerance | ||
| ) |
Definition at line 155 of file PseudocontactShiftInput.cc.
| std::string protocols::scoring::methods::pcs::PCS_line_data::atom_name | ( | ) | const |
Definition at line 140 of file PseudocontactShiftInput.cc.
References atom_name_.
Referenced by protocols::scoring::methods::pcs::operator<<(), and protocols::scoring::methods::pcs::PCS_data::where_is_line().
| PCS_line_data & protocols::scoring::methods::pcs::PCS_line_data::operator= | ( | PCS_line_data const & | other) |
Definition at line 80 of file PseudocontactShiftInput.cc.
| core::Real protocols::scoring::methods::pcs::PCS_line_data::PCS_experimental | ( | ) | const |
Definition at line 145 of file PseudocontactShiftInput.cc.
References PCS_experimental_.
Referenced by protocols::scoring::methods::pcs::operator<<(), and protocols::scoring::methods::pcs::PCS_data_per_lanthanides::PCS_data_per_lanthanides().
| core::Real protocols::scoring::methods::pcs::PCS_line_data::PCS_tolerance | ( | ) | const |
Definition at line 151 of file PseudocontactShiftInput.cc.
References PCS_tolerance_.
Referenced by protocols::scoring::methods::pcs::operator<<().
| core::Size protocols::scoring::methods::pcs::PCS_line_data::residue_num | ( | ) | const |
Definition at line 135 of file PseudocontactShiftInput.cc.
References residue_num_.
Referenced by protocols::scoring::methods::pcs::operator<<(), and protocols::scoring::methods::pcs::PCS_data::where_is_line().
|
friend |
Definition at line 244 of file PseudocontactShiftInput.cc.
|
private |
Definition at line 98 of file PseudocontactShiftInput.hh.
Referenced by atom_name().
|
private |
Definition at line 99 of file PseudocontactShiftInput.hh.
Referenced by PCS_experimental().
|
private |
Definition at line 100 of file PseudocontactShiftInput.hh.
Referenced by PCS_tolerance().
|
private |
Definition at line 97 of file PseudocontactShiftInput.hh.
Referenced by residue_num().
1.8.4