class PovrayOut

Povray Ouput window.

Inheritance:

PovrayOut - ToolWindow


Public Methods

[more] PovrayOut( map<string, string*>& lookup, char* pov_tplfile, char* ini_tplfile, vector<Waypoint*> path)
Constructor.
[more]void update_path(vector<Waypoint*> path)
update with a new waypoint path
[more]void update_endtime(double time)
update the endtime


Inherited from ToolWindow:

Public Fields

oGtk::ToggleButton main_button
ochar active

Public Methods

ovoid set_active(gboolean state)
ovirtual int delete_event_impl(GdkEventAny* event)


Documentation

Povray Ouput window. Within this window one can fill the waypoint path defined by the PathMaster into some povray template files and edit them if required. The filled templates will be able to render a film sequence with povray.
o PovrayOut( map<string, string*>& lookup, char* pov_tplfile, char* ini_tplfile, vector<Waypoint*> path)
Constructor. accepting a generic lookup map, the template file locations and the waypoint path.

ovoid update_path(vector<Waypoint*> path)
update with a new waypoint path

ovoid update_endtime(double time)
update the endtime


This class has no child classes.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.