Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_GeomComp.c399 int N_alloc, N_realloc, en, *voxelsijk=NULL, N_voxels1d = 0, *voxels1d = NULL; in SUMA_GetVoxelsIntersectingTriangle() local
556 N_voxels1d=0; in SUMA_GetVoxelsIntersectingTriangle()
604 "\tnt %d, N_voxels1d %d\n", nt, N_voxels1d); in SUMA_GetVoxelsIntersectingTriangle()
605 voxels1d[N_voxels1d] = nijk; ++N_voxels1d; in SUMA_GetVoxelsIntersectingTriangle()
606 signdist[N_voxels1d] = VolPar->Hand * dist; in SUMA_GetVoxelsIntersectingTriangle()
617 vti->N_IntersectedVoxels[ti] = N_voxels1d; in SUMA_GetVoxelsIntersectingTriangle()
619 voxels1d = NULL; N_voxels1d = 0; signdist = NULL; in SUMA_GetVoxelsIntersectingTriangle()