All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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  {
17  {
18  GlobeCameraController* m_globeCamera;
19 
20  public:
22 
23  void SetGlobeCamera(GlobeCameraController* globeCamera);
24 
25  virtual Eegeo::dv3 GetEcefInterestPoint() const;
26  };
27  }
28  }
29 }