![]() |
Rosetta Core
2014.16.56682
|
#include <SinXOverX.hh>
Public Member Functions | |
| core::Real | evaluate (core::Real x) const |
Static Public Member Functions | |
| static SinXOverX * | get_instance () |
| static function to get the instance of ( pointer to) this singleton class More... | |
Private Member Functions | |
| SinXOverX () | |
| void | fill_sin_x_over_x_table () |
Static Private Member Functions | |
| static SinXOverX * | create_singleton_instance () |
| private singleton creation function to be used with utility::thread::threadsafe_singleton More... | |
Static Private Attributes | |
| static SinXOverX * | instance_ |
| static utility::vector1< Real > | sin_x_over_x_ |
|
private |
References fill_sin_x_over_x_table(), and instance_.
Referenced by create_singleton_instance().
|
staticprivate |
private singleton creation function to be used with utility::thread::threadsafe_singleton
References SinXOverX().
Referenced by get_instance().
|
inline |
References sin_x_over_x_.
Referenced by core::scoring::saxs::SAXSEnergy::compute_intensities().
|
private |
References sin_x_over_x_.
Referenced by SinXOverX().
|
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 core::scoring::saxs::SAXSEnergy::compute_intensities().
|
staticprivate |
Referenced by get_instance(), and SinXOverX().
|
staticprivate |
Referenced by evaluate(), and fill_sin_x_over_x_table().
1.8.7