Loading [MathJax]/extensions/tex2jax.js
Mantid
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Types | List of all members
morton_index::MortonIndex< SZ > Struct Template Reference

This structure binds the size of accesible memory to store the Morton index to the Morton index type. More...

#include <Types.h>

Public Types

using type = uint256_t
 

Detailed Description

template<size_t SZ>
struct morton_index::MortonIndex< SZ >

This structure binds the size of accesible memory to store the Morton index to the Morton index type.

Typically this size is number_of_dimensions * sizeof(coordinate_type)

Template Parameters
SZ:: the size of accesible memory.

Definition at line 51 of file Types.h.

Member Typedef Documentation

◆ type

template<size_t SZ>
using morton_index::MortonIndex< SZ >::type = uint256_t

Definition at line 51 of file Types.h.


The documentation for this struct was generated from the following file: