![]() |
the frame,value object provided from the VeloBasedColumn
The VeloBasedColumn provides the frame,value object representing a given frame from its VeloBasedColumn::operator[int idx] or when being iterated. This object can be used to get and set values on the column.
Public Attributes | |
double | frame |
double | value |
bool | key |
BezierColumnValue * | keyframe_previous |
BezierColumnValue * | keyframe_next |
|
read |
The frame number that this object represents within the column.
|
readwrite |
Defines whether or not the frame represents a key. Setting this to true will create a key.
OMC::VeloBasedColumnValue::keyframe_next |
The next frame at which there is a keyframe present. If none are present, returns none.
OMC::VeloBasedColumnValue::keyframe_previous |
The previous frame at which there is a keyframe present, this frame value object if its currently a keyframe.
OMC::VeloBasedColumnValue::value |
The double value of the column at the given frame.