Doxygen Source Code Documentation
THD_slist_find Struct Reference
#include <3ddata.h>
Data Fields | |
int | sess_index |
int | dset_index |
int | view_index |
THD_3dim_dataset * | dset |
Detailed Description
Return type for THD_sessionlist searching (see THD_dset_in_*).There are different ways to search for a dataset in THD_sessionlist
- FIND_NAME to find by the name field (is now obsolete)
- FIND_IDCODE to find by the dataset ID code (the best way)
- FIND_PREFIX to find by the dataset prefix (an OK way)
Definition at line 2915 of file 3ddata.h.
Field Documentation
|
Pointer to found dataset itself Definition at line 2919 of file 3ddata.h. Referenced by AFNI_fimmer_compute(), AFNI_make_descendants_old(), AFNI_rescan_session_NEW(), AFNI_rescan_session_OLD(), DSET_in_global_session(), PLUTO_find_dset(), PLUTO_prefix_ok(), process_NIML_AFNI_dataset(), process_NIML_AFNI_volumedata(), process_NIML_Node_ROI(), process_NIML_SUMA_ijk(), process_NIML_SUMA_ixyz(), process_NIML_SUMA_node_normals(), THD_dset_in_session(), THD_dset_in_sessionlist(), and THD_reconcile_parents(). |
|
Index it was found at (if >= 0) Definition at line 2917 of file 3ddata.h. Referenced by AFNI_drive_purge_memory(), AFNI_drive_switch_anatomy(), AFNI_drive_switch_function(), AFNI_make_descendants_old(), AFNI_rescan_session_OLD(), DRAW_finalize_dset_CB(), process_NIML_Node_ROI(), process_NIML_SUMA_ixyz(), RENAME_main(), and THD_dset_in_session(). |
|
Session it was found in Definition at line 2916 of file 3ddata.h. Referenced by AFNI_drive_purge_memory(), AFNI_make_descendants_old(), process_NIML_Node_ROI(), process_NIML_SUMA_ijk(), process_NIML_SUMA_ixyz(), process_NIML_SUMA_node_normals(), RENAME_main(), and THD_dset_in_sessionlist(). |
|
View index it was found at (if >= 0) Definition at line 2918 of file 3ddata.h. Referenced by AFNI_make_descendants_old(), AFNI_rescan_session_NEW(), AFNI_rescan_session_OLD(), and THD_dset_in_session(). |
The documentation for this struct was generated from the following file: