DoubleBitMask_DoubleBitMaskNative

from panda3d.core import DoubleBitMask_DoubleBitMaskNative
class DoubleBitMask_DoubleBitMaskNative

Bases:

Inheritance diagram

Inheritance diagram of DoubleBitMask_DoubleBitMaskNative

__and__(other: DoubleBitMask_DoubleBitMaskNative) DoubleBitMask_DoubleBitMaskNative
__eq__(other: DoubleBitMask_DoubleBitMaskNative) bool
__iand__(other: DoubleBitMask_DoubleBitMaskNative) DoubleBitMask_DoubleBitMaskNative
__ilshift__(shift: int) DoubleBitMask_DoubleBitMaskNative
__init__()
__init__(param0: DoubleBitMask_DoubleBitMaskNative)
__init__(init_value: object)
__ior__(other: DoubleBitMask_DoubleBitMaskNative) DoubleBitMask_DoubleBitMaskNative
__irshift__(shift: int) DoubleBitMask_DoubleBitMaskNative
__ixor__(other: DoubleBitMask_DoubleBitMaskNative) DoubleBitMask_DoubleBitMaskNative
__lt__(other: DoubleBitMask_DoubleBitMaskNative) bool
__ne__(other: DoubleBitMask_DoubleBitMaskNative) bool
__or__(other: DoubleBitMask_DoubleBitMaskNative) DoubleBitMask_DoubleBitMaskNative
__reduce__() object
__rshift__(shift: int) DoubleBitMask_DoubleBitMaskNative
__xor__(other: DoubleBitMask_DoubleBitMaskNative) DoubleBitMask_DoubleBitMaskNative
static allOff() DoubleBitMask_DoubleBitMaskNative
static allOn() DoubleBitMask_DoubleBitMaskNative
static bit(index: int) DoubleBitMask_DoubleBitMaskNative
clear()
clearBit(index: int)
clearRange(low_bit: int, size: int)
compareTo(other: DoubleBitMask_DoubleBitMaskNative) 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_DoubleBitMaskNative) bool
static hasMaxNumBits() bool
invertInPlace()
isAllOn() bool
isZero() bool
static lowerOn(on_bits: int) DoubleBitMask_DoubleBitMaskNative
operator(shift: int) DoubleBitMask_DoubleBitMaskNative
operator(shift: int) DoubleBitMask_DoubleBitMaskNative
output(out: ostream)
outputBinary(out: ostream, spaces_every: int)
outputHex(out: ostream, spaces_every: int)
static range(low_bit: int, size: int) DoubleBitMask_DoubleBitMaskNative
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)