![]() |
Rosetta
2021.16
|
#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... | |
Private Member Functions | |
| PcsGridSearchParameterManager () | |
Private Attributes | |
| utility::vector1 < PcsGridSearchParameter > | grid_s_p_all_ |
Friends | |
| class | utility::SingletonBase< PcsGridSearchParameterManager > |
|
privatedefault |
| 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
WARNING WARNING WARNING! THREAD UNSAFE! THIS CODE COULD INSTEAD RETURN A CONST REFERENCE.
References get_n_multi_data(), grid_s_p_all_, and TR_PcsGridSearchParameterManager().
| core::Size protocols::scoring::methods::pcs2::PcsGridSearchParameterManager::get_n_multi_data | ( | ) | const |
give me the number of paramagnetic center
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.
WARNING WARNING WARNING! THREAD UNSAFE!
References grid_s_p_all_.
| void protocols::scoring::methods::pcs2::PcsGridSearchParameterManager::re_init | ( | ) |
@ Re init the singleton to default value
WARNING WARNING WARNING! THREAD UNSAFE!
References grid_s_p_all_.
|
friend |
|
private |
Referenced by get_grid_search_parameters(), get_n_multi_data(), incremente_n_multi_data(), and re_init().
1.8.7