Home
last modified time | relevance | path

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

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A Dmhdf_public.h193 typedef struct mhdf_TagDesc { struct
194 const char* name; /**< Tag name */
195 enum mhdf_TagDataType type; /**< Data type */
196 int size; /**< Tag size (num of data type) */
197 int bytes; /**< Tag size (number of bytes) */
198 int storage; /**< MOAB tag type (dense or sparse) */
222 struct mhdf_TagDesc* tags; /**< Array of tag descriptions */ argument