Variable wavemap::morton::kMaxMortonIndex
Defined in File morton_encoding.h
Variable Documentation
-
template<int dim>
constexpr MortonIndex wavemap::morton::kMaxMortonIndex = (dim < 3) ? std::numeric_limits<MortonIndex>::max() : (1ul << (dim * kMaxTreeHeight<dim>)) - 1ul