![]() |
Rosetta Protocols
2014.16.56682
|
#include <PseudocontactShiftInput.hh>
Public Member Functions | |
| PCS_data_input | get_input_data (utility::vector1< std::string > const &filenames, utility::vector1< core::Real > const &vec_weight) |
Static Public Member Functions | |
| static PCS_data_input_manager * | get_instance () |
| static function to get the instance of ( pointer to) this singleton class More... | |
Private Member Functions | |
| PCS_data_input_manager () | |
Static Private Member Functions | |
| static PCS_data_input_manager * | create_singleton_instance () |
| private singleton creation function to be used with utility::thread::threadsafe_singleton More... | |
Private Attributes | |
| std::map< std::string, PCS_data_input > | file_2_data_map_ |
Static Private Attributes | |
| static PCS_data_input_manager * | instance_ |
|
private |
Referenced by create_singleton_instance().
|
staticprivate |
private singleton creation function to be used with utility::thread::threadsafe_singleton
References PCS_data_input_manager().
Referenced by get_instance().
| PCS_data_input protocols::scoring::methods::pcs::PCS_data_input_manager::get_input_data | ( | utility::vector1< std::string > const & | filenames, |
| utility::vector1< core::Real > const & | vec_weight | ||
| ) |
References file_2_data_map_, and protocols::scoring::methods::pcs::TR_PCS_d_i.
Referenced by protocols::scoring::methods::pcs::PCS_Energy::PCS_data_from_pose().
|
static |
static function to get the instance of ( pointer to) this singleton class
References create_singleton_instance(), instance_, and utility::thread::safely_create_singleton().
Referenced by protocols::scoring::methods::pcs::PCS_Energy::PCS_data_from_pose().
|
private |
Referenced by get_input_data().
|
staticprivate |
Referenced by get_instance().
1.8.7