#include "alan.h"

Data Structures | |
| struct | alanTask |
Defines | |
| #define | RAND AIR_AFFINE(0, airDrandMT(), 1, -actx->randRange, actx->randRange) |
Functions | |
| int | _alanCheck (alanContext *actx) |
| int | alanUpdate (alanContext *actx) |
| int | alanInit (alanContext *actx, const Nrrd *nlevInit, const Nrrd *nparmInit) |
| int | _alanPerIteration (alanContext *actx, int iter) |
| void * | _alanTuringWorker (void *_task) |
| int | alanRun (alanContext *actx) |
| #define RAND AIR_AFFINE(0, airDrandMT(), 1, -actx->randRange, actx->randRange) |
| int _alanCheck | ( | alanContext * | actx | ) |
| int _alanPerIteration | ( | alanContext * | actx, | |
| int | iter | |||
| ) |
| void* _alanTuringWorker | ( | void * | _task | ) |
| int alanInit | ( | alanContext * | actx, | |
| const Nrrd * | nlevInit, | |||
| const Nrrd * | nparmInit | |||
| ) |
| int alanRun | ( | alanContext * | actx | ) |
| int alanUpdate | ( | alanContext * | actx | ) |
1.5.6