Panda3D
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes

BitMask64 Class Reference

List of all members.

Public Member Functions

static BitMaskunsigned long allOff ()
static BitMaskunsigned long allOn ()
static BitMaskunsigned long bit (int index)
 BitMask ()
 BitMask (BitMaskunsigned long int, 64 const copy)
 BitMask (unsigned long int init_value)
 clear ()
 clearBit (int index)
 clearRange (int low_bit, int size)
int compareTo (BitMaskunsigned long int, 64 const other)
unsigned long int extract (int low_bit, int size)
BitMaskunsigned long floodBitsDown ()
BitMaskunsigned long floodBitsUp ()
 floodDownInPlace ()
 floodUpInPlace ()
bool getBit (int index)
int getHighestOffBit ()
int getHighestOnBit ()
int getKey ()
int getLowestOffBit ()
int getLowestOnBit ()
int getNextHigherDifferentBit (int low_bit)
int getNumOffBits ()
int getNumOnBits ()
unsigned long int getWord ()
bool hasAllOf (int low_bit, int size)
bool hasAnyOf (int low_bit, int size)
bool hasBitsInCommon (BitMaskunsigned long int, 64 const other)
 invertInPlace ()
bool isAllOn ()
bool isZero ()
BitMaskunsigned long keepNextHighestBit ()
BitMaskunsigned long keepNextHighestBit (BitMaskunsigned long int, 64 const other)
BitMaskunsigned long keepNextHighestBit (int index)
BitMaskunsigned long keepNextLowestBit ()
BitMaskunsigned long keepNextLowestBit (int index)
BitMaskunsigned long keepNextLowestBit (BitMaskunsigned long int, 64 const other)
static BitMaskunsigned long lowerOn (int on_bits)
bool operator!= (BitMaskunsigned long int, 64 const other)
BitMaskunsigned long operator& (BitMaskunsigned long int, 64 const other)
BitMaskunsigned long operator&= (BitMaskunsigned long int, 64 const other)
bool operator< (BitMaskunsigned long int, 64 const other)
BitMaskunsigned long operator<< (int shift)
BitMaskunsigned long operator<<= (int shift)
BitMaskunsigned long operator= (BitMaskunsigned long int, 64 const copy)
bool operator== (BitMaskunsigned long int, 64 const other)
BitMaskunsigned long operator>> (int shift)
BitMaskunsigned long operator>>= (int shift)
BitMaskunsigned long operator^ (BitMaskunsigned long int, 64 const other)
BitMaskunsigned long operator^= (BitMaskunsigned long int, 64 const other)
BitMaskunsigned long operator| (BitMaskunsigned long int, 64 const other)
BitMaskunsigned long operator|= (BitMaskunsigned long int, 64 const other)
BitMaskunsigned long operator~ ()
 output (ostream out)
 outputBinary (ostream out, int spaces_every)
 outputBinary (ostream out)
 outputHex (ostream out)
 outputHex (ostream out, int spaces_every)
static BitMaskunsigned long range (int low_bit, int size)
 setBit (int index)
 setBitTo (int index, bool value)
 setRange (int low_bit, int size)
 setRangeTo (bool value, int low_bit, int size)
 setWord (unsigned long int value)
 store (unsigned long int value, int low_bit, int size)
 write (ostream out, int indent_level)
 write (ostream out)

Static Public Member Functions

static TypeHandle getClassType ()
static int getMaxNumBits ()
static int getNumBits ()
static bool hasMaxNumBits ()

Public Attributes

BitMaskunsigned long int

Static Public Attributes

static BitMaskunsigned long int

Member Function Documentation

static BitMaskunsigned long allOff ( )
static BitMaskunsigned long allOn ( )
static BitMaskunsigned long bit ( int  index)
BitMask ( )
BitMask ( BitMaskunsigned long  int,
64 const  copy 
)
BitMask ( unsigned long int  init_value)
clear ( )
clearBit ( int  index)
clearRange ( int  low_bit,
int  size 
)
int compareTo ( BitMaskunsigned long  int,
64 const  other 
)
unsigned long int extract ( int  low_bit,
int  size 
)
BitMaskunsigned long floodBitsDown ( )
BitMaskunsigned long floodBitsUp ( )
floodDownInPlace ( )
floodUpInPlace ( )
bool getBit ( int  index)
static TypeHandle getClassType ( ) [static]
int getHighestOffBit ( )
int getHighestOnBit ( )
int getKey ( )
int getLowestOffBit ( )
int getLowestOnBit ( )
static int getMaxNumBits ( ) [static]
int getNextHigherDifferentBit ( int  low_bit)
static int getNumBits ( ) [static]
int getNumOffBits ( )
int getNumOnBits ( )
unsigned long int getWord ( )
bool hasAllOf ( int  low_bit,
int  size 
)
bool hasAnyOf ( int  low_bit,
int  size 
)
bool hasBitsInCommon ( BitMaskunsigned long  int,
64 const  other 
)
static bool hasMaxNumBits ( ) [static]
invertInPlace ( )
bool isAllOn ( )
bool isZero ( )
BitMaskunsigned long keepNextHighestBit ( )
BitMaskunsigned long keepNextHighestBit ( int  index)
BitMaskunsigned long keepNextHighestBit ( BitMaskunsigned long  int,
64 const  other 
)
BitMaskunsigned long keepNextLowestBit ( )
BitMaskunsigned long keepNextLowestBit ( BitMaskunsigned long  int,
64 const  other 
)
BitMaskunsigned long keepNextLowestBit ( int  index)
static BitMaskunsigned long lowerOn ( int  on_bits)
bool operator!= ( BitMaskunsigned long  int,
64 const  other 
)
BitMaskunsigned long operator& ( BitMaskunsigned long  int,
64 const  other 
)
BitMaskunsigned long operator&= ( BitMaskunsigned long  int,
64 const  other 
)
bool operator< ( BitMaskunsigned long  int,
64 const  other 
)
BitMaskunsigned long operator<< ( int  shift)
BitMaskunsigned long operator<<= ( int  shift)
BitMaskunsigned long operator= ( BitMaskunsigned long  int,
64 const  copy 
)
bool operator== ( BitMaskunsigned long  int,
64 const  other 
)
BitMaskunsigned long operator>> ( int  shift)
BitMaskunsigned long operator>>= ( int  shift)
BitMaskunsigned long operator^ ( BitMaskunsigned long  int,
64 const  other 
)
BitMaskunsigned long operator^= ( BitMaskunsigned long  int,
64 const  other 
)
BitMaskunsigned long operator| ( BitMaskunsigned long  int,
64 const  other 
)
BitMaskunsigned long operator|= ( BitMaskunsigned long  int,
64 const  other 
)
BitMaskunsigned long operator~ ( )
output ( ostream  out)
outputBinary ( ostream  out,
int  spaces_every 
)
outputBinary ( ostream  out)
outputHex ( ostream  out,
int  spaces_every 
)
outputHex ( ostream  out)
static BitMaskunsigned long range ( int  low_bit,
int  size 
)
setBit ( int  index)
setBitTo ( int  index,
bool  value 
)
setRange ( int  low_bit,
int  size 
)
setRangeTo ( bool  value,
int  low_bit,
int  size 
)
setWord ( unsigned long int  value)
store ( unsigned long int  value,
int  low_bit,
int  size 
)
write ( ostream  out)
write ( ostream  out,
int  indent_level 
)

Member Data Documentation

BitMaskunsigned long int
BitMaskunsigned long int [static]
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties