SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Parallelepiped_Volume_Extent_Entry
/*
 * STRUCT: SE_Parallelepiped_Volume_Extent_Entry
 *
 *   Represents parallelepiped <Volume Level Of Detail Data>.
 */
typedef struct
{

SE_Parallelepiped_Volume_Extent_Fields parallelepiped;1
SE_Reference_Vector_Fields reference_vectors[3];2
} SE_Parallelepiped_Volume_Extent_Entry;


Field Notes

parallelepiped

Specifies the dimensions of the box, the axes of which are specified by the entries of reference_vectors.

reference_vectors

The vector_type of each entry of reference_vectors shall be SE_REFVEC_PARALLELEPIPED_EDGE_DIRECTION.

Consequently, <Property Value> information is not needed for the entries of reference_vectors.




Prev: SE_Packed_Hierarchy_Reference_Ptr. Next: SE_Predicate.


Return to: Top of this Page, Type Index