|
ESyS-Particle
4.0.1
|
Class for the generation of a layered 2D random lattice in a rectangular area. More...
#include <LayeredBlock.h>


Public Member Functions | |
| CLayeredBlock2D (double, double, double, double, double, double) | |
| void | addLayerBoundary (double) |
| virtual void | generate (int, unsigned int) |
Class for the generation of a layered 2D random lattice in a rectangular area.
| void CLayeredBlock2D::generate | ( | int | tries, |
| unsigned int | seed | ||
| ) | [virtual] |
Fill the space in the block
| tries | number of times the insertion of a particle is tried |
| seed | seed for the random number generator |
Reimplemented from CRandomBlock2D.
References CRandomBlock2D::generate().

1.7.6.1