Changeset 28484 for branches/pap/psModules/src/config/pmConfigMask.c
- Timestamp:
- Jun 24, 2010, 2:59:09 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/psModules
- Property svn:mergeinfo changed
/branches/czw_branch/20100519/psModules (added) merged: 28164,28304,28334,28338
- Property svn:mergeinfo changed
-
branches/pap/psModules/src/config/pmConfigMask.c
r25828 r28484 8 8 9 9 #include "pmConfigMask.h" 10 11 // Structure to hold the properties of a mask value 12 typedef struct { 13 char *badMaskName; // name for "bad" (i.e., mask me please) pixels 14 char *fallbackName; // Fallback name in case a bad mask name is not defined 15 psImageMaskType defaultMaskValue; // Default value in case a bad mask name and its fallback are not defined 16 bool isBad; // include this value as part of the MASK.VALUE entry (generically bad) 17 } pmConfigMaskInfo; 10 18 11 19 static pmConfigMaskInfo masks[] = {
Note:
See TracChangeset
for help on using the changeset viewer.
