Teem 1.10.0
src/moss/sampler.c File Reference
#include "moss.h"
#include "privateMoss.h"
Include dependency graph for sampler.c:

Functions

int mossSamplerImageSet (mossSampler *smplr, Nrrd *image, float *bg)
int mossSamplerKernelSet (mossSampler *smplr, const NrrdKernel *kernel, double *kparm)
int mossSamplerUpdate (mossSampler *smplr)
int mossSamplerSample (float *val, mossSampler *smplr, double xPos, double yPos)

Function Documentation

int mossSamplerImageSet ( mossSampler smplr,
Nrrd image,
float *  bg 
)
int mossSamplerKernelSet ( mossSampler smplr,
const NrrdKernel kernel,
double *  kparm 
)
int mossSamplerSample ( float *  val,
mossSampler smplr,
double  xPos,
double  yPos 
)
int mossSamplerUpdate ( mossSampler smplr)