Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

THD_session Struct Reference

#include <3ddata.h>


Data Fields

int type
int num_dsset
char sessname [THD_MAX_NAME]
char lastname [THD_MAX_NAME]
THD_3dim_datasetdsset [THD_MAX_SESSION_SIZE][LAST_VIEW_TYPE+1]
Htablewarptable
int su_num
SUMA_surface ** su_surf
int su_numgroup
SUMA_surfacegroup ** su_surfgroup
XtPointer parent

Detailed Description

Holds all the datasets from a directory (session). [28 Jul 2003: modified to put elide distinction between anat and func] [20 Jan 2004: modified to put surfaces into here as well]

Definition at line 2838 of file 3ddata.h.


Field Documentation

THD_3dim_dataset* THD_session::dsset[THD_MAX_SESSION_SIZE][LAST_VIEW_TYPE+1]
 

array of datasets

Definition at line 2845 of file 3ddata.h.

Referenced by AFNI_andersonville(), AFNI_append_sessions(), AFNI_choose_dataset_CB(), AFNI_fimmer_redisplay(), AFNI_finalize_dataset_CB(), AFNI_finalize_read_sess_CB(), AFNI_finalize_read_Web_CB(), AFNI_force_adoption(), AFNI_initialize_view(), AFNI_make_descendants_old(), AFNI_mark_for_death(), AFNI_marks_transform_CB(), AFNI_purge_dsets(), AFNI_read_inputs(), AFNI_rescan_session_NEW(), AFNI_rescan_session_OLD(), AFNI_write_many_dataset_CB(), DRAW_choose_CB(), NOTES_choose_CB(), NUD_choose_CB(), PLUG_choose_dataset_CB(), PLUTO_add_dset(), PLUTO_popup_dset_chooser(), process_NIML_AFNI_dataset(), process_NIML_Node_ROI(), RCREND_load_dsl(), RENAME_main(), REND_load_dsl(), RT_tell_afni_one(), THD_check_idcodes(), THD_dset_in_session(), THD_init_session(), THD_order_session(), and THD_reconcile_parents().

char THD_session::lastname[THD_MAX_NAME]
 

Just/the/last/name of the directory

Definition at line 2842 of file 3ddata.h.

Referenced by AFNI_choose_dataset_CB(), AFNI_force_adoption(), AFNI_read_inputs(), ENV_sesstrail(), and THD_init_session().

int THD_session::num_dsset
 

Number of datasets.

Definition at line 2840 of file 3ddata.h.

Referenced by AFNI_andersonville(), AFNI_append_sessions(), AFNI_choose_dataset_CB(), AFNI_fimmer_execute(), AFNI_fimmer_redisplay(), AFNI_finalize_dataset_CB(), AFNI_finalize_read_sess_CB(), AFNI_finalize_read_Web_CB(), AFNI_force_adoption(), AFNI_make_descendants_old(), AFNI_mark_for_death(), AFNI_marks_transform_CB(), AFNI_purge_dsets(), AFNI_read_inputs(), AFNI_rescan_session_NEW(), AFNI_rescan_session_OLD(), AFNI_write_many_dataset_CB(), DRAW_choose_CB(), NOTES_choose_CB(), NUD_choose_CB(), PLUG_choose_dataset_CB(), PLUTO_add_dset(), PLUTO_popup_dset_chooser(), process_NIML_AFNI_dataset(), process_NIML_Node_ROI(), RCREND_load_dsl(), REND_load_dsl(), RT_tell_afni_one(), THD_check_idcodes(), THD_dset_in_session(), THD_init_session(), THD_order_session(), and THD_reconcile_parents().

XtPointer THD_session::parent
 

generic pointer to "owner" of session

Definition at line 2857 of file 3ddata.h.

Referenced by AFNI_finalize_read_sess_CB(), AFNI_read_inputs(), AFNI_rescan_session_OLD(), and THD_init_session().

char THD_session::sessname[THD_MAX_NAME]
 

Name of directory datasets were read from

Definition at line 2841 of file 3ddata.h.

Referenced by AFNI_append_sessions(), AFNI_drive_switch_session(), AFNI_finalize_read_sess_CB(), AFNI_read_inputs(), AFNI_rescan_session_NEW(), AFNI_rescan_session_OLD(), AFNI_rescan_timeseries_CB(), AFNI_update_surface_widgets(), ENV_sesstrail(), process_NIML_Node_ROI(), process_NIML_SUMA_ijk(), process_NIML_SUMA_ixyz(), process_NIML_SUMA_node_normals(), RT_tell_afni_one(), and THD_init_session().

int THD_session::su_num
 

Number of surfaces

Definition at line 2851 of file 3ddata.h.

Referenced by AFNI_brick_to_mri(), AFNI_choose_surface_CB(), AFNI_get_xhair_node(), AFNI_niml_redisplay_CB(), AFNI_niml_viewpoint_CB(), AFNI_update_surface_widgets(), AFNI_vnlist_func_overlay(), AFNI_vol2surf_func_overlay(), fill_ldp_surf_list(), process_NIML_Node_ROI(), process_NIML_SUMA_ijk(), process_NIML_SUMA_ixyz(), process_NIML_SUMA_node_normals(), PV2S_check_surfaces(), PV2S_disp_afni_surfaces(), PV2S_process_args(), and slist_surfs_for_ldp().

int THD_session::su_numgroup
 

Number of surface groups

Definition at line 2854 of file 3ddata.h.

SUMA_surface** THD_session::su_surf
 

Surface array

Definition at line 2852 of file 3ddata.h.

Referenced by AFNI_brick_to_mri(), AFNI_get_xhair_node(), AFNI_niml_redisplay_CB(), AFNI_niml_viewpoint_CB(), AFNI_process_plugout(), AFNI_sumato_CB(), AFNI_update_surface_widgets(), AFNI_vnlist_func_overlay(), AFNI_vol2surf_func_overlay(), fill_ldp_surf_list(), process_NIML_Node_ROI(), process_NIML_SUMA_ijk(), process_NIML_SUMA_ixyz(), process_NIML_SUMA_node_normals(), PV2S_check_surfaces(), PV2S_disp_afni_surfaces(), slist_choose_surfs(), and slist_surfs_for_ldp().

SUMA_surfacegroup** THD_session::su_surfgroup
 

Surface group array

Definition at line 2855 of file 3ddata.h.

int THD_session::type
 

code indicating this is a THD_session

Definition at line 2839 of file 3ddata.h.

Referenced by AFNI_read_inputs(), and THD_init_session().

Htable* THD_session::warptable
 

Table of inter-dataset warps [27 Aug 2002]

Definition at line 2847 of file 3ddata.h.

Referenced by AFNI_finalize_read_sess_CB(), AFNI_read_inputs(), AFNI_rescan_session_NEW(), AFNI_rescan_session_OLD(), and THD_init_session().


The documentation for this struct was generated from the following file:
 

Powered by Plone

This site conforms to the following standards: