NiTE 2.0
Public Member Functions | Friends
nite::HandTrackerFrameRef Class Reference

#include <NiTE.h>

List of all members.

Public Member Functions

 HandTrackerFrameRef ()
 HandTrackerFrameRef (const HandTrackerFrameRef &other)
 ~HandTrackerFrameRef ()
openni::VideoFrameRef getDepthFrame () const
int getFrameIndex () const
const Array< GestureData > & getGestures () const
const Array< HandData > & getHands () const
uint64_t getTimestamp () const
bool isValid () const
HandTrackerFrameRefoperator= (const HandTrackerFrameRef &other)
void release ()

Friends

class HandTracker

Detailed Description

Snapshot of the Hand Tracker algorithm. It holds all the hands identified at this time, as well as the detected gestures


Constructor & Destructor Documentation


Member Function Documentation

openni::VideoFrameRef nite::HandTrackerFrameRef::getDepthFrame ( ) const [inline]
uint64_t nite::HandTrackerFrameRef::getTimestamp ( ) const [inline]
bool nite::HandTrackerFrameRef::isValid ( ) const [inline]
HandTrackerFrameRef& nite::HandTrackerFrameRef::operator= ( const HandTrackerFrameRef other) [inline]

Friends And Related Function Documentation

friend class HandTracker [friend]

The documentation for this class was generated from the following file: