20namespace layer1_foundations {
47 int argc, std::string *argv,
50 int f_v = (verbose_level >= 1);
55 cout <<
"tree_draw_options::read_arguments" << endl;
58 for (i = 0; i < argc; i++) {
61 if (ST.
stringcmp(argv[i],
"-file") == 0) {
65 cout <<
"-file " <<
file_name <<
" " << endl;
68 else if (ST.
stringcmp(argv[i],
"-restrict") == 0) {
75 else if (ST.
stringcmp(argv[i],
"-select_path") == 0) {
83 else if (ST.
stringcmp(argv[i],
"-end") == 0) {
84 cout <<
"-end" << endl;
88 cout <<
"tree_draw_options::read_arguments "
89 "unrecognized option " << argv[i] << endl;
93 cout <<
"tree_draw_options::read_arguments done" << endl;
101 cout <<
"-file " <<
file_name <<
" " << endl;
110 cout <<
"has draw_vertex_callback function" << endl;
int read_arguments(int argc, std::string *argv, int verbose_level)
void(* draw_vertex_callback)(tree *T, mp_graphics *G, int *v, int layer, tree_node *N, int x, int y, int dx, int dy)
std::string select_path_text
int restrict_excluded_color
int f_has_draw_vertex_callback
the orbiter library for the classification of combinatorial objects