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