#include <vautomation.h>
Inherits Automation.

Public Member Functions | |
| VAutomation (EDL *edl, Track *track) | |
| ~VAutomation () | |
| int | create_objects () |
| void | get_projector (float *x, float *y, float *z, int64_t position, int direction) |
| void | get_camera (float *x, float *y, float *z, int64_t position, int direction) |
| int | direct_copy_possible (int64_t start, int direction) |
Definition at line 8 of file vautomation.h.
Definition at line 15 of file vautomation.C.
| VAutomation::~VAutomation | ( | ) |
Definition at line 22 of file vautomation.C.
| int VAutomation::create_objects | ( | ) | [virtual] |
Reimplemented from Automation.
Definition at line 27 of file vautomation.C.
References Automation::autogrouptype(), Autos::autogrouptype, Autos::autoidx, Automation::autos, Autos::create_objects(), Automation::create_objects(), Automation::edl, and Automation::track.

| void VAutomation::get_projector | ( | float * | x, | |
| float * | y, | |||
| float * | z, | |||
| int64_t | position, | |||
| int | direction | |||
| ) | [virtual] |
Reimplemented from Automation.
Definition at line 159 of file vautomation.C.
References Automation::autos.
| void VAutomation::get_camera | ( | float * | x, | |
| float * | y, | |||
| float * | z, | |||
| int64_t | position, | |||
| int | direction | |||
| ) | [virtual] |
Reimplemented from Automation.
Definition at line 187 of file vautomation.C.
References Automation::autos.
| int VAutomation::direct_copy_possible | ( | int64_t | start, | |
| int | direction | |||
| ) | [virtual] |
Reimplemented from Automation.
Definition at line 71 of file vautomation.C.
References Automation::autos, Automation::direct_copy_possible(), and EQUIV.

1.5.5