Chaste
Build::
|
#include <VesselNetworkGenerator.hpp>
Public Types | |
enum | Value { REGULAR, UNIFORM, TWO_LAYER, CUSTOM } |
Struct to define random vessel distribution properties
Regular: Vessels are distributed in regular patterns Uniform: Vessels are distributed from seeds of a uniform random distribution Two Layer: Vessels are distributed from seeds of a two-layer uniform-normal random distribution Custom: Manually provide seeds for the vessel distribution
Definition at line 57 of file VesselNetworkGenerator.hpp.
Values for different distributions
Definition at line 62 of file VesselNetworkGenerator.hpp.