Teem 1.10.0
src/alan/coreAlan.c File Reference
#include "alan.h"
Include dependency graph for coreAlan.c:

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 Documentation

#define RAND   AIR_AFFINE(0, airDrandMT(), 1, -actx->randRange, actx->randRange)

Function Documentation

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)