Go to the documentation of this file.
22 #ifndef __bitTransfer_hpp__
23 #define __bitTransfer_hpp__
41 static const unsigned long mask1_ = 0x000000000001FFFFF;
42 static const unsigned long mask2_ = 0x0000003FFFFE00000;
43 static const unsigned long mask3_ = 0x07FFFFC0000000000;
52 static_cast<long>(int3.x()) |
53 static_cast<long>(int3.y()) <<
numBits_ |
static const unsigned long mask3_
static const int numBits2_
static const int numBits_
static const unsigned long mask2_
unsigned long operator()(const unit3 &int3)
static const unsigned long mask1_