Horizon
Loading...
Searching...
No Matches
src
common
layer_provider.hpp
1
#pragma once
2
#include "layer.hpp"
3
#include <vector>
4
#include <map>
5
#include <set>
6
7
namespace
horizon {
8
class
LayerProvider
{
9
public
:
10
virtual
const
std::map<int, Layer> &get_layers()
const
;
11
std::string get_layer_name(
const
class
LayerRange
&layer)
const
;
12
std::set<int> get_layers_for_range(
const
class
LayerRange
&layer)
const
;
13
};
14
}
// namespace horizon
horizon::LayerProvider
Definition
layer_provider.hpp:8
horizon::LayerRange
Definition
layer_range.hpp:11
Generated by
1.9.8