Calculates kernel parameters as a function of a specific radius.
Public Member Functions | |
| RadiusDependentKernelParameters (float radii, float rsigsq, float timessig, float sq2pi3, float inv_rsigsq, float rnormfac, float rkdist) | |
| float | get_inv_sigsq () const |
| Gets the inverse sigma squared. | |
| float | get_kdist () const |
| Gets the value of kdist parameter. | |
| float | get_normfac () const |
| Gets the value of normfac parameter. | |
| float | get_sig () const |
| Gets the sigma value. | |
| float | get_vsig () const |
| Gets the value of the volume sigma. | |
| float | get_vsigsq () const |
| Gets the value of volume sigma squared. | |
| void | show (std::ostream &s=std::cout) const |
| Show. | |
Protected Attributes | |
| float | inv_sigsq_ |
| the inverse of sigma square | |
| float | kdist_ |
| the kernel distance (= elements for summation) | |
| float | normfac_ |
| normalization factor | |
| float | sig_ |
| the sigma | |
| float | vsig_ |
| vsig | |
| float | vsigsq_ |
| square of vsig | |
| float IMP::em::RadiusDependentKernelParameters::get_inv_sigsq | ( | ) | const |
Gets the inverse sigma squared.
| float IMP::em::RadiusDependentKernelParameters::get_kdist | ( | ) | const |
Gets the value of kdist parameter.
| float IMP::em::RadiusDependentKernelParameters::get_normfac | ( | ) | const |
Gets the value of normfac parameter.
| float IMP::em::RadiusDependentKernelParameters::get_sig | ( | ) | const |
Gets the sigma value.
| float IMP::em::RadiusDependentKernelParameters::get_vsig | ( | ) | const |
Gets the value of the volume sigma.
| float IMP::em::RadiusDependentKernelParameters::get_vsigsq | ( | ) | const |
Gets the value of volume sigma squared.
| void IMP::em::RadiusDependentKernelParameters::show | ( | std::ostream & | s = std::cout | ) | const |
Show.
|
protected |
the inverse of sigma square
|
protected |
the kernel distance (= elements for summation)
|
protected |
normalization factor
|
protected |
the sigma
|
protected |
vsig
|
protected |
square of vsig