Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dafni_graph.c2275 MRI_IMARR *dplot_imar = NULL ; /* 08 Nov 1996 - for double plot */ in plot_graphs() local
2402 INIT_IMARR(dplot_imar) ; in plot_graphs()
2466 if( dplot_imar != NULL ) ADDTO_IMARR(dplot_imar,NULL) ; in plot_graphs()
2489 ADDTO_IMARR(dplot_imar,qim) ; /* so we can plot original */ in plot_graphs()
2549 IMARR_SUBIM( dplot_imar , IMARR_COUNT(dplot_imar)-1 ) = NULL ; in plot_graphs()
2572 IMARR_SUBIM( dplot_imar , IMARR_COUNT(dplot_imar)-1 ) = qim ; in plot_graphs()
2695 qim = (dplot_imar != NULL) ? IMARR_SUBIMAGE(dplot_imar,its) : NULL ; in plot_graphs()
2795 qim = (dplot_imar != NULL && pmplot_mode ) /* PLUSMINUS */ in plot_graphs()
2796 ? IMARR_SUBIMAGE(dplot_imar,its) : NULL ; /* data */ in plot_graphs()
3073 dsim = IMARR_SUBIMAGE(dplot_imar,its) ; in plot_graphs()
[all …]