GestureRecognitionToolkit  Version: 0.2.0
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
IndexedDouble Class Reference

Public Member Functions

 IndexedDouble (unsigned int index, double value)
 
 IndexedDouble (const IndexedDouble &rhs)
 
IndexedDoubleoperator= (const IndexedDouble &rhs)
 

Static Public Member Functions

static bool sortIndexedDoubleByIndexDescending (IndexedDouble a, IndexedDouble b)
 
static bool sortIndexedDoubleByIndexAscending (IndexedDouble a, IndexedDouble b)
 
static bool sortIndexedDoubleByValueDescending (IndexedDouble a, IndexedDouble b)
 
static bool sortIndexedDoubleByValueAscending (IndexedDouble a, IndexedDouble b)
 

Public Attributes

unsigned int index
 
double value
 

Detailed Description

Definition at line 26 of file IndexedDouble.h.


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