|
Rosetta 3.5
|
#include <PcsGridSearchParameterManager.hh>

Public Member Functions | |
| core::Size | get_n_multi_data () const |
| give me the number of paramagnetic center More... | |
| void | incremente_n_multi_data () |
| Incremente the number of paramagnetic center. More... | |
| PcsGridSearchParameter & | get_grid_search_parameters (core::Size i_multi_data) |
| @ Give me the PcsGridSearchParamater of the center i_multi_data More... | |
| void | re_init () |
| @ Re init the singleton to default value More... | |
Static Public Member Functions | |
| static PcsGridSearchParameterManager * | get_instance () |
| give me the instance of the singleton More... | |
Private Member Functions | |
| PcsGridSearchParameterManager () | |
Private Attributes | |
| utility::vector1 < PcsGridSearchParameter > | grid_s_p_all_ |
Static Private Attributes | |
| static PcsGridSearchParameterManager * | instance_ |
Definition at line 43 of file PcsGridSearchParameterManager.hh.
|
private |
Definition at line 62 of file PcsGridSearchParameterManager.cc.
Referenced by get_instance().
| PcsGridSearchParameter & protocols::scoring::methods::pcs2::PcsGridSearchParameterManager::get_grid_search_parameters | ( | core::Size | i_multi_data) |
@ Give me the PcsGridSearchParamater of the center i_multi_data
Definition at line 91 of file PcsGridSearchParameterManager.cc.
References get_n_multi_data(), grid_s_p_all_, and TR_PcsGridSearchParameterManager().
|
static |
give me the instance of the singleton
Definition at line 103 of file PcsGridSearchParameterManager.cc.
References instance_, and PcsGridSearchParameterManager().
| core::Size protocols::scoring::methods::pcs2::PcsGridSearchParameterManager::get_n_multi_data | ( | ) | const |
give me the number of paramagnetic center
Definition at line 80 of file PcsGridSearchParameterManager.cc.
References grid_s_p_all_.
Referenced by get_grid_search_parameters().
| void protocols::scoring::methods::pcs2::PcsGridSearchParameterManager::incremente_n_multi_data | ( | ) |
Incremente the number of paramagnetic center.
Definition at line 85 of file PcsGridSearchParameterManager.cc.
References grid_s_p_all_.
| void protocols::scoring::methods::pcs2::PcsGridSearchParameterManager::re_init | ( | ) |
@ Re init the singleton to default value
Definition at line 66 of file PcsGridSearchParameterManager.cc.
References grid_s_p_all_.
|
private |
Definition at line 48 of file PcsGridSearchParameterManager.hh.
Referenced by get_grid_search_parameters(), get_n_multi_data(), incremente_n_multi_data(), and re_init().
|
staticprivate |
Definition at line 47 of file PcsGridSearchParameterManager.hh.
Referenced by get_instance().
1.8.4