Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Streaming
CoverageTrees
CoverageTreeMinMaxLevel.h
1
// Copyright (c) 2015 eeGeo. All rights reserved.
2
3
4
#pragma once
5
#include "MortonKey.h"
6
7
8
namespace
Eegeo
9
{
10
namespace
Streaming
11
{
12
namespace
CoverageTrees
13
{
14
struct
CoverageTreeMinMaxLevel
15
{
16
int
min;
17
int
max;
18
CoverageTreeMinMaxLevel
(
int
min,
int
max): min(min), max(max){}
19
};
20
}
21
}
22
}
Generated on Sat Jun 10 2023 02:00:34 for eeGeo Platform SDK by
1.8.3.1