Variables controlling the compression, name size, and integer size.

Typedefs

typedef enum ex_option_type ex_option_type
 

Enumerations

enum  ex_option_type {
  EX_OPT_MAX_NAME_LENGTH = 1, EX_OPT_COMPRESSION_TYPE, EX_OPT_COMPRESSION_LEVEL, EX_OPT_COMPRESSION_SHUFFLE,
  EX_OPT_INTEGER_SIZE_API, EX_OPT_INTEGER_SIZE_DB
}
 

Detailed Description

Typedef Documentation

◆ ex_option_type

Definition at line 188 of file exodusII.h.

Enumeration Type Documentation

◆ ex_option_type

See also
ex_set_option()
Enumerator
EX_OPT_MAX_NAME_LENGTH 
EX_OPT_COMPRESSION_TYPE 
EX_OPT_COMPRESSION_LEVEL 
EX_OPT_COMPRESSION_SHUFFLE 
EX_OPT_INTEGER_SIZE_API 
EX_OPT_INTEGER_SIZE_DB 

Definition at line 180 of file exodusII.h.

180  {
182  EX_OPT_COMPRESSION_TYPE, /* Currently not used. GZip by default */
183  EX_OPT_COMPRESSION_LEVEL, /* 0 (disabled/fastest) ... 9 (best/slowest) */
184  EX_OPT_COMPRESSION_SHUFFLE, /* 0 (disabled); 1 (enabled) */
185  EX_OPT_INTEGER_SIZE_API, /* See *_INT64_* values above */
186  EX_OPT_INTEGER_SIZE_DB /* (query only) */
187  };