The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Octant
/*
 * ENUM: SE_Octant
 *
 *   This data type is used by <Octant Data> to specify which
 *   octant of an Octant Data is represented by the associated
 *   <Feature Hierarchy> (for an <Octant Related Features>) or
 *   <Geometry Hierarchy> (for an <Octant Related Geometry>).
 *
 *   The numbering of the octants is based upon the region Oct Trees
 *   described in The Design and Analysis of Spatial Data Structures, by
 *   Hanan Samet, Addison-Wesley, 1990.
 */
typedef enum
{
SE_OCTANT_UPPER_LEFT_FRONT, (notes)
SE_OCTANT_UPPER_LEFT_BACK, (notes)
SE_OCTANT_LOWER_LEFT_FRONT, (notes)
SE_OCTANT_LOWER_LEFT_BACK, (notes)
SE_OCTANT_UPPER_RIGHT_FRONT, (notes)
SE_OCTANT_UPPER_RIGHT_BACK, (notes)
SE_OCTANT_LOWER_RIGHT_FRONT, (notes)
SE_OCTANT_LOWER_RIGHT_BACK (notes)
} SE_Octant;


Enumerant Notes


SE_OCTANT_UPPER_LEFT_FRONT

 Upper left front octant.

SE_OCTANT_UPPER_LEFT_BACK

 Upper left back octant.

SE_OCTANT_LOWER_LEFT_FRONT

 Lower left front octant.

SE_OCTANT_LOWER_LEFT_BACK

 Lower left back octant.

SE_OCTANT_UPPER_RIGHT_FRONT

 Upper right front octant.

SE_OCTANT_UPPER_RIGHT_BACK

 Upper right back octant.

SE_OCTANT_LOWER_RIGHT_FRONT

 Lower right front octant.

SE_OCTANT_LOWER_RIGHT_BACK

 Lower right back octant.



Prev: SE_Multiplicity. Next: SE_Online_Function_Code.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS