#include <IMotionObserver.h>

Public Member Functions | |
| virtual | ~IMotionObserver () |
| virtual void | update (const Vector3d &v)=0 |
Interface for processing motion events delivered by AbstractMotionReceiver
Definition at line 12 of file IMotionObserver.h.
| virtual IMotionObserver::~IMotionObserver | ( | ) | [inline, virtual] |
Virtual destructor (does nothing)
Definition at line 18 of file IMotionObserver.h.
| virtual void IMotionObserver::update | ( | const Vector3d & | v | ) | [pure virtual] |
Observer Pattern: Processing of motion input from AbstractMotionReceiver goes here
| v | Vector containing motion data |
Implemented in ClassificationChain.
1.5.7.1