Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dafni_plugout.c451 jj = AFNI_jumpto_dicom( im3d , -xx,-yy,zz ) ; in AFNI_process_plugout()
476 jj = AFNI_jumpto_dicom( im3d , xx,yy,zz ) ; in AFNI_process_plugout()
545 AFNI_jumpto_dicom( im3d , in AFNI_process_plugout()
H A Dafni_plugin_CYGWIN.h23 (void *)AFNI_jumpto_dicom ,
494 #define AFNI_jumpto_dicom BG_AFNI_jumpto_dicom macro
H A Dafni_driver.c3293 AFNI_jumpto_dicom( im3d , x,y,z ) ; in AFNI_drive_set_dicom_xyz()
3494 AFNI_jumpto_dicom( im3d , -x,-y,z ) ; in AFNI_drive_set_spm_xyz()
3664 if( cj == 'J' || cj == 'Y' ) AFNI_jumpto_dicom( im3d , x,y,z ) ; in AFNI_drive_instacorr()
3689 if( cj == 'J' || cj == 'Y' ) AFNI_jumpto_dicom( im3d , x,y,z ) ; in AFNI_drive_instacorr()
H A Dplug_tag.c832 AFNI_jumpto_dicom( im3d , mytagset->tag[ii].x , in TAG_tog_CB()
H A Dafni.c11580 AFNI_jumpto_dicom( im3d, im3d->vinfo->xi_icor,im3d->vinfo->yj_icor,im3d->vinfo->zk_icor) ;
11877 nn = AFNI_jumpto_dicom( im3d , tv.xyz[0], tv.xyz[1], tv.xyz[2] ) ;
11909 nn = AFNI_jumpto_dicom( im3d , xx,yy,zz ) ;
12013 int AFNI_jumpto_dicom( Three_D_View *im3d , float xx, float yy, float zz ) function
12075 (void)AFNI_jumpto_dicom( im3d , xx,yy,zz ) ;
12198 (void) AFNI_jumpto_dicom( im3d ,
H A Dafni.h1995 extern int AFNI_jumpto_dicom ( Three_D_View * , float, float, float ) ;
H A Dafni_niml.c2550 AFNI_jumpto_dicom( AFNI_find_open_controller(), xyz[0],xyz[1],xyz[2] ); in process_NIML_SUMA_crosshair_xyz()
H A Dafni_cluster.c2224 else AFNI_jumpto_dicom ( im3d , px,py,pz ) ; in AFNI_clus_action_CB()