#include <MocapGestureManager.h>
|
| | MocapGestureManager (Service *) |
| |
| void | setup (Setting &settings) |
| |
| void | poll () |
| |
| void | processEvent (const Event &e) |
| |
| void | generateGesture (Event::Type, int userID, int jointID, Vector3f position) |
| |
| void | generateRotateGesture (Event::Type, int userID, int jointID0, Vector3f position0, int jointID1, Vector3f position1, Vector3f rotation, Vector3f intialRotation) |
| |
| | Service () |
| |
| int | getServiceId () |
| |
| virtual | ~Service () |
| |
| ServiceManager * | getManager () |
| |
| String | getName () |
| |
| bool | isInitialized () |
| |
| bool | isDebugEnabled () |
| | Returns true if debug mode is enabled for this service. More...
|
| |
| ServicePollPriority | getPollPriority () |
| |
| void | setPollPriority (ServicePollPriority value) |
| |
| virtual void | initialize () |
| |
| virtual void | start () |
| |
| virtual void | stop () |
| |
| virtual void | dispose () |
| |
| void | lockEvents () |
| |
| void | unlockEvents () |
| |
| Event * | writeHead () |
| |
| Event * | readHead () |
| |
| Event * | readTail () |
| |
| Event * | getEvent (int index) |
| |
| void | doSetup (ServiceManager *mng, Setting &settings) |
| |
| void | doInitialize (ServiceManager *sm, int serviceId) |
| |
| | ReferenceType () |
| |
| virtual | ~ReferenceType () |
| |
| void | ref () |
| |
| void | unref () |
| |
| long | refCount () |
| |
|
| enum | ServiceType {
Pointer = EventBase::ServiceTypePointer,
Mocap = EventBase::ServiceTypeMocap,
Keyboard = EventBase::ServiceTypeKeyboard,
Controller = EventBase::ServiceTypeController,
Ui = EventBase::ServiceTypeUi,
Generic = EventBase::ServiceTypeGeneric,
Brain = EventBase::ServiceTypeBrain,
Wand = EventBase::ServiceTypeWand,
Speech = EventBase::ServiceTypeSpeech
} |
| | This enumeration is kept for compatibility reason and may be removed in the future. More...
|
| |
| enum | ServicePollPriority { PollFirst,
PollNormal,
PollLast
} |
| |
| static void | printObjCounts () |
| |
| static List< ReferenceType * > | mysObjList |
| |
| omicron::MocapGestureManager::MocapGestureManager |
( |
Service * |
| ) |
|
| void omicron::MocapGestureManager::generateGesture |
( |
Event::Type |
, |
|
|
int |
userID, |
|
|
int |
jointID, |
|
|
Vector3f |
position |
|
) |
| |
| void omicron::MocapGestureManager::poll |
( |
| ) |
|
|
virtual |
| void omicron::MocapGestureManager::processEvent |
( |
const Event & |
e | ) |
|
| void omicron::MocapGestureManager::setup |
( |
Setting & |
settings | ) |
|
|
virtual |
The documentation for this class was generated from the following file: