#include "push.h"
#include "privatePush.h"
Defines | |
#define | EPS_PER_MAX_DIST 200 |
#define | SEEK_MAX_ITER 30 |
Functions | |
unsigned int | _pushPointTotal (pushContext *pctx) |
int | _pushProbe (pushTask *task, pushPoint *point) |
int | pushOutputGet (Nrrd *nPosOut, Nrrd *nTenOut, Nrrd *nEnrOut, pushContext *pctx) |
int | _pushPairwiseEnergy (pushTask *task, double *enrP, double frc[3], pushEnergySpec *ensp, pushPoint *myPoint, pushPoint *herPoint, double YY[3], double iscl) |
int | pushBinProcess (pushTask *task, unsigned int myBinIdx) |
#define EPS_PER_MAX_DIST 200 |
#define SEEK_MAX_ITER 30 |
int _pushPairwiseEnergy | ( | pushTask * | task, | |
double * | enrP, | |||
double | frc[3], | |||
pushEnergySpec * | ensp, | |||
pushPoint * | myPoint, | |||
pushPoint * | herPoint, | |||
double | YY[3], | |||
double | iscl | |||
) |
unsigned int _pushPointTotal | ( | pushContext * | pctx | ) |
int pushBinProcess | ( | pushTask * | task, | |
unsigned int | myBinIdx | |||
) |
int pushOutputGet | ( | Nrrd * | nPosOut, | |
Nrrd * | nTenOut, | |||
Nrrd * | nEnrOut, | |||
pushContext * | pctx | |||
) |