IMP  2.0.1
The Integrative Modeling Platform
IMP::em::RadiusDependentKernelParameters Class Reference

Calculates kernel parameters as a function of a specific radius.

#include <IMP/em/KernelParameters.h>

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
 

Detailed Description

Definition at line 27 of file KernelParameters.h.


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