![]() |
Rosetta Protocols
2014.35
|
PcsInputCenter contain all the input information for one paramagnetic center. It can contain multiple data set. More...
#include <PcsInputCenter.hh>
Public Member Functions | |
PcsInputCenter () | |
virtual | ~PcsInputCenter () |
PcsInputCenter (PcsInputCenter const &other) | |
PcsInputCenter & | operator= (PcsInputCenter const &other) |
PcsInputCenter (utility::vector1< std::string > const &filenames, utility::vector1< core::Real > const &weight) | |
std::map< std::string, PcsInputFile > & | get_PcsInputFile_all () |
Give me all PcsInputFile. More... | |
Private Attributes | |
std::map< std::string, PcsInputFile > | PcsInputFile_all_ |
Friends | |
std::ostream & | operator<< (std::ostream &out, const PcsInputCenter &me) |
Print me. More... | |
PcsInputCenter contain all the input information for one paramagnetic center. It can contain multiple data set.
protocols::scoring::methods::pcs2::PcsInputCenter::PcsInputCenter | ( | ) |
References utility_exit_with_message.
|
virtual |
protocols::scoring::methods::pcs2::PcsInputCenter::PcsInputCenter | ( | PcsInputCenter const & | other | ) |
References PcsInputFile_all_.
protocols::scoring::methods::pcs2::PcsInputCenter::PcsInputCenter | ( | utility::vector1< std::string > const & | filenames, |
utility::vector1< core::Real > const & | weight | ||
) |
References PcsInputFile_all_.
std::map< std::string, PcsInputFile > & protocols::scoring::methods::pcs2::PcsInputCenter::get_PcsInputFile_all | ( | ) |
Give me all PcsInputFile.
References PcsInputFile_all_.
Referenced by protocols::scoring::methods::pcs2::PcsDataCenter::PcsDataCenter().
PcsInputCenter & protocols::scoring::methods::pcs2::PcsInputCenter::operator= | ( | PcsInputCenter const & | other | ) |
References PcsInputFile_all_.
|
friend |
Print me.
|
private |
Referenced by get_PcsInputFile_all(), protocols::scoring::methods::pcs2::operator<<(), operator=(), and PcsInputCenter().