SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Quadrant_Select_Parameters
/*
 * STRUCT: SE_Quadrant_Select_Parameters
 *
 *   Used in the SE_Hierarchy_Select_Parameters struct to select which
 *   branches to traverse from an <Quadrant Related Features> or <Quadrant
 *   Related Geometry> object when encountered by a Component Iterator.
 *   Each branch with a link object whose field values match one of the entries
 *   contained in this struct will be traversed.
 *
 *   See the definitions of the <Quadrant Related Features>,
 *   <Quadrant Related Geometry>, <Quadrant Data> for more details.
 */
typedef struct
{

SE_Integer_Unsigned quadrant_data_count;
SE_Quadrant_Data_Fields *quadrant_data_array;
} SE_Quadrant_Select_Parameters;



Prev: SE_Predicate. Next: SE_Relative_To_Absolute_Time_Entry.


Return to: Top of this Page, Type Index