![]() |
Rosetta
2021.16
|
PcsInputFile contain all the information of a .npc file one per lanthanide. More...
#include <PcsInputFile.hh>
Public Member Functions | |
| PcsInputFile () | |
| ~PcsInputFile () | |
| PcsInputFile (PcsInputFile const &other) | |
| PcsInputFile & | operator= (PcsInputFile const &other) |
| PcsInputFile (std::string const &filename, core::Real const my_weight) | |
| std::string | get_filename () const |
| Give me the name of the file. More... | |
| core::Real | get_weight () const |
| Give me the weight associated. More... | |
| utility::vector1< PcsInputLine > & | get_PcsInputLine_all () |
| Give me the vector of all the line of the file. More... | |
Private Member Functions | |
| void | read_PCS_file () |
| read the file containing the PCS. Private and called by the constructor More... | |
Private Attributes | |
| std::string const | filename_ |
| utility::vector1< PcsInputLine > | PcsInputLine_all_ |
| core::Real const | weight_ |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const PcsInputFile &me) |
| Print me on the stream. More... | |
PcsInputFile contain all the information of a .npc file one per lanthanide.
| protocols::scoring::methods::pcs2::PcsInputFile::PcsInputFile | ( | ) |
|
default |
| protocols::scoring::methods::pcs2::PcsInputFile::PcsInputFile | ( | PcsInputFile const & | other | ) |
References PcsInputLine_all_.
| protocols::scoring::methods::pcs2::PcsInputFile::PcsInputFile | ( | std::string const & | filename, |
| core::Real const | my_weight | ||
| ) |
References read_PCS_file().
| std::string protocols::scoring::methods::pcs2::PcsInputFile::get_filename | ( | ) | const |
Give me the name of the file.
References filename_.
Referenced by protocols::scoring::methods::pcs2::operator<<(), and read_PCS_file().
| utility::vector1< PcsInputLine > & protocols::scoring::methods::pcs2::PcsInputFile::get_PcsInputLine_all | ( | ) |
Give me the vector of all the line of the file.
References PcsInputLine_all_.
Referenced by protocols::scoring::methods::pcs2::PcsDataCenter::PcsDataCenter().
| core::Real protocols::scoring::methods::pcs2::PcsInputFile::get_weight | ( | ) | const |
Give me the weight associated.
References weight_.
Referenced by protocols::scoring::methods::pcs2::PcsDataCenter::PcsDataCenter().
| PcsInputFile & protocols::scoring::methods::pcs2::PcsInputFile::operator= | ( | PcsInputFile const & | other | ) |
References PcsInputLine_all_.
|
private |
read the file containing the PCS. Private and called by the constructor
References get_filename(), core::conformation::membrane::in, PcsInputLine_all_, and protocols::scoring::methods::pcs2::TR_PcsInputFile().
Referenced by PcsInputFile().
|
friend |
Print me on the stream.
|
private |
Referenced by get_filename().
|
private |
|
private |
Referenced by get_weight().
1.8.7