SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Hierarchy_Inclusion
/*
 * ENUM: SE_Hierarchy_Inclusion
 *
 *   Used within the SE_General_Hierarchy_Select struct to indicate which
 *   classes of <Aggregate Feature>/<Aggregate Geometry> instances and their
 *   components are:
 *   1) always excluded,
 *   2) always included, or
 *   3) included only if they pass a set of defined conditions.
 */
typedef enum
{
SE_HIER_INCL_EXCLUDE_ALL, (notes)
SE_HIER_INCL_INCLUDE_ALL, (notes)
SE_HIER_INCL_EVALUATE_RULES (notes)
} SE_Hierarchy_Inclusion;


Enumerant Notes


SE_HIER_INCL_EXCLUDE_ALL

 Always excluded.

SE_HIER_INCL_INCLUDE_ALL

 Always included.

SE_HIER_INCL_EVALUATE_RULES

 A branch of the specified class of aggregate is included only if
 the aggregate's branch passes a set of defined conditions.



Prev: SE_General_Hierarchy_Select. Next: SE_Hierarchy_Order_Parameters.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS