17namespace layer1_foundations {
54 int argc, std::string *argv,
58 int f_v = (verbose_level >= 1);
62 cout <<
"draw_bitmap_control::read_arguments" << endl;
64 for (i = 0; i < argc; i++) {
66 if (ST.
stringcmp(argv[i],
"-input_csv_file") == 0) {
73 else if (ST.
stringcmp(argv[i],
"-secondary_input_csv_file") == 0) {
80 else if (ST.
stringcmp(argv[i],
"-partition") == 0) {
91 else if (ST.
stringcmp(argv[i],
"-box_width") == 0) {
95 cout <<
"-box_width " <<
box_width << endl;
98 else if (ST.
stringcmp(argv[i],
"-bit_depth") == 0) {
101 cout <<
"-bit_depth " <<
bit_depth << endl;
104 else if (ST.
stringcmp(argv[i],
"-invert_colors") == 0) {
107 cout <<
"-invert_colors " << endl;
110 else if (ST.
stringcmp(argv[i],
"-end") == 0) {
111 cout <<
"-end" << endl;
115 cout <<
"draw_bitmap_control::read_arguments "
116 "unrecognized option " << argv[i] << endl;
122 cout <<
"draw_bitmap_control::read_arguments done" << endl;
140 cout <<
"-box_width " <<
box_width << endl;
143 cout <<
"-bit_depth " <<
bit_depth << endl;
146 cout <<
"-invert_colors " << endl;
std::string input_csv_file_name
int read_arguments(int argc, std::string *argv, int verbose_level)
int f_secondary_input_csv_file
std::string secondary_input_csv_file_name
the orbiter library for the classification of combinatorial objects