
Public Member Functions | |
| DownSampleMain (PluginServer *server) | |
| ~DownSampleMain () | |
| int | process_realtime (VFrame *input_ptr, VFrame *output_ptr) |
| int | is_realtime () |
| int | load_defaults () |
| int | save_defaults () |
| void | save_data (KeyFrame *keyframe) |
| void | read_data (KeyFrame *keyframe) |
| void | update_gui () |
Data Fields | |
| VFrame * | input |
| VFrame * | output |
| DownSampleServer * | engine |
Definition at line 98 of file downsample.C.
| DownSampleMain::DownSampleMain | ( | PluginServer * | server | ) |
| DownSampleMain::~DownSampleMain | ( | ) |
Reimplemented from PluginVClient.
Definition at line 417 of file downsample.C.
References VFrame::copy_from(), engine, PluginClient::get_project_smp(), VFrame::get_rows(), input, output, and LoadServer::process_packages().

| int DownSampleMain::is_realtime | ( | ) | [virtual] |
| int DownSampleMain::load_defaults | ( | ) | [virtual] |
| int DownSampleMain::save_defaults | ( | ) | [virtual] |
| void DownSampleMain::save_data | ( | KeyFrame * | keyframe | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 496 of file downsample.C.
References FileXML::append_tag(), KeyFrame::data, output, XMLTag::set_property(), FileXML::set_shared_string(), XMLTag::set_title(), FileXML::tag, and FileXML::terminate_string().

| void DownSampleMain::read_data | ( | KeyFrame * | keyframe | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 518 of file downsample.C.
References KeyFrame::data, XMLTag::get_property(), input, FileXML::read_tag(), FileXML::set_shared_string(), FileXML::tag, and XMLTag::title_is().

| void DownSampleMain::update_gui | ( | ) | [virtual] |
Reimplemented from PluginVClient.
Definition at line 114 of file downsample.C.
Referenced by DownSampleUnit::process_package(), process_realtime(), and read_data().
Reimplemented from PluginVClient.
Definition at line 114 of file downsample.C.
Referenced by DownSampleServer::init_packages(), DownSampleUnit::process_package(), process_realtime(), and save_data().
Definition at line 115 of file downsample.C.
Referenced by DownSampleMain(), process_realtime(), and ~DownSampleMain().
1.5.5