SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_General_Hierarchy_Order
/*
 * STRUCT: SE_General_Hierarchy_Order
 *
 *   Used within an SE_Hierarchy_Order_Parameters struct to indicate 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 set, then the rest of
 *   the SE_Hierarchy_Order_Parameters values for that class of object are
 *   ignored.  Only if a "class" of object has its value set in this
 *   struct 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 struct
{
SE_Boolean alt_hierarchy;
SE_Boolean classification_related;
SE_Boolean lod_related;
SE_Boolean octant_related;
SE_Boolean quadrant_related;
SE_Boolean separating_plane;
SE_Boolean spatial_index_related_general;
SE_Boolean state_related;
SE_Boolean time_related;
} SE_General_Hierarchy_Order;



Prev: SE_Error_Handling_Function_Signature. Next: SE_General_Hierarchy_Select.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS