A BitMask holds a variable-sized array of bits. More...
Classes | |
struct | BitMask |
A Bitmask holds a variable-sized array of bits. More... | |
struct | BitMaskHolder |
BitMaskHolder acts as a smart pointer. More... | |
struct | BitMaskRef< defaultVal > |
Typedefs | |
typedef BitMaskP * | BitMaskH |
A BitMask holds a variable-sized array of bits.
BitMasks are used when a variable-sized array of on/off values is needed. For example, each ViewInfo contains a BitMask (for each displayed model) that contains a bit for each level that indicates whether the level is to be displayed or not.
typedef BitMaskP* BitMaskH |