D G L R S T 

D

dispose() - Method in class gazetrack.GazeTrack
Anything in here will be called automatically when the parent sketch shuts down.

G

gazePresent() - Method in class gazetrack.GazeTrack
Returns true if the eye-tracker is capturing the user's gaze
gazePresent() - Method in class gazetrack.TobiiStream
Returns true if the eye-tracker is capturing the user's gaze
gazetrack - package gazetrack
 
GazeTrack - Class in gazetrack
GazeTrack is an eye-tracking library for Processing.
GazeTrack(PApplet) - Constructor for class gazetrack.GazeTrack
The GazeTrack constructor (default ZMQ socket)
GazeTrack(PApplet, String) - Constructor for class gazetrack.GazeTrack
The GazeTrack constructor (specific ZMQ socket).
getGazeX() - Method in class gazetrack.GazeTrack
Returns the user's latest gaze position (X)
getGazeX() - Method in class gazetrack.TobiiStream
Returns the user's gaze position (X)
getGazeY() - Method in class gazetrack.GazeTrack
Returns the user's latest gaze position (Y)
getGazeY() - Method in class gazetrack.TobiiStream
Returns the user's gaze position (Y)
getHeadPitch() - Method in class gazetrack.GazeTrack
Returns the user's head rotation (Pitch)
getHeadPositionX() - Method in class gazetrack.GazeTrack
Returns the user's head position (X)
getHeadPositionX() - Method in class gazetrack.TobiiStream
Returns the user's head position (X)
getHeadPositionY() - Method in class gazetrack.GazeTrack
Returns the user's head position (Y)
getHeadPositionY() - Method in class gazetrack.TobiiStream
Returns the user's head position (Y)
getHeadPositionZ() - Method in class gazetrack.GazeTrack
Returns the user's head position (Z)
getHeadPositionZ() - Method in class gazetrack.TobiiStream
Returns the user's head position (Z)
getHeadRoll() - Method in class gazetrack.GazeTrack
Returns the user's head rotation (Roll)
getHeadRotationX() - Method in class gazetrack.TobiiStream
Returns the user's head rotation (X)
getHeadRotationY() - Method in class gazetrack.TobiiStream
Returns the user's head rotation (Y)
getHeadRotationZ() - Method in class gazetrack.TobiiStream
Returns the user's head rotation (Z)
getHeadYaw() - Method in class gazetrack.GazeTrack
Returns the user's head rotation (Yaw)
getLeftEyeNormX() - Method in class gazetrack.TobiiStream
Returns the user's left eye position (normalized X)
getLeftEyeNormY() - Method in class gazetrack.TobiiStream
Returns the user's left eye position (normalized Y)
getLeftEyeNormZ() - Method in class gazetrack.TobiiStream
Returns the user's left eye position (normalized Z)
getLeftEyeX() - Method in class gazetrack.GazeTrack
Returns the user's left eye position (normalized X)
getLeftEyeX() - Method in class gazetrack.TobiiStream
Returns the user's left eye position.
getLeftEyeXmm() - Method in class gazetrack.GazeTrack
Returns the user's left eye position.
getLeftEyeY() - Method in class gazetrack.GazeTrack
Returns the user's left eye position (normalized Y)
getLeftEyeY() - Method in class gazetrack.TobiiStream
Returns the user's left eye position.
getLeftEyeYmm() - Method in class gazetrack.GazeTrack
Returns the user's left eye position.
getLeftEyeZ() - Method in class gazetrack.GazeTrack
Returns the user's left eye position (normalized Z)
getLeftEyeZ() - Method in class gazetrack.TobiiStream
Returns the user's left eye position.
getLeftEyeZmm() - Method in class gazetrack.GazeTrack
Returns the user's left eye position.
getRightEyeNormX() - Method in class gazetrack.TobiiStream
Returns the user's right eye position (normalized X)
getRightEyeNormY() - Method in class gazetrack.TobiiStream
Returns the user's right eye position (normalized Y)
getRightEyeNormZ() - Method in class gazetrack.TobiiStream
Returns the user's right eye position (normalized Z)
getRightEyeX() - Method in class gazetrack.GazeTrack
Returns the user's right eye position (normalized X)
getRightEyeX() - Method in class gazetrack.TobiiStream
Returns the user's right eye position.
getRightEyeXmm() - Method in class gazetrack.GazeTrack
Returns the user's right eye position.
getRightEyeY() - Method in class gazetrack.GazeTrack
Returns the user's right eye position (Y)
getRightEyeY() - Method in class gazetrack.TobiiStream
Returns the user's right eye position.
getRightEyeYmm() - Method in class gazetrack.GazeTrack
Returns the user's right eye position.
getRightEyeZ() - Method in class gazetrack.GazeTrack
Returns the user's right eye position (normalized Z)
getRightEyeZ() - Method in class gazetrack.TobiiStream
Returns the user's right eye position.
getRightEyeZmm() - Method in class gazetrack.GazeTrack
Returns the user's right eye position.
getTimestamp() - Method in class gazetrack.GazeTrack
Returns the timestamp for the latest gaze event
getTimestamp() - Method in class gazetrack.TobiiStream
Returns the timestamp for the latest event

L

leftEyePresent() - Method in class gazetrack.GazeTrack
Returns true if the eye-tracker is capturing the user's left eye
leftEyePresent() - Method in class gazetrack.TobiiStream
Returns true if the eye-tracker is capturing the user's left eye

R

rightEyePresent() - Method in class gazetrack.GazeTrack
Returns true if the eye-tracker is capturing the user's right eye
rightEyePresent() - Method in class gazetrack.TobiiStream
Returns true if the eye-tracker is capturing the user's right eye
run() - Method in class gazetrack.TobiiStream
Thread that listens for gaze data from the TobiiStream.exe

S

start() - Method in class gazetrack.TobiiStream
Starts the thread that listens for gaze data streams

T

terminate() - Method in class gazetrack.TobiiStream
Ends the thread that listens for GazeDataStreams.
TobiiStream - Class in gazetrack
 
TobiiStream(String) - Constructor for class gazetrack.TobiiStream
a Constructor, usually called at the beginning of execution so it starts listening for the Tobii gaze data stream.
D G L R S T 
Skip navigation links

Processing Library GazeTrack by Augusto Esteves. (c) Augusto Esteves