Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Camera
GlobeCamera
GlobeCameraInterestPointProvider.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "IInterestPointProvider.h"
6
#include "GlobeCamera.h"
7
8
namespace
Eegeo
9
{
10
namespace
Camera
11
{
12
namespace
GlobeCamera
13
{
16
class
GlobeCameraInterestPointProvider
:
public
Location::IInterestPointProvider
17
{
18
GlobeCameraController
* m_globeCamera;
19
20
public
:
21
GlobeCameraInterestPointProvider
();
22
23
void
SetGlobeCamera(
GlobeCameraController
* globeCamera);
24
25
virtual
Eegeo::dv3
GetEcefInterestPoint()
const
;
26
};
27
}
28
}
29
}
Generated on Sat Jun 10 2023 02:00:29 for eeGeo Platform SDK by
1.8.3.1