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

Functions

mossSamplermossSamplerNew (void)
int mossSamplerFill (mossSampler *smplr, int fdiam, int ncol)
void mossSamplerEmpty (mossSampler *smplr)
mossSamplermossSamplerNix (mossSampler *smplr)
int mossImageCheck (Nrrd *image)
int mossImageAlloc (Nrrd *image, int type, int sx, int sy, int ncol)
int _mossCenter (int center)

Function Documentation

int _mossCenter ( int  center)
int mossImageAlloc ( Nrrd image,
int  type,
int  sx,
int  sy,
int  ncol 
)
int mossImageCheck ( Nrrd image)
void mossSamplerEmpty ( mossSampler smplr)
int mossSamplerFill ( mossSampler smplr,
int  fdiam,
int  ncol 
)
mossSampler* mossSamplerNew ( void  )
mossSampler* mossSamplerNix ( mossSampler smplr)