/*
 * STRUCT: SE_QUAD_TREE_SELECT_PARAMETERS
 *
 *   Used in the SE_HIERARCHY_SELECT_PARAMETERS struct to select which
 *   branches to traverse from an <Quad Tree Related Features> or <Quad Tree
 *   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 <Quad Tree Related Features>,
 *   <Quad Tree Related Geometry>, <Base Quad Tree Data>,
 *   <Feature Quad Tree Data>, and <Geometry Quad Tree Data>
 *   for more details.
 */
typedef struct
{
SE_UINT32 quad_tree_data_count;
SE_BASE_QUAD_TREE_DATA_FIELDS *quad_tree_data_array;
} SE_QUAD_TREE_SELECT_PARAMETERS;
Prev: SE_PREDICATE. Next: SE_RANGE_ORDER_ENUM. Up:Index