IMP logo
Public Member Functions | Protected Attributes
IMP::em::RadiusDependentKernelParameters Class Reference

Detailed Description

Calculates kernel parameters as a function of a specific radius.

List of all members.

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

Member Function Documentation

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.


Member Data Documentation

float IMP::em::RadiusDependentKernelParameters::inv_sigsq_
protected

the inverse of sigma square

float IMP::em::RadiusDependentKernelParameters::kdist_
protected

the kernel distance (= elements for summation)

float IMP::em::RadiusDependentKernelParameters::normfac_
protected

normalization factor

float IMP::em::RadiusDependentKernelParameters::sig_
protected

the sigma

float IMP::em::RadiusDependentKernelParameters::vsig_
protected

vsig

float IMP::em::RadiusDependentKernelParameters::vsigsq_
protected

square of vsig


The documentation for this class was generated from the following file:

Generated on Tue May 22 2012 23:33:34 for IMP by doxygen 1.8.1