BioDynaMo
v1.05.120-25dc9790
|
#include <substance_initializers.h>
Public Member Functions | |
PoissonBand (real_t lambda, uint8_t axis) | |
The constructor. More... | |
real_t | operator() (real_t x, real_t y, real_t z) |
The model that we want to apply for substance initialization. The operator is called for the entire space. More... | |
Private Attributes | |
real_t | lambda_ |
uint8_t | axis_ |
An initializer that follows a Poisson (normal) distribution along one axis The function ROOT::Math::poisson_pdfd(X, lambda) follows the normal probability density function: {e^( - lambda ) * lambda ^x )} / x!
Definition at line 133 of file substance_initializers.h.
|
inline |
The constructor.
[in] | lambda | The lambda of the Poisson distribution |
[in] | axis | The axis along which you want the Poisson distribution to be oriented to |
Definition at line 141 of file substance_initializers.h.
The model that we want to apply for substance initialization. The operator is called for the entire space.
[in] | x | The x coordinate |
[in] | y | The y coordinate |
[in] | z | The z coordinate |
Definition at line 153 of file substance_initializers.h.
|
private |
Definition at line 168 of file substance_initializers.h.
|
private |
Definition at line 167 of file substance_initializers.h.