Method Add
Add(IntervalIndex, int, int)
Appends an element to the pose sequence.
Declaration
public void Add(Binary.IntervalIndex intervalIndex, int firstFrame, int numFrames)
Parameters
Type | Name | Description |
---|---|---|
Binary.IntervalIndex | intervalIndex | The interval index that the selected poses should refer to. |
int | firstFrame | The first frame (relative to the segment) that the pose sequence should start at. |
int | numFrames | The number of frames that the pose sequence should contain. |
Remarks
Pose sequences are based on the notion of partial intervals, i.e. an element of a sequence can refer to an interval and optionally further reduce by selecting a sub-section of the interval.