|
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) |