SRM Reference Manual
Types
SRM_Dimensionality
/*
 * ENUM: SRM_Dimensionality
 *
 *   This data type specifies whether the given context is
 *   two-dimensional or three-dimensional.
 */
typedef enum
{
SRM_DIM_TWO_D, (notes)
SRM_DIM_THREE_D (notes)
} SRM_Dimensionality;


Enumerant Notes


SRM_DIM_TWO_D

 Two-dimensional.

SRM_DIM_THREE_D

 Three-dimensional.



Prev: SRM_Coordinate_3D. Next: SRM_EC_Coordinate_2D.


Return to: Top of this Page, Type Index

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™