SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Volume_Extent_Entry
/*
 * STRUCT: SE_Volume_Extent_Entry
 *
 *   Used to represent a <Volume Extent> for an SE_Volume_LOD_Entry.
 */
typedef struct
{

SE_Volumetric_Shape volume_type;
union
{
SE_Cylindrical_Volume_Extent_Entry cylinder;
SE_Parallelepiped_Volume_Extent_Entry parallelepiped;
SE_Spherical_Volume_Extent_Fields sphere;
} volume_extent_data;
} SE_Volume_Extent_Entry;



Prev: SE_User_Data. Next: SE_Volume_LOD_Entry.


Return to: Top of this Page, Type Index