14#include "io_info_lib_export.h"
22 explicit Interface(std::string app_version);
50 void enroll_options();
Interface(std::string app_version)
Definition info_interface.C:19
std::string version
Definition info_interface.h:47
bool show_config() const
Definition info_interface.h:33
bool ints_64_bit() const
Definition info_interface.h:31
bool field_details() const
Definition info_interface.h:35
char field_suffix_separator() const
Definition info_interface.h:38
bool showConfig_
Definition info_interface.h:67
bool computeVolume_
Definition info_interface.h:60
bool queryTimeOnly_
Definition info_interface.h:69
char fieldSuffixSeparator_
Definition info_interface.h:72
std::string customField_
Definition info_interface.h:57
std::string type() const
Definition info_interface.h:43
std::string changeSetName_
Definition info_interface.h:55
bool fieldDetails_
Definition info_interface.h:70
bool compute_volume() const
Definition info_interface.h:28
bool summary_
Definition info_interface.h:68
int surfaceSplitScheme_
Definition info_interface.h:74
std::string filename_
Definition info_interface.h:54
bool disableFieldRecognition_
Definition info_interface.h:66
bool use_generic_names() const
Definition info_interface.h:39
bool ints64Bit_
Definition info_interface.h:62
Ioss::GetLongOption options_
Definition info_interface.h:52
bool checkNodeStatus_
Definition info_interface.h:59
std::string custom_field() const
Definition info_interface.h:45
bool check_node_status() const
Definition info_interface.h:27
bool adjacencies() const
Definition info_interface.h:30
bool disable_field_recognition() const
Definition info_interface.h:40
bool listChangeSets_
Definition info_interface.h:64
bool useGenericNames_
Definition info_interface.h:65
bool summary() const
Definition info_interface.h:26
std::string decompMethod_
Definition info_interface.h:56
bool query_timesteps_only() const
Definition info_interface.h:34
std::string decomp_method() const
Definition info_interface.h:41
bool computeBBox_
Definition info_interface.h:63
std::string change_set_name() const
Definition info_interface.h:44
int surface_split_scheme() const
Definition info_interface.h:37
bool list_change_sets() const
Definition info_interface.h:32
bool compute_bbox() const
Definition info_interface.h:29
std::string filename() const
Definition info_interface.h:42
std::string filetype_
Definition info_interface.h:53
bool parse_options(int argc, char **argv)
Definition info_interface.C:174
bool adjacencies_
Definition info_interface.h:61
A database of program command line and environment variable options and methods for manipulating them...
Definition Ioss_GetLongOpt.h:25
A special namespace for the io_info demonstration program interFace.
Definition info_interface.h:18