Classes | Typedefs

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
 

Detailed Description

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.

Remarks
Required library : DgnPlatform<ApiNumber>.lib i.e. DgnPlatform5.lib

Typedef Documentation

typedef BitMaskP* BitMaskH

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.