class documentation
class BitmaskType(Enum):
This enumeration encapsulates the concept of a bitmask type in the context of the two bitmask
formats from the GraphFormat enumeration.
| Constant | IN |
This item corresponds to the bitmask format for the in-neighborhoods. |
| Constant | OUT |
This item corresponds to the bitmask format for the out-neighborhoods. |