The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Grid_Overlap_Operator
/*
 * ENUM: SE_Grid_Overlap_Operator
 *
 *   This data type specifies how overlapping <Property Grid> instances
 *   should be interpreted.
 */
typedef enum
{
SE_GRD_OVRLP_OP_BASE, (notes)
SE_GRD_OVRLP_OP_REPLACE, (notes)
SE_GRD_OVRLP_OP_MERGE, (notes)
SE_GRD_OVRLP_OP_ADD, (notes)
SE_GRD_OVRLP_OP_MEAN (notes)
} SE_Grid_Overlap_Operator;


Enumerant Notes


SE_GRD_OVRLP_OP_BASE

 Reserved for priority 0

SE_GRD_OVRLP_OP_REPLACE

 Replace next lower priority in overlap

SE_GRD_OVRLP_OP_MERGE

 Merge op in overlap depends on the classification
 of the <Property Grids>

SE_GRD_OVRLP_OP_ADD

 At each point of overlap, add the values to the next
 lower priority in overlap.

SE_GRD_OVRLP_OP_MEAN

 At each point of overlap, take the mean of the values.



Prev: SE_Geometry_Topology_Level. Next: SE_HLS_Data.


Return to: Top of this Page, Type Index

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