Changeset 41382 for trunk/ppSub/src/ppSub.h
- Timestamp:
- Jun 23, 2020, 3:29:09 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSub.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSub.h
r31156 r41382 190 190 void ppSubSetThreads (void); 191 191 192 // ppSubMaskSetInMetadata examines named mask values and set the bits for maskValue and 193 // markValue. Ensures that the below-named mask values are set, and calculates the mask value 194 // to catch all of the mask values marked as 'bad'. Supplies the fallback name if the primary 195 // name is not found, or the default values if the fallback name is not found. 196 bool ppSubMaskSetInMetadata(psImageMaskType *outMaskValue, // Value of MASK.VALUE, returned 197 psImageMaskType *outMarkValue, // Value of MARK.VALUE, returned 198 psMetadata *source // Source of mask bits 199 ); 200 201 // lookup an image mask value by name from a psMetadata, without requiring the entry to 202 // be of type psImageMaskType, but verifying that it will fit in psImageMaskType 203 psImageMaskType psMetadataLookupImageMaskFromGeneric (bool *status, const psMetadata *md, const char *name); 204 192 205 ///@} 193 206 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
