Home
last modified time | relevance | path

Searched refs:SUMA_CORNER_OF_VOXEL (Results 1 – 1 of 1) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_MiscFunc.c5952 #define SUMA_CORNER_OF_VOXEL(center, dxyz, cn, P){\ macro
5999 SUMA_CORNER_OF_VOXEL(center, dxyz, 0, P0); \
6000 SUMA_CORNER_OF_VOXEL(center, dxyz, 1, P1); \
6003 SUMA_CORNER_OF_VOXEL(center, dxyz, 0, P0); \
6004 SUMA_CORNER_OF_VOXEL(center, dxyz, 3, P1); \
6007 SUMA_CORNER_OF_VOXEL(center, dxyz, 0, P0); \
6008 SUMA_CORNER_OF_VOXEL(center, dxyz, 4, P1); \
6011 SUMA_CORNER_OF_VOXEL(center, dxyz, 1, P0); \
6012 SUMA_CORNER_OF_VOXEL(center, dxyz, 5, P1); \
6015 SUMA_CORNER_OF_VOXEL(center, dxyz, 1, P0); \
[all …]