GlobeEngine
MortonOrder.h
Go to the documentation of this file.
1 
7 #ifndef GlobeEngine_MortonOrder_h
8 #define GlobeEngine_MortonOrder_h
9 
10 #include <vector>
11 #include <cstddef>
12 
13 #include "AxisAlignedBoundingBox.h"
14 
15 namespace geData {
16 
17 std::vector<size_t> computeMortonOrder(
18  size_t aCount,
19  ge::AABB3f const& aRoot,
20  float const* __restrict aCenters
21 );
22 
23 }
24 #endif
std::vector< size_t > computeMortonOrder(size_t aCount, ge::AABB3f const &aRoot, float const *__restrict aCenters)
Definition: MortonOrder.cpp:69
Definition: AvalancheTrainingSimulationEngine.h:39
Definition: AxisAlignedBoundingBox.h:22