|
rsvs3D
0.0.0
Codes for the c++ implementation of the 3D RSVS
|
Parameters controlling tuning parameters for the stepping of the restricted surface. More...
#include <parameters.hpp>
Public Member Functions | |
| void | PrepareForUse () |
Public Attributes | |
| std::string | engine |
| double | arrivaltolerance |
| Distance along edge at which a vertex is considered arrived regardless of "d" and "v". | |
| double | multiarrivaltolerance |
| Distance along edge at which converging snaxels are considered arrived. | |
| double | snaxtimestep |
| maximum snake time step length | |
| double | snaxdiststep |
| maximum snaxel distance movement | |
| int | initboundary |
| Initialisation boundary (either 0 (outer border), 1 (inner border)) | |
| int | maxsteps |
| maximum number of steps | |
| double | spawnposition |
| Position of spawn. | |
Parameters controlling tuning parameters for the stepping of the restricted surface.
Definition at line 99 of file parameters.hpp.