Rosetta  2021.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
protocols::scoring::methods::pcs2::PcsGridSearchParameterManager Class Reference

#include <PcsGridSearchParameterManager.hh>

Inheritance diagram for protocols::scoring::methods::pcs2::PcsGridSearchParameterManager:
Inheritance graph
[legend]

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...
 
PcsGridSearchParameterget_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 >
 

Constructor & Destructor Documentation

protocols::scoring::methods::pcs2::PcsGridSearchParameterManager::PcsGridSearchParameterManager ( )
privatedefault

Member Function Documentation

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_.

Friends And Related Function Documentation

friend class utility::SingletonBase< PcsGridSearchParameterManager >
friend

Member Data Documentation

utility::vector1<PcsGridSearchParameter> protocols::scoring::methods::pcs2::PcsGridSearchParameterManager::grid_s_p_all_
private

The documentation for this class was generated from the following files: