SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SLDeviceLocation.h File Reference

Mobile device location class declaration. More...

#include <SLLightDirect.h>
#include <SLAlgo.h>
#include <HighResTimer.h>
#include <CVImageGeoTiff.h>
Include dependency graph for SLDeviceLocation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SLLocation
 class for a named location with lat-lon-Alt WGS84 position More...
 
class  SLDeviceLocation
 Encapsulation of a mobile device location set by the device's GPS sensor. More...
 

Typedefs

typedef vector< SLLocationSLVLocation
 

Enumerations

enum  SLLocOffsetMode { LOM_none = 0 , LOM_twoFingerY }
 Device location offset mode. More...
 

Detailed Description

Mobile device location class declaration.

Authors
Marcus Hudritsch
Date
November 2017
Remarks
Please use clangformat to format the code. See more code style on https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style

Definition in file SLDeviceLocation.h.

Typedef Documentation

◆ SLVLocation

typedef vector<SLLocation> SLVLocation

Definition at line 51 of file SLDeviceLocation.h.

Enumeration Type Documentation

◆ SLLocOffsetMode

Device location offset mode.

Enumerator
LOM_none 
LOM_twoFingerY 

Definition at line 54 of file SLDeviceLocation.h.

55 {
56  LOM_none = 0,
58 };
@ LOM_none
@ LOM_twoFingerY