Mantid
|
This structure determines Morton index type and underlying unsigned integer type for the floating point coordinate type and number of dimensions. More...
#include <Types.h>
Public Types | |
using | IntType = typename UnderlyingInt< FP >::type |
using | MortonType = typename MortonIndex< ND *sizeof(FP)>::type |
This structure determines Morton index type and underlying unsigned integer type for the floating point coordinate type and number of dimensions.
ND | :: number of dimensions |
FP | :: floating point type |
using morton_index::IndexTypes< ND, FP >::IntType = typename UnderlyingInt<FP>::type |
using morton_index::IndexTypes< ND, FP >::MortonType = typename MortonIndex<ND * sizeof(FP)>::type |