|
Rosetta 3.5
|
#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... | |
Static Public Member Functions | |
| static PcsInputCenterManager * | get_instance () |
Private Member Functions | |
| PcsInputCenterManager () | |
Private Attributes | |
| std::map< std::string, PcsInputCenter > | PcsInputCenter_all_ |
Static Private Attributes | |
| static PcsInputCenterManager * | instance_ |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const PcsInputCenterManager &me) |
| Output myself on the stream. More... | |
Definition at line 58 of file PcsInputCenterManager.hh.
|
private |
Definition at line 64 of file PcsInputCenterManager.cc.
References protocols::scoring::methods::pcs2::TR_PcsInputCenterManager().
Referenced by get_instance().
|
static |
Definition at line 69 of file PcsInputCenterManager.cc.
References instance_, and PcsInputCenterManager().
Referenced by protocols::scoring::methods::pcs2::PcsEnergy::PCS_multi_data_from_pose(), and protocols::scoring::methods::pcs2::PcsDataCenterManagerSingleton::PcsDataCenterManagerSingleton().
| 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.
Definition at line 112 of file PcsInputCenterManager.cc.
References PcsInputCenter_all_.
Referenced by protocols::scoring::methods::pcs2::PcsEnergy::PCS_multi_data_from_pose(), and protocols::scoring::methods::pcs2::PcsDataCenterManagerSingleton::PcsDataCenterManagerSingleton().
| void protocols::scoring::methods::pcs2::PcsInputCenterManager::re_init | ( | ) |
@ Re init the singleton to default value
Definition at line 100 of file PcsInputCenterManager.cc.
References PcsInputCenter_all_.
|
friend |
Output myself on the stream.
Definition at line 77 of file PcsInputCenterManager.cc.
|
staticprivate |
Definition at line 63 of file PcsInputCenterManager.hh.
Referenced by get_instance().
|
private |
Definition at line 64 of file PcsInputCenterManager.hh.
Referenced by get_PcsInputCenter_for(), protocols::scoring::methods::pcs2::operator<<(), and re_init().
1.8.4