Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_input_ORIG.c973 if (sv->PryAx == 2) sv->PryAx = 3; in SUMA_F10_Key()
974 else if (sv->PryAx == 3) sv->PryAx = 2; in SUMA_F10_Key()
976 SUMA_S_Err("Bad PryAx of %d. Reverting to 3", sv->PryAx); in SUMA_F10_Key()
977 sv->PryAx = 3; in SUMA_F10_Key()
981 if (sv->PryAx == 3) { in SUMA_F10_Key()
H A DSUMA_input.c1553 if (sv->PryAx == 2) sv->PryAx = 3; in SUMA_F10_Key()
1554 else if (sv->PryAx == 3) sv->PryAx = 2; in SUMA_F10_Key()
1556 SUMA_S_Err("Bad PryAx of %d. Reverting to 3", sv->PryAx); in SUMA_F10_Key()
1557 sv->PryAx = 3; in SUMA_F10_Key()
1561 if (sv->PryAx == 3) { in SUMA_F10_Key()
H A DSUMA_define.h2750 int PryAx; /* Prying axis. 3 == Z axis, 2 == Y axis */ member
H A DSUMA_SVmanip.c1102 SV->PryAx = 3; in SUMA_Alloc_SurfaceViewer_Struct()
H A DSUMA_CreateDO.c19390 if (sv->PryAx == 3) { in SUMA_ComputeVisX()
19426 } else if (sv->PryAx == 2) { in SUMA_ComputeVisX()
19463 SUMA_S_Err("Bad pry axis value, %d", sv->PryAx); in SUMA_ComputeVisX()