![]() |
Rosetta
2021.16
|
#include <PcsInputCenterManager.hh>

Public Member Functions | |
| void | re_init () |
| @ Re init the singleton to default value More... | |
| PcsInputCenter | get_PcsInputCenter_for (utility::vector1< std::string > const &filenames, utility::vector1< core::Real > const &vec_weight) |
| Give me the PcsInputCenter given the vector of filename and vector of weight. More... | |
Private Member Functions | |
| PcsInputCenterManager () | |
| PcsInputCenterManager (PcsInputCenterManager const &)=delete | |
| PcsInputCenterManager & | operator= (PcsInputCenterManager const &)=delete |
Private Attributes | |
| std::map< std::string, PcsInputCenter > | PcsInputCenter_all_ |
Friends | |
| class | utility::SingletonBase< PcsInputCenterManager > |
| std::ostream & | operator<< (std::ostream &out, const PcsInputCenterManager &me) |
| Output myself on the stream. More... | |
|
private |
|
privatedelete |
| PcsInputCenter protocols::scoring::methods::pcs2::PcsInputCenterManager::get_PcsInputCenter_for | ( | utility::vector1< std::string > const & | filenames, |
| utility::vector1< core::Real > const & | vec_weight | ||
| ) |
Give me the PcsInputCenter given the vector of filename and vector of weight.
References PcsInputCenter_all_.
|
privatedelete |
| void protocols::scoring::methods::pcs2::PcsInputCenterManager::re_init | ( | ) |
@ Re init the singleton to default value
References PcsInputCenter_all_.
|
friend |
Output myself on the stream.
|
friend |
|
private |
Referenced by get_PcsInputCenter_for(), protocols::scoring::methods::pcs2::operator<<(), and re_init().
1.8.7