/*
 * STRUCT: SE_OCT_TREE_SELECT_PARAMETERS
 *
 *   Used in the SE_HIERARCHY_SELECT_PARAMETERS struct to select which
 *   branches to traverse from an <Oct Tree Related Features> or <Oct 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 <Oct Tree Related Features>, <Oct Tree
 *   Related Geometry>, <Base Oct Tree Data>, <Feature Oct Tree Data>, and
 *   <Geometry Oct Tree Data> for more details.
 */
typedef struct
{
SE_UINT32 oct_tree_data_count;
SE_BASE_OCT_TREE_DATA_FIELDS *oct_tree_data_array;
} SE_OCT_TREE_SELECT_PARAMETERS;
Prev: SE_OBJECT_ID. Next: SE_PACKED_HIERARCHY. Up:Index