GestureRecognitionToolkit  Version: 0.2.5
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
RegisterContextModule< T > Class Template Reference

This class provides an interface for classes to register themselves with the Context base class, this enables Context algorithms to be automatically be created from just a string, e.g.: Context *gate = create( "Gate" );. More...

#include <Context.h>

Inheritance diagram for RegisterContextModule< T >:
Context

Public Member Functions

 RegisterContextModule (const std::string &newContextModuleName)
 

Detailed Description

template<typename T>
class RegisterContextModule< T >

This class provides an interface for classes to register themselves with the Context base class, this enables Context algorithms to be automatically be created from just a string, e.g.: Context *gate = create( "Gate" );.

Definition at line 162 of file Context.h.


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