|
Argus Camera Sample
Argus Camera Sample
|
A class tracking an Argus object through the TrackedUniqueObj below. More...
#include <TrackedUniqueObject.h>
Public Member Functions | |
| virtual | ~Tracker () |
| virtual bool | track (T *obj)=0 |
| Called when the object is assigned to a TrackedUniqueObj. | |
| virtual bool | untrack (T *ob)=0 |
| Called when the object is removed from a TrackedUniqueObj. | |
A class tracking an Argus object through the TrackedUniqueObj below.
The track/untrack functions are called whenever an Argus object is assigend to/removed from the TrackedUniqueObj object.
Definition at line 41 of file TrackedUniqueObject.h.
|
inlinevirtual |
Definition at line 44 of file TrackedUniqueObject.h.
|
pure virtual |
Called when the object is assigned to a TrackedUniqueObj.
Implemented in ArgusSamples::Dispatcher, and ArgusSamples::Dispatcher.
|
pure virtual |
Called when the object is removed from a TrackedUniqueObj.
Implemented in ArgusSamples::Dispatcher, and ArgusSamples::Dispatcher.
1.8.1