SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Animation_Select_Parameters
/*
 * STRUCT: SE_Animation_Select_Parameters
 *
 *   This data type specifies which branches to traverse from
 *   an <Animation Related Geometry> instance when encountered by a
 *   component iterator.
 *
 *   Each branch of an <Animation Related Geometry> instance is considered
 *   to be a frame of the animation. The frames are ordered, and this
 *   ordering is used to implicitly number the frames from 1 to N.
 *   The animation_ranges_array is an array of beginning_frames and
 *   ending_frames.  For each range specified, the frames from that
 *   range's beginning_frame to that range's ending_frame will be
 *   traversed.
 *
 *   The entries in animation_ranges_array shall be distinct.
 */
typedef struct
{

SE_Integer_Unsigned ranges_count;
SE_Animation_Range *animation_ranges_array;
} SE_Animation_Select_Parameters;



Prev: SE_Animation_Range. Next: SE_API_Function.


Return to: Top of this Page, Type Index