SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Octant_Select_Parameters
/*
 * STRUCT: SE_Octant_Select_Parameters
 *
 *   Used in the SE_Hierarchy_Select_Parameters struct to select which
 *   branches to traverse from an <Octant Related Features> or <Octant
 *   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 <Octant Data>, <Octant Related Features>,
 *   and <Octant Related Geometry> for more details.
 */
typedef struct
{

SE_Integer_Unsigned octant_data_count;
SE_Octant_Data_Fields *octant_data_array;
} SE_Octant_Select_Parameters;



Prev: SE_Object_Inclusion. Next: SE_Packed_Hierarchy.


Return to: Top of this Page, Type Index