#include <intautos.h>
Inherits Autos.

Public Member Functions | |
| IntAutos (EDL *edl, Track *track, int default_) | |
| ~IntAutos () | |
| Auto * | new_auto () |
| int | automation_is_constant (int64_t start, int64_t end) |
| double | get_automation_constant (int64_t start, int64_t end) |
| void | get_extents (float *min, float *max, int *coords_undefined, int64_t unit_start, int64_t unit_end) |
| void | dump () |
Data Fields | |
| int | default_ |
Definition at line 8 of file intautos.h.
| IntAutos::~IntAutos | ( | ) |
Definition at line 13 of file intautos.C.
| Auto * IntAutos::new_auto | ( | ) | [virtual] |
Reimplemented from Autos.
Definition at line 18 of file intautos.C.
References default_, Autos::edl, IntAuto::IntAuto(), and IntAuto::value.

| int IntAutos::automation_is_constant | ( | int64_t | start, | |
| int64_t | end | |||
| ) | [virtual] |
Reimplemented from Autos.
Definition at line 25 of file intautos.C.
References List< Auto >::first, Autos::get_neighbors(), List< Auto >::last, ListItem< TYPE >::next, and Auto::position.

| double IntAutos::get_automation_constant | ( | int64_t | start, | |
| int64_t | end | |||
| ) | [virtual] |
Reimplemented from Autos.
Definition at line 57 of file intautos.C.
References Autos::default_auto, List< Auto >::first, and Autos::get_neighbors().

| void IntAutos::get_extents | ( | float * | min, | |
| float * | max, | |||
| int * | coords_undefined, | |||
| int64_t | unit_start, | |||
| int64_t | unit_end | |||
| ) | [virtual] |
Reimplemented from Autos.
Definition at line 77 of file intautos.C.
References Autos::default_auto, List< Auto >::first, MAX, MIN, NEXT, and IntAuto::value.
| void IntAutos::dump | ( | ) | [virtual] |
Reimplemented from Autos.
Definition at line 114 of file intautos.C.
References Autos::default_auto, List< Auto >::first, NEXT, and Auto::position.
1.5.5