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

Class DataFieldCached

source code

Cached data field quantity type.

There should be little need to this enum directly except in libgwyprocess methods.


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]
  DATA_FIELD_CACHE_ARE
Surface area.
  DATA_FIELD_CACHE_ARF
Auto-range from.
  DATA_FIELD_CACHE_ART
Auto-range to.
  DATA_FIELD_CACHE_ENT
Entropy.
  DATA_FIELD_CACHE_MAX
Overall maximum.
  DATA_FIELD_CACHE_MED
Median.
  DATA_FIELD_CACHE_MIN
Overall minimum.
  DATA_FIELD_CACHE_MSQ
Mean square.
  DATA_FIELD_CACHE_RMS
Root mean square.
  DATA_FIELD_CACHE_SIZE
The size of statistics cache.
  DATA_FIELD_CACHE_SUM
Sum of all values.
  DATA_FIELD_CACHE_VAR
Variation.