PcsInputLine class: hold a line of the input file information (.npc format) One PcsInputLine per line in the input file.
More...
#include <PcsInputLine.hh>
PcsInputLine class: hold a line of the input file information (.npc format) One PcsInputLine per line in the input file.
◆ PcsInputLine() [1/3]
| protocols::scoring::methods::pcs2::PcsInputLine::PcsInputLine |
( |
| ) |
|
◆ ~PcsInputLine()
| protocols::scoring::methods::pcs2::PcsInputLine::~PcsInputLine |
( |
| ) |
|
|
default |
◆ PcsInputLine() [2/3]
| protocols::scoring::methods::pcs2::PcsInputLine::PcsInputLine |
( |
PcsInputLine const & |
other | ) |
|
|
default |
◆ PcsInputLine() [3/3]
| 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 |
|
) |
| |
◆ get_atom_name()
| std::string protocols::scoring::methods::pcs2::PcsInputLine::get_atom_name |
( |
| ) |
const |
◆ get_PCS_experimental()
| core::Real protocols::scoring::methods::pcs2::PcsInputLine::get_PCS_experimental |
( |
| ) |
const |
◆ get_PCS_tolerance()
| core::Real protocols::scoring::methods::pcs2::PcsInputLine::get_PCS_tolerance |
( |
| ) |
const |
◆ get_residue_num()
| core::Size protocols::scoring::methods::pcs2::PcsInputLine::get_residue_num |
( |
| ) |
const |
◆ operator=()
◆ operator<<
| std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const PcsInputLine & |
me |
|
) |
| |
|
friend |
Output myself on the stream.
◆ atom_name_
| std::string const protocols::scoring::methods::pcs2::PcsInputLine::atom_name_ |
|
private |
◆ PCS_experimental_
| core::Real const protocols::scoring::methods::pcs2::PcsInputLine::PCS_experimental_ |
|
private |
◆ PCS_tolerance_
| core::Real const protocols::scoring::methods::pcs2::PcsInputLine::PCS_tolerance_ |
|
private |
◆ residue_num_
| core::Size const protocols::scoring::methods::pcs2::PcsInputLine::residue_num_ |
|
private |
The documentation for this class was generated from the following files: