Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_MiscFunc.h74 float *S_dim , int BoundIn);
76 float S_rad , int BoundIn );
79 float S_rad , int BoundIn);
H A DSUMA_MiscFunc.c4100 float S_rad , int BoundIn ) in SUMA_isinsphere() argument
4125 if (BoundIn) /* split into two to avoid checking for this in SUMA_isinsphere()
4190 float S_rad , int BoundIn ) in SUMA_isinsphere_bm() argument
4200 IsIn_strct = SUMA_isinsphere(NodeList, nr, S_cent, S_rad, BoundIn); in SUMA_isinsphere_bm()
4272 float *S_cent , float *S_dim , int BoundIn ) in SUMA_isinbox() argument
4307 if (BoundIn) {/* split to avoid checking for this condition all the time */ in SUMA_isinbox()