Home
last modified time | relevance | path

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

/dports/science/py-GPy/GPy-1.10.0/GPy/plotting/matplot_dep/
H A Dmaps.py78 def bbox_match(sf,bbox,inside_only=True): argument
94 if inside_only:
113 def plot_bbox(sf,bbox,inside_only=True): argument
124 index,shape_records = bbox_match(sf,bbox,inside_only)
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_GeomComp.c405 int inside_only = 0; /* if 1, look for voxels located opposite in SUMA_GetVoxelsIntersectingTriangle() local
597 if (!inside_only || !(SUMA_IS_STRICT_NEG(VolPar->Hand * dist))) { in SUMA_GetVoxelsIntersectingTriangle()