Home
last modified time | relevance | path

Searched defs:slcind (Results 1 – 2 of 2) sorted by relevance

/dports/science/minc2/minc-release-2.2.00/progs/mincresample/
H A Dresample_volumes.c591 long slcind, rowind, colind, slcmax, rowmax, colmax; in trilinear_interpolant() local
708 long slcind, rowind, colind, slcmax, rowmax, colmax, index[VOL_NDIMS]; in tricubic_interpolant() local
1301 long slcind, rowind, colind, slcmax, rowmax, colmax; in nearest_neighbour_interpolant() local
H A Dmincresample.h314 #define VOLUME_VALUE(volume, slcind, rowind, colind, value) \ argument