![]() |
Rosetta
2021.16
|
PcsInputLine class: hold a line of the input file information (.npc format) One PcsInputLine per line in the input file. More...
#include <PcsInputLine.hh>
Public Member Functions | |
| PcsInputLine () | |
| ~PcsInputLine () | |
| PcsInputLine (PcsInputLine const &other) | |
| PcsInputLine & | operator= (PcsInputLine const &other) |
| PcsInputLine (core::Size const residue_num, std::string const &atom_name, core::Real const PCS_experimental, core::Real const PCS_tolerance) | |
| core::Size | get_residue_num () const |
| Give me the residue number of this PcsInputLine. More... | |
| std::string | get_atom_name () const |
| Give me the atom name of this PcsInputLine. More... | |
| core::Real | get_PCS_experimental () const |
| Give me the experimental PCS of this PcsInputLine. More... | |
| core::Real | get_PCS_tolerance () const |
| Give me the tolerance for the PCS of this PcsInputLine. More... | |
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 PcsInputLine &me) |
| Output myself on the stream. More... | |
PcsInputLine class: hold a line of the input file information (.npc format) One PcsInputLine per line in the input file.
| protocols::scoring::methods::pcs2::PcsInputLine::PcsInputLine | ( | ) |
|
default |
|
default |
| protocols::scoring::methods::pcs2::PcsInputLine::PcsInputLine | ( | 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::pcs2::PcsInputLine::get_atom_name | ( | ) | const |
Give me the atom name of this PcsInputLine.
References atom_name_.
Referenced by protocols::scoring::methods::pcs2::operator<<(), and protocols::scoring::methods::pcs2::PcsDataCenter::where_is_line().
| core::Real protocols::scoring::methods::pcs2::PcsInputLine::get_PCS_experimental | ( | ) | const |
Give me the experimental PCS of this PcsInputLine.
References PCS_experimental_.
Referenced by protocols::scoring::methods::pcs2::operator<<(), and protocols::scoring::methods::pcs2::PcsDataLanthanide::PcsDataLanthanide().
| core::Real protocols::scoring::methods::pcs2::PcsInputLine::get_PCS_tolerance | ( | ) | const |
Give me the tolerance for the PCS of this PcsInputLine.
References PCS_tolerance_.
Referenced by protocols::scoring::methods::pcs2::operator<<().
| core::Size protocols::scoring::methods::pcs2::PcsInputLine::get_residue_num | ( | ) | const |
Give me the residue number of this PcsInputLine.
References residue_num_.
Referenced by protocols::scoring::methods::pcs2::do_I_skip(), protocols::scoring::methods::pcs2::operator<<(), and protocols::scoring::methods::pcs2::PcsDataCenter::where_is_line().
| PcsInputLine & protocols::scoring::methods::pcs2::PcsInputLine::operator= | ( | PcsInputLine const & | other | ) |
|
friend |
Output myself on the stream.
|
private |
Referenced by get_atom_name().
|
private |
Referenced by get_PCS_experimental().
|
private |
Referenced by get_PCS_tolerance().
|
private |
Referenced by get_residue_num().
1.8.7