ClassificationChain Class Reference
[Main program]

Implementation of IMotionObserver. More...

#include <ClassificationChain.h>

Inheritance diagram for ClassificationChain:

Inheritance graph
[legend]
Collaboration diagram for ClassificationChain:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ClassificationChain (AbstractMotionReceiver *r, ConfigManager *cfgManager)
virtual ~ClassificationChain ()
virtual void update (const Vector3d &v)


Detailed Description

Implementation of IMotionObserver.

Constructs a module-chain which classifies the motion data using HMMs

Definition at line 16 of file ClassificationChain.h.


Constructor & Destructor Documentation

ClassificationChain::ClassificationChain ( AbstractMotionReceiver r,
ConfigManager cfgManager 
)

Initialize the module chain

Parameters:
r Pointer to MotionReceiver which should be listened to
cfgManager Pointer to ConfigManager object with possible configuration for modules

Definition at line 15 of file ClassificationChain.cpp.

ClassificationChain::~ClassificationChain (  )  [virtual]

does nothing

Definition at line 45 of file ClassificationChain.cpp.


Member Function Documentation

void ClassificationChain::update ( const Vector3d v  )  [virtual]

receives motion data

Parameters:
v Vector containing motion data
See also:
IMotionObserver::update

Implements IMotionObserver.

Definition at line 51 of file ClassificationChain.cpp.


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

Generated on Sun Nov 30 23:45:40 2008 for Modular Motion Processor by  doxygen 1.5.7.1