Simulated Reality SDK
7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
simulatedreality-win64-Release
include
sr
sense
gestureanalyser
gestureanalyser.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include <map>
13
14
#include "
sr/management/srcontext.h
"
15
#include "
gesture.h
"
16
#include "
gesturestream.h
"
17
18
#ifdef WIN32
19
# ifdef COMPILING_DLL_SimulatedRealityHandTrackers
20
# define DIMENCOSR_API __declspec(dllexport)
21
# else
22
# define DIMENCOSR_API __declspec(dllimport)
23
# endif
24
#else
25
# define DIMENCOSR_API
26
#endif
27
28
namespace
SR
{
29
40
class
DIMENCOSR_API
GestureAnalyser
:
public
Sense
{
41
42
public
:
52
static
GestureAnalyser
*
create
(
SRContext
&context);
53
60
virtual
std::shared_ptr<GestureStream>
openGestureStream
(
GestureListener
* listener) = 0;
61
67
virtual
void
streamClosed
(
GestureStream
* stream) = 0;
68
};
69
70
}
71
72
#undef DIMENCOSR_API
SR::GestureAnalyser
Sense class which provides gesture analysis functionality to the SR system.
Definition:
gestureanalyser.h:40
SR::GestureAnalyser::openGestureStream
virtual std::shared_ptr< GestureStream > openGestureStream(GestureListener *listener)=0
Creates a GestureStream for listener to be connected to.
SR::GestureAnalyser::create
static GestureAnalyser * create(SRContext &context)
Creates a functional GestureAnalyser instance.
SR::GestureAnalyser::streamClosed
virtual void streamClosed(GestureStream *stream)=0
Closes a specific GestureStream.
SR::GestureListener
Interface for listening to SR_gesture updates.
Definition:
gesturelistener.h:22
SR::GestureStream
Stream of SR_gesture objects.
Definition:
gesturestream.h:52
SR::SRContext
Maintains WorldObject and Sense objects during the application lifetime.
Definition:
srcontext.h:80
SR::Sense
Class of objects dealing with Streams of data.
Definition:
sense.h:42
gesture.h
DIMENCOSR_API
#define DIMENCOSR_API
Definition:
gestureanalyser.h:25
gesturestream.h
SR
Namespace containing all C++ Simulated Reality classes.
Definition:
srconfiguration.h:25
srcontext.h
Generated by
1.9.2