SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_General_Hierarchy_Order
/*
 * SET: SE_General_Hierarchy_Order
 *
 *   This data type specifies, at a high level, whether any components of
 *   the given <Aggregate Geometry> and <Aggregate Feature> instances
 *   should be traversed in an ordered fashion.
 *
 *   If a class of object is not included in the set, the rest of the
 *   SE_Hierarchy_Order_Parameters values for that class of object are
 *   ignored.  Only if a class of object is included in the set are
 *   the SE_Hierarchy_Order_Parameters values examined. The components
 *   of that object are traversed in the order specified by the
 *   SE_Hierarchy_Order_Parameters of that class.
 */
typedef union
{
SE_Integer_Unsigned member;
struct
{

SE_Integer_Unsigned : 1  Alternate_Hierarchy;
SE_Integer_Unsigned : 1  Classification_Related;
SE_Integer_Unsigned : 1  LOD_Related;
SE_Integer_Unsigned : 1  Octant_Related;
SE_Integer_Unsigned : 1  Quadrant_Related;
SE_Integer_Unsigned : 1  Separating_Plane;
SE_Integer_Unsigned : 1  Spatial_Index_Related;
SE_Integer_Unsigned : 1  State_Related;
SE_Integer_Unsigned : 1  Time_Related;
} member; } SE_General_Hierarchy_Order;


Prev: SE_Encoding. Next: SE_General_Hierarchy_Select.


Return to: Top of this Page, Type Index