The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Grid_Overlap_Operator
/*
 * REGISTERABLE ENUM: SE_Grid_Overlap_Operator
 *
 *   This data type specifies how overlapping <Property Grid> instances
 *   should be interpreted.
 */
typedef SE_Short_Integer SE_Grid_Overlap_Operator;
Enumerant Definition Value
SE_GROVLOP_BASE
 Reserved for priority 0
1
SE_GROVLOP_REPLACE
 Replace next lower priority in overlap.
2
SE_GROVLOP_MERGE
 Merge op in overlap depends on the classification
 of the <Property Grid> instances.
3
SE_GROVLOP_ADD
 At each point of overlap, add the values to the next
 lower priority in overlap.
4
SE_GROVLOP_MEAN
 At each point of overlap, take the mean of the values.
5



Prev: SE_Geometry_Topology_Level. Next: SE_HLS_Data.


Return to: Top of this Page, Type Index