Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/ptaylor/
H A DTrackIO.h50 } TAYLOR_NETWORK; typedef
66 int Network_N_points(TAYLOR_NETWORK *network, byte recalc);
67 int Network_N_tracts(TAYLOR_NETWORK *network, byte recalc);
68 int Network_N_bundles(TAYLOR_NETWORK *network);
72 int Network_TB_to_1T(TAYLOR_NETWORK *net, int t, int b);
73 int Network_1P_to_PTB(TAYLOR_NETWORK *network, int P1,
85 TAYLOR_NETWORK *Free_Network(TAYLOR_NETWORK *net);
90 TAYLOR_NETWORK *AppAddBundleToNetwork(TAYLOR_NETWORK *network,
95 TAYLOR_NETWORK *NIgr_2_Network(NI_group *ngr);
99 TAYLOR_NETWORK * Read_Network(char *name) ;
[all …]
H A DTrackIO.c253 TAYLOR_NETWORK *Free_Network(TAYLOR_NETWORK *net) in Free_Network()
449 int Network_N_bundles(TAYLOR_NETWORK *net) in Network_N_bundles()
793 TAYLOR_NETWORK *net=NULL; in NIgr_2_Network()
806 net = (TAYLOR_NETWORK *)calloc(1,sizeof(TAYLOR_NETWORK)); in NIgr_2_Network()
866 TAYLOR_NETWORK *AppAddBundleToNetwork(TAYLOR_NETWORK *network, in AppAddBundleToNetwork()
870 TAYLOR_NETWORK *net=NULL; in AppAddBundleToNetwork()
877 net = (TAYLOR_NETWORK *)calloc(1,sizeof(TAYLOR_NETWORK)); in AppAddBundleToNetwork()
957 TAYLOR_NETWORK *net=NULL; in Write_Bundle()
965 net = (TAYLOR_NETWORK *)calloc(1,sizeof(TAYLOR_NETWORK)); in Write_Bundle()
981 int Write_Network(TAYLOR_NETWORK *net, in Write_Network()
[all …]
H A D3dTrackID.c1494 TAYLOR_NETWORK **tnet=NULL; in RunTrackingMaestro()
2471 tnet = (TAYLOR_NETWORK **)calloc(N_nets, sizeof(TAYLOR_NETWORK *)); in RunTrackingMaestro()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_InstaTract.c497 TAYLOR_NETWORK *net=NULL; in InstaTract_MiniProbTrack()
H A DSUMA_CreateDO.h544 SUMA_TractDO *SUMA_Net2TractDO(TAYLOR_NETWORK *net, char *Label,
H A DSUMA_define.h2122 TAYLOR_NETWORK *net;
H A DSUMA_niml.c1983 TAYLOR_NETWORK *net=NULL; in SUMA_process_NIML_data()
H A DSUMA_CreateDO.c4346 TAYLOR_NETWORK *net=NULL; in SUMA_TDO_DefaultOverlays()
4603 TAYLOR_NETWORK *net=NULL; in SUMA_ReadTractDO()
4620 SUMA_TractDO *SUMA_Net2TractDO(TAYLOR_NETWORK *net, in SUMA_Net2TractDO()