23 explicit Interface(std::string app_version);
A database of program command line and environment variable options and methods for manipulating them...
Definition Ioss_GetLongOpt.h:25
int compression_level
Definition skinner_interface.h:53
void enroll_options()
Definition skinner_interface.C:25
double minimum_time
Definition skinner_interface.h:52
std::string output_filename() const
Definition skinner_interface.h:33
double maximum_time
Definition skinner_interface.h:51
bool shuffle
Definition skinner_interface.h:54
bool netcdf4_
Definition skinner_interface.h:58
std::string inputFile_
Definition skinner_interface.h:42
bool outputTransient_
Definition skinner_interface.h:61
bool blocks_
Definition skinner_interface.h:62
std::vector< double > selected_times
If non-empty, then it is a list of times that should be transferred to the output file.
Definition skinner_interface.h:65
bool useFaceHashIds_
Definition skinner_interface.h:59
std::string decomp_method
Definition skinner_interface.h:49
std::string compose_output
Definition skinner_interface.h:50
Interface(std::string app_version)
Definition skinner_interface.C:20
bool ints64Bit_
Definition skinner_interface.h:57
bool no_output() const
Definition skinner_interface.h:29
std::string version
Definition skinner_interface.h:48
Ioss::GetLongOption options_
Definition skinner_interface.h:40
bool noOutput_
Definition skinner_interface.h:60
bool parse_options(int argc, char **argv)
Definition skinner_interface.C:170
std::string input_filename() const
Definition skinner_interface.h:32
bool output_transient() const
Definition skinner_interface.h:30
std::string outFiletype_
Definition skinner_interface.h:45
bool ints_64_bit() const
Definition skinner_interface.h:27
std::string output_type() const
Definition skinner_interface.h:35
std::string outputFile_
Definition skinner_interface.h:43
bool statistics
Definition skinner_interface.h:56
std::string inFiletype_
Definition skinner_interface.h:44
bool debug
Definition skinner_interface.h:55
std::string input_type() const
Definition skinner_interface.h:34
A special namespace for the skinner demonstration program interFace.
Definition skinner_interface.h:19