class documentation

class BitmaskType(Enum):

View In Hierarchy

This enumeration encapsulates the concept of a bitmask type in the context of the two bitmask formats from the GraphFormat enumeration.

Constant IN_NEIGHBORS This item corresponds to the bitmask format for the in-neighborhoods.
Constant OUT_NEIGHBORS This item corresponds to the bitmask format for the out-neighborhoods.
IN_NEIGHBORS: int =

This item corresponds to the bitmask format for the in-neighborhoods.

Value
1
OUT_NEIGHBORS: int =

This item corresponds to the bitmask format for the out-neighborhoods.

Value
0