12 void ExpandToIncludeAdjacentKeys(
14 std::vector<MortonKey>& out_adjacentKeysIncludingInputKey);
16 void GetNonDiagonalAdjacentKeys(
const MortonKey& key, std::vector<MortonKey>& out_adjacentKeys);
18 MortonKey GetTopNeighbour(
const MortonKey& key);
19 MortonKey GetRightNeighbour(
const MortonKey& key);
20 MortonKey GetBottomNeighbour(
const MortonKey& key);
21 MortonKey GetLeftNeighbour(
const MortonKey& key);