read user-provided plot names, also more sophisticated file extension checking

This commit is contained in:
Gavin Ridley 2021-12-16 15:10:16 -05:00
parent 071b6fa796
commit d51fd873ab
2 changed files with 39 additions and 6 deletions

View file

@ -284,6 +284,7 @@ public:
virtual void print_info() const;
private:
void set_output_path(pugi::xml_node plot_node);
void set_look_at(pugi::xml_node node);
void set_camera_position(pugi::xml_node node);
void set_field_of_view(pugi::xml_node node);