IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Calculates and stores Gaussian kernel parameters. More...
#include <IMP/em/KernelParameters.h>
Calculates and stores Gaussian kernel parameters.
Definition at line 29 of file KernelParameters.h.
Public Member Functions | |
KernelParameters (float resolution) | |
float | get_inv_rsigsq () const |
Get the inverse of sigma squared. More... | |
float | get_lim () const |
Gets the value of lim parameter. More... | |
float | get_rkdist () const |
Get the length of the Gaussian (sigma*number_of_sigmas_used) More... | |
float | get_rkdistsq () const |
Get the squared length of the Gaussian (sigma*number_of_sigmas_used) More... | |
float | get_rnormfac () const |
Get the Gaussian normalization factor. More... | |
float | get_rsig () const |
float | get_rsigsq () const |
float | get_sq2pi3 () const |
Get the non-sigma portion of the Gaussian normalization factor. More... | |
float | get_timessig () const |
Gets the number of sigma used. More... | |
void | show (std::ostream &out=std::cout) const |
Protected Types | |
typedef std::map< float, const internal::RadiusDependentKernelParameters * > | KernelMap |
Protected Member Functions | |
void | init (float resolution) |
template<class Archive > | |
void | load (Archive &ar) |
template<class Archive > | |
void | save (Archive &ar) const |
float IMP::em::KernelParameters::get_inv_rsigsq | ( | ) | const |
Get the inverse of sigma squared.
Definition at line 49 of file KernelParameters.h.
float IMP::em::KernelParameters::get_lim | ( | ) | const |
Gets the value of lim parameter.
Definition at line 70 of file KernelParameters.h.
float IMP::em::KernelParameters::get_rkdist | ( | ) | const |
Get the length of the Gaussian (sigma*number_of_sigmas_used)
Definition at line 64 of file KernelParameters.h.
float IMP::em::KernelParameters::get_rkdistsq | ( | ) | const |
Get the squared length of the Gaussian (sigma*number_of_sigmas_used)
Definition at line 67 of file KernelParameters.h.
float IMP::em::KernelParameters::get_rnormfac | ( | ) | const |
Get the Gaussian normalization factor.
Definition at line 61 of file KernelParameters.h.
float IMP::em::KernelParameters::get_rsig | ( | ) | const |
Get sigma as a function of the resolution according to the full width at half maximum criterion
Definition at line 42 of file KernelParameters.h.
float IMP::em::KernelParameters::get_rsigsq | ( | ) | const |
Get squared sigma as a function of the resolution according to the full width at half maximum criterion
Definition at line 46 of file KernelParameters.h.
float IMP::em::KernelParameters::get_sq2pi3 | ( | ) | const |
Get the non-sigma portion of the Gaussian normalization factor.
Definition at line 58 of file KernelParameters.h.
float IMP::em::KernelParameters::get_timessig | ( | ) | const |
Gets the number of sigma used.
Definition at line 55 of file KernelParameters.h.