IMP::em::RadiusDependentKernelParameters Class Reference
Detailed Description
Calculates kernel parameters as a function of a specific radius.
|
Public Member Functions |
float | get_inv_sigsq () const |
| Gets the value of the inverse of the sigma square.
|
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 value of sig parameter.
|
float | get_vsig () const |
| Gets the value of vsig parameter.
|
float | get_vsigsq () const |
| Gets the value of vsig square parameter.
|
| RadiusDependentKernelParameters (float radii, float rsigsq, float timessig, float sq2pi3, float inv_rsigsq, float rnormfac, float rkdist) |
void | show (std::ostream &s=std::cout) |
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
|
The documentation for this class was generated from the following files: