16namespace layer5_applications {
17namespace apps_graph_theory {
39 int argc, std::string *argv,
42 int f_v = (verbose_level >= 1);
47 cout <<
"graph_classification_activity_description::read_arguments" << endl;
49 for (i = 0; i < argc; i++) {
50 if (ST.
stringcmp(argv[i],
"-draw_level_graph") == 0) {
57 else if (ST.
stringcmp(argv[i],
"-draw_graphs") == 0) {
60 cout <<
"-draw_graphs " << endl;
63 else if (ST.
stringcmp(argv[i],
"-draw_graphs_at_level") == 0) {
70 else if (ST.
stringcmp(argv[i],
"-draw_options") == 0) {
75 cout <<
"-draw_options " << endl;
78 argv + i + 1, verbose_level);
81 cout <<
"done reading -draw_options " << endl;
82 cout <<
"i = " << i << endl;
83 cout <<
"argc = " << argc << endl;
85 cout <<
"next argument is " << argv[i] << endl;
87 cout <<
"-f_draw_options " << endl;
90 else if (ST.
stringcmp(argv[i],
"-end") == 0) {
92 cout <<
"-end" << endl;
97 cout <<
"graph_classification_activity_description::read_arguments "
98 "unrecognized option " << argv[i] << endl;
103 cout <<
"graph_classification_activity_description::read_arguments done" << endl;
115 cout <<
"-draw_graphs " << endl;
121 cout <<
"-f_draw_options " << endl;
options for drawing an object of type layered_graph
int read_arguments(int argc, std::string *argv, int verbose_level)
~graph_classification_activity_description()
int f_draw_graphs_at_level
graph_classification_activity_description()
graphics::layered_graph_draw_options * draw_options
int read_arguments(int argc, std::string *argv, int verbose_level)
int draw_level_graph_level
int draw_graphs_at_level_level
the orbiter library for the classification of combinatorial objects