19inline std::string
keyBits(
const Key k,
const int numBits) {
20 std::ostringstream oss;
23 for(
int i = 0; i < numBits; i++) {
24 Key k2 = k & (
static_cast<Key
>(1) << (62 - i));
25 if (ready) oss << (k2 ? 1 : 0);
26 else if (k2 != 0) ready =
true;
std::string keyBits(const Key k, const int numBits)
Convert a Key into a printable string.
Definition TreeNode.h:19
int maxBucketSize
The maximum number of particles in a bucket.
Definition TreePiece.cpp:52
const double opening_geometry_factor
Definition TreeNode.h:35