#include "nrrd.h"
#include "privateNrrd.h"
Functions | |
int | nrrdSplice (Nrrd *nout, const Nrrd *nin, const Nrrd *nslice, unsigned int axis, size_t pos) |
int | nrrdInset (Nrrd *nout, const Nrrd *nin, const Nrrd *nsub, const size_t *min) |
int | nrrdPad_va (Nrrd *nout, const Nrrd *nin, const ptrdiff_t *min, const ptrdiff_t *max, int boundary,...) |
int | nrrdPad_nva (Nrrd *nout, const Nrrd *nin, const ptrdiff_t *min, const ptrdiff_t *max, int boundary, double padValue) |
int | nrrdSimplePad_va (Nrrd *nout, const Nrrd *nin, unsigned int pad, int boundary,...) |
int | nrrdSimplePad_nva (Nrrd *nout, const Nrrd *nin, unsigned int pad, int boundary, double padValue) |
int nrrdPad_nva | ( | Nrrd * | nout, | |
const Nrrd * | nin, | |||
const ptrdiff_t * | min, | |||
const ptrdiff_t * | max, | |||
int | boundary, | |||
double | padValue | |||
) |
int nrrdPad_va | ( | Nrrd * | nout, | |
const Nrrd * | nin, | |||
const ptrdiff_t * | min, | |||
const ptrdiff_t * | max, | |||
int | boundary, | |||
... | ||||
) |
int nrrdSimplePad_nva | ( | Nrrd * | nout, | |
const Nrrd * | nin, | |||
unsigned int | pad, | |||
int | boundary, | |||
double | padValue | |||
) |
int nrrdSplice | ( | Nrrd * | nout, | |
const Nrrd * | nin, | |||
const Nrrd * | nslice, | |||
unsigned int | axis, | |||
size_t | pos | |||
) |