SRM Reference Manual
Types
SRM_Coordinate_Valid_Region
/*!
 * ENUM: SRM_Coordinate_Valid_Region
 *
 *  This data type represents coordinate location with respect to valid regions.
 */
typedef enum
{
SRM_COORDVALRGN_VALID,1
SRM_COORDVALRGN_EXTENDED_VALID,2
SRM_COORDVALRGN_DEFINED3
} SRM_Coordinate_Valid_Region;


Enumerant Notes

1 VALID denotes a coordinate that is contained in the valid region and in the CS domain.

2 EXTENDED_VALID denotes a coordinate that is contained in the extended valid region and in the CS domain but not in the valid region.

3 DEFINED denotes a coordinate that is contained in the CS domain but not in the valid or the extended valid regions.




Prev: SRM_Coordinate. Next: SRM_Coordinate_Valid_Region_Array.


Return to: Top of this Page, Type Index