34 #ifndef skinner_SystemInterface_h 35 #define skinner_SystemInterface_h std::string input_filename() const
Definition: skinner_interface.h:56
bool shuffle
Definition: skinner_interface.h:75
std::string output_type() const
Definition: skinner_interface.h:59
A special namespace for the skinner demonstration program interface.
Definition: skinner_interface.h:43
bool no_output() const
Definition: skinner_interface.h:54
std::string outFiletype_
Definition: skinner_interface.h:69
std::string inputFile_
Definition: skinner_interface.h:66
std::string decomp_method
Definition: skinner_interface.h:72
std::string compose_output
Definition: skinner_interface.h:73
bool ints_64_bit() const
Definition: skinner_interface.h:52
bool ignoreFaceIds_
Definition: skinner_interface.h:80
std::string inFiletype_
Definition: skinner_interface.h:68
Interface()
Definition: skinner_interface.C:42
A database of program command line and environment variable options and methods for manipulating them...
Definition: Ioss_GetLongOpt.h:47
int compression_level
Definition: skinner_interface.h:74
bool netcdf4
Definition: skinner_interface.h:79
bool debug
Definition: skinner_interface.h:76
Definition: skinner_interface.h:44
std::string output_filename() const
Definition: skinner_interface.h:57
std::string input_type() const
Definition: skinner_interface.h:58
bool ints64Bit_
Definition: skinner_interface.h:78
void enroll_options()
Definition: skinner_interface.C:51
bool noOutput_
Definition: skinner_interface.h:81
Ioss::GetLongOption options_
Definition: skinner_interface.h:64
bool statistics
Definition: skinner_interface.h:77
std::string outputFile_
Definition: skinner_interface.h:67
bool parse_options(int argc, char **argv)
Definition: skinner_interface.C:151