![]() |
|
An individual sample. More...
#include <types.h>
Public Member Functions | |
| TsValueSample (TsTime inLeftTime, const VtValue &inLeftValue, TsTime inRightTime, const VtValue &inRightValue, bool inBlur=false) | |
Public Attributes | |
| bool | isBlur |
| True if a blur sample. | |
| TsTime | leftTime |
| Left side time (inclusive) | |
| TsTime | rightTime |
| Right side time (exclusive) | |
| VtValue | leftValue |
| Value at left or, for blur, min value. | |
| VtValue | rightValue |
| Value at right or, for blur, max value. | |
An individual sample.
A sample is either a blur, defining a rectangle, or linear, defining a line for linear interpolation. In both cases the sample is half-open on the right.
|
inline |