Module gwy :: Class MaskingType
[hide private]
[frames] | no frames]

Class MaskingType

source code

Mask handling in procedures that can apply masking.

Note at present many procedures do not have a masking argument and hence cannot apply masks in exclude mode.


Since: 2.12

Note: All the enumerated values are defined at the module level, not the class level. The are just groupped by class here for easier orientation.

Class Variables [hide private]
  MASK_EXCLUDE
Exclude data under mask, i.e.
  MASK_IGNORE
Ignore mask, if present, and use all data.
  MASK_INCLUDE
Take into account only data under the mask.
Class Variable Details [hide private]

MASK_EXCLUDE

Exclude data under mask, i.e. take into account only data not covered by the mask.