|
Rosetta 3.5
|
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.
Definition at line 58 of file PcsInputLine.hh.
| protocols::scoring::methods::pcs2::PcsInputLine::PcsInputLine | ( | ) |
Definition at line 59 of file PcsInputLine.cc.
| protocols::scoring::methods::pcs2::PcsInputLine::~PcsInputLine | ( | ) |
Definition at line 68 of file PcsInputLine.cc.
| protocols::scoring::methods::pcs2::PcsInputLine::PcsInputLine | ( | PcsInputLine const & | other) |
Definition at line 71 of file PcsInputLine.cc.
| 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 | ||
| ) |
Definition at line 109 of file PcsInputLine.cc.
| std::string protocols::scoring::methods::pcs2::PcsInputLine::get_atom_name | ( | ) | const |
Give me the atom name of this PcsInputLine.
Definition at line 94 of file PcsInputLine.cc.
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.
Definition at line 99 of file PcsInputLine.cc.
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.
Definition at line 105 of file PcsInputLine.cc.
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.
Definition at line 89 of file PcsInputLine.cc.
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) |
Definition at line 80 of file PcsInputLine.cc.
|
friend |
Output myself on the stream.
Definition at line 122 of file PcsInputLine.cc.
|
private |
Definition at line 98 of file PcsInputLine.hh.
Referenced by get_atom_name().
|
private |
Definition at line 99 of file PcsInputLine.hh.
Referenced by get_PCS_experimental().
|
private |
Definition at line 100 of file PcsInputLine.hh.
Referenced by get_PCS_tolerance().
|
private |
Definition at line 97 of file PcsInputLine.hh.
Referenced by get_residue_num().
1.8.4