DoubleBitMask_BitMaskNative

from panda3d.core import DoubleBitMask_BitMaskNative
class DoubleBitMask_BitMaskNative

Bases:

Inheritance diagram

Inheritance diagram of DoubleBitMask_BitMaskNative

__and__(other: DoubleBitMask_BitMaskNative) DoubleBitMask_BitMaskNative
__eq__(other: DoubleBitMask_BitMaskNative) bool
__iand__(other: DoubleBitMask_BitMaskNative) DoubleBitMask_BitMaskNative
__ilshift__(shift: int) DoubleBitMask_BitMaskNative
__init__()
__init__(param0: DoubleBitMask_BitMaskNative)
__init__(init_value: object)
__ior__(other: DoubleBitMask_BitMaskNative) DoubleBitMask_BitMaskNative
__irshift__(shift: int) DoubleBitMask_BitMaskNative
__ixor__(other: DoubleBitMask_BitMaskNative) DoubleBitMask_BitMaskNative
__lt__(other: DoubleBitMask_BitMaskNative) bool
__ne__(other: DoubleBitMask_BitMaskNative) bool
__or__(other: DoubleBitMask_BitMaskNative) DoubleBitMask_BitMaskNative
__reduce__() object
__rshift__(shift: int) DoubleBitMask_BitMaskNative
__xor__(other: DoubleBitMask_BitMaskNative) DoubleBitMask_BitMaskNative
static allOff() DoubleBitMask_BitMaskNative
static allOn() DoubleBitMask_BitMaskNative
static bit(index: int) DoubleBitMask_BitMaskNative
clear()
clearBit(index: int)
clearRange(low_bit: int, size: int)
compareTo(other: DoubleBitMask_BitMaskNative) int
extract(low_bit: int, size: int) int
getBit(index: int) bool
static getClassType() TypeHandle
getHighestOffBit() int
getHighestOnBit() int
getLowestOffBit() int
getLowestOnBit() int
static getMaxNumBits() int
getNextHigherDifferentBit(low_bit: int) int
getNumBits() int
getNumOffBits() int
getNumOnBits() int
hasAllOf(low_bit: int, size: int) bool
hasAnyOf(low_bit: int, size: int) bool
hasBitsInCommon(other: DoubleBitMask_BitMaskNative) bool
static hasMaxNumBits() bool
invertInPlace()
isAllOn() bool
isZero() bool
static lowerOn(on_bits: int) DoubleBitMask_BitMaskNative
operator(shift: int) DoubleBitMask_BitMaskNative
operator(shift: int) DoubleBitMask_BitMaskNative
output(out: ostream)
outputBinary(out: ostream, spaces_every: int)
outputHex(out: ostream, spaces_every: int)
static range(low_bit: int, size: int) DoubleBitMask_BitMaskNative
setBit(index: int)
setBitTo(index: int, value: bool)
setRange(low_bit: int, size: int)
setRangeTo(value: bool, low_bit: int, size: int)
store(value: int, low_bit: int, size: int)
write(out: ostream, indent_level: int)