18namespace layer1_foundations {
46 int argc, std::string *argv,
49 int f_v = (verbose_level >= 1);
54 cout <<
"povray_job_description::read_arguments" << endl;
57 for (i = 0; i < argc; i++) {
60 if (ST.
stringcmp(argv[i],
"-video_options") == 0) {
63 argv + i + 1, verbose_level);
66 cout <<
"-video_options" << endl;
67 cout <<
"done with -video_options " << endl;
68 cout <<
"i = " << i << endl;
69 cout <<
"argc = " << argc << endl;
71 cout <<
"next argument is " << argv[i] << endl;
75 else if (ST.
stringcmp(argv[i],
"-round") == 0) {
79 cout <<
"-round " <<
round << endl;
83 else if (ST.
stringcmp(argv[i],
"-rounds") == 0) {
90 else if (ST.
stringcmp(argv[i],
"-nb_frames_default") == 0) {
97 else if (ST.
stringcmp(argv[i],
"-output_mask") == 0) {
104 else if (ST.
stringcmp(argv[i],
"-scene_objects") == 0) {
106 cout <<
"-scene_objects " << endl;
111 S->
init(verbose_level);
114 cout <<
"done with -scene_objects " << endl;
115 cout <<
"i = " << i << endl;
116 cout <<
"argc = " << argc << endl;
118 cout <<
"next argument is " << argv[i] << endl;
122 else if (ST.
stringcmp(argv[i],
"-end") == 0) {
123 cout <<
"-end" << endl;
127 cout <<
"povray_job_description::read_arguments "
128 "unrecognized option " << argv[i] << endl;
132 cout <<
"povray_job_description::read_arguments done" << endl;
143 cout <<
"-round " <<
round << endl;
video_draw_options * Video_draw_options
~povray_job_description()
std::string rounds_as_string
int read_arguments(int argc, std::string *argv, int verbose_level)
a collection of 3D geometry objects
int read_scene_objects(int argc, std::string *argv, int i0, int verbose_level)
void init(int verbose_level)
options for povray videos
int read_arguments(int argc, std::string *argv, int verbose_level)
the orbiter library for the classification of combinatorial objects