Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_GeomComp.h114 SUMA_SurfaceObject *SUMA_Patch2Surf(float *NodeList, int N_NodeList, int *PatchFaces, int N_PatchFa…
H A DSUMA_GeomComp.c9968 SUMA_SurfaceObject *SUMA_Patch2Surf(float *NodeList, int N_NodeList, int *PatchFaces, int N_PatchFa… in SUMA_Patch2Surf() argument
9979 if (!NodeList || !PatchFaces) { in SUMA_Patch2Surf()
9998 if (!imask[PatchFaces[i]]) { in SUMA_Patch2Surf()
9999 imask[PatchFaces[i]] = -1; in SUMA_Patch2Surf()
10017 if (imask[PatchFaces[i]] < 0) { in SUMA_Patch2Surf()
10018 imask[PatchFaces[i]] = cnt; in SUMA_Patch2Surf()
10019 SO->NodeList[3*cnt ] = NodeList[3*PatchFaces[i] ]; in SUMA_Patch2Surf()
10020 SO->NodeList[3*cnt+1] = NodeList[3*PatchFaces[i]+1]; in SUMA_Patch2Surf()
10021 SO->NodeList[3*cnt+2] = NodeList[3*PatchFaces[i]+2]; in SUMA_Patch2Surf()
10024 SO->FaceSetList[i] = imask[PatchFaces[i]]; in SUMA_Patch2Surf()