SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Animation_Range
/*
 * STRUCT: SE_Animation_Range
 *
 *   This data type specifies a single range of animation frames to be
 *   traversed from an <Animation Related Geometry> instance.
 *
 *   The ending_frame of a range shall be greater than or equal to the
 *   beginning_frame of that range.
 */
typedef struct
{

SE_Short_Integer_Unsigned beginning_frame;
SE_Short_Integer_Unsigned ending_frame;
} SE_Animation_Range;



Prev: SE_Alternate_Hierarchy_Parameters. Next: SE_Animation_Select_Parameters.


Return to: Top of this Page, Type Index