|
| | TuioCursor (TuioTime ttime, long si, int ci, float xp, float yp) |
| |
| | TuioCursor (long si, int ci, float xp, float yp) |
| |
| | TuioCursor (TuioCursor *tcur) |
| |
| virtual | ~TuioCursor () |
| |
| int | getCursorID () const |
| |
| | TuioContainer (TuioTime ttime, long si, float xp, float yp) |
| |
| | TuioContainer (long si, float xp, float yp) |
| |
| | TuioContainer (TuioContainer *tcon) |
| |
| virtual | ~TuioContainer () |
| |
| virtual void | setTuioSource (int src_id, const char *src_name, const char *src_addr) |
| |
| virtual const char * | getTuioSourceName () const |
| |
| virtual const char * | getTuioSourceAddress () const |
| |
| virtual int | getTuioSourceID () const |
| |
| virtual void | update (TuioTime ttime, float xp, float yp) |
| |
| virtual void | stop (TuioTime ttime) |
| |
| virtual void | update (TuioTime ttime, float xp, float yp, float xs, float ys, float ma) |
| |
| virtual void | update (float xp, float yp, float xs, float ys, float ma) |
| |
| virtual void | update (TuioContainer *tcon) |
| |
| virtual void | remove (TuioTime ttime) |
| |
| virtual long | getSessionID () const |
| |
| virtual void | setSessionID (long s_id) |
| |
| virtual float | getXSpeed () const |
| |
| virtual float | getYSpeed () const |
| |
| virtual TuioPoint | getPosition () const |
| |
| virtual std::list< TuioPoint > | getPath () const |
| |
| virtual float | getMotionSpeed () const |
| |
| virtual float | getMotionAccel () const |
| |
| virtual int | getTuioState () const |
| |
| virtual bool | isMoving () const |
| |
|
virtual TuioPoint | predictPosition () |
| |
| | TuioPoint (float xp, float yp) |
| |
| | TuioPoint (TuioTime ttime, float xp, float yp) |
| |
| | TuioPoint (TuioPoint *tpoint) |
| |
| virtual | ~TuioPoint () |
| |
| void | update (TuioPoint *tpoint) |
| |
| void | update (float xp, float yp) |
| |
| void | update (TuioTime ttime, float xp, float yp) |
| |
| float | getX () const |
| |
| float | getY () const |
| |
| float | getDistance (float xp, float yp) const |
| |
| float | getScreenDistance (float xp, float yp, int w, int h) const |
| |
| float | getDistance (TuioPoint *tpoint) const |
| |
| float | getAngle (float xp, float yp) const |
| |
| float | getAngle (TuioPoint *tpoint) const |
| |
| float | getAngleDegrees (float xp, float yp) const |
| |
| float | getAngleDegrees (TuioPoint *tpoint) const |
| |
| int | getScreenX (int width) const |
| |
|
int | getScreenY (int height) const |
| |
| TuioTime | getTuioTime () const |
| |
| TuioTime | getStartTime () const |
| |
|
void | addPositionThreshold (float thresh) |
| |
|
void | removePositionThreshold () |
| |
|
void | addPositionFilter (float mcut, float beta) |
| |
|
void | removePositionFilter () |
| |
The TuioCursor class encapsulates /tuio/2Dcur TUIO cursors.
- Author
- Martin Kaltenbrunner
- Version
- 1.1.6