All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
MortonKeyFactoryHelpers.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #pragma once
4 
5 #include "Streaming.h"
6 #include <vector>
7 
8 namespace Eegeo
9 {
10  namespace Streaming
11  {
12  MortonKey CreateMortonKeyFromVector(const std::vector<int> &elements);
13  }
14 }