Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Routes
RoutingSceneGraphObserver.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "Types.h"
6
#include "Routes.h"
7
#include "Streaming.h"
8
#include "SceneGraphCellCallback.h"
9
10
namespace
Eegeo
11
{
12
namespace
Routes
13
{
14
class
RoutingSceneGraphObserver
:
public
Eegeo::NonCopyable
15
{
16
Streaming::SceneGraphCellRepository
& m_sceneGraphCellRepository;
17
Fitting::RouteFittingService
& m_routeFittingService;
18
19
Streaming::TSceneGraphCellCallback<RoutingSceneGraphObserver>
m_addedCallback;
20
Streaming::TSceneGraphCellCallback<RoutingSceneGraphObserver>
m_removalCallback;
21
22
void
HandleCellAdded(
const
Streaming::MortonKey
& key);
23
void
HandleCellRemoved(
const
Streaming::MortonKey
& key);
24
25
public
:
26
RoutingSceneGraphObserver
(
Streaming::SceneGraphCellRepository
& sceneGraphCellRepository,
27
Fitting::RouteFittingService
& routeFittingService);
28
29
~
RoutingSceneGraphObserver
();
30
};
31
}
32
}
Generated on Sat Jun 10 2023 02:00:33 for eeGeo Platform SDK by
1.8.3.1