Proto
3.2
|
#include <Proto_Morton.H>
Static Public Member Functions | |
static uint64_t | index (const Point &a_pt) |
Compute Morton Index. More... | |
static void | sort (vector< Point > &a_pts) |
Morton Sort. More... | |
Private Member Functions | |
Morton () | |
Static Private Member Functions | |
static Morton & | instance () |
static bool | compareSecond (pair< Point, uint64_t > a_a, pair< Point, uint64_t > a_b) |
Private Attributes | |
Array< vector< uint64_t >, DIM > | m_morton1D |
Morton Indexer.
Utility class for computing the Morton Index of a DIM-tuple corresponding to the bits of each element of the tuple.
|
inlineprivate |
|
inlinestatic |
|
inlinestatic |
|
inlinestaticprivate |
|
inlinestaticprivate |
|
private |