Home
last modified time | relevance | path

Searched defs:THD_3dim_dataset (Results 1 – 1 of 1) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3ddata.h2873 typedef struct THD_3dim_dataset { struct
2891 … struct THD_3dim_dataset * warp_parent ; /*!< non-NULL --> this dataset is warped from that one */ argument
2895 … struct THD_3dim_dataset * anat_parent ; /*!< non-NULL --> linked to this as anatomical ref */ argument
2907 RwcBoolean pts_original ; /*!< true if was read from disk directly */
2910 int death_mark ; /*!< dataset is marked for destruction */
2913 MCW_idcode anat_parent_idcode ; /*!< ID code for warp_parent dataset */
2914 MCW_idcode warp_parent_idcode ; /*!< ID code for anat_parent dataset */
2916 char * keywords ; /*!< 30 Nov 1997: keyword list for dataset */
2918 THD_usertaglist * tagset ; /*!< 23 Oct 1998: see plug_tag.c */
2923 RwcPointer parent ; /*!< Somebody that "owns" this dataset */
[all …]