ot::ARToolKitSource Class Reference
[Device Input Classes]
An ARToolKitSource represents a single marker that is tracked by the artoolkit library.
More...
#include <ARToolKitSource.h>
Inheritance diagram for ot::ARToolKitSource:


Public Member Functions | |
| virtual int | isEventGenerator () |
Public Attributes | |
| Event | event |
| Event | buffer |
| int | markerId |
| double | center [2] |
| double | size |
| int | modified |
Protected Member Functions | |
| ARToolKitSource (int markerId_, double center_[2], double size_) | |
Friends | |
| class | ARToolKitModule |
| class | ARToolKitPlusModule |
Detailed Description
An ARToolKitSource represents a single marker that is tracked by the artoolkit library.
Definition at line 74 of file ARToolKitSource.h.
Constructor & Destructor Documentation
| ot::ARToolKitSource::ARToolKitSource | ( | int | markerId_, | |
| double | center_[2], | |||
| double | size_ | |||
| ) | [inline, protected] |
constructor method
- Parameters:
-
markerId_ the id of the marker from artoolkit library vertex_ vertex coordinates of the marker
Definition at line 96 of file ARToolKitSource.h.
Member Function Documentation
| virtual int ot::ARToolKitSource::isEventGenerator | ( | ) | [inline, virtual] |
tests for EventGenerator interface being present.
Is overriden to return 1 always.
- Returns:
- always 1
Reimplemented from ot::Node.
Definition at line 110 of file ARToolKitSource.h.
Friends And Related Function Documentation
friend class ARToolKitModule [friend] |
Definition at line 113 of file ARToolKitSource.h.
friend class ARToolKitPlusModule [friend] |
Definition at line 116 of file ARToolKitSource.h.
Member Data Documentation
| double ot::ARToolKitSource::center[2] |
| double ot::ARToolKitSource::size |
The documentation for this class was generated from the following file: