![]() |
Rosetta
2021.16
|
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.
| protocols::scoring::methods::pcs::PCS_line_data::PCS_line_data | ( | ) |
|
default |
|
default |
| 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 | ||
| ) |
| std::string protocols::scoring::methods::pcs::PCS_line_data::atom_name | ( | ) | const |
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 | ) |
| core::Real protocols::scoring::methods::pcs::PCS_line_data::PCS_experimental | ( | ) | const |
| core::Real protocols::scoring::methods::pcs::PCS_line_data::PCS_tolerance | ( | ) | const |
References PCS_tolerance_.
Referenced by protocols::scoring::methods::pcs::operator<<().
| core::Size protocols::scoring::methods::pcs::PCS_line_data::residue_num | ( | ) | const |
References residue_num_.
Referenced by protocols::scoring::methods::pcs::operator<<(), and protocols::scoring::methods::pcs::PCS_data::where_is_line().
|
friend |
|
private |
Referenced by atom_name().
|
private |
Referenced by PCS_experimental().
|
private |
Referenced by PCS_tolerance().
|
private |
Referenced by residue_num().
1.8.7