|
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_Solid | volume_type; | |
| union | ||
| { | ||
| SE_Spherical_Volume_Extent_Fields | sphere; | |
| SE_Cylindrical_Volume_Extent_Entry | cyl; | |
| SE_Parallelepiped_Volume_Extent_Entry | box; | |
| } volume; |
|