Uses of Class
hmi.sensors.eyebox2.directaccess.EyePair

Packages that use EyePair
hmi.environment.semaine Bridging for several Elckerlyc modules to the SEMAINE API. 
hmi.sensors.eyebox2.aggregate   
hmi.sensors.eyebox2.directaccess   
hmi.sensors.eyebox2.util   
 

Uses of EyePair in hmi.environment.semaine
 

Fields in hmi.environment.semaine with type parameters of type EyePair
private  HashMap<Integer,EyePair> SemaineXuukReader.eyes
           
 

Methods in hmi.environment.semaine with parameters of type EyePair
 void XuukSemaineBridge.eyesChange(EyePair eyes)
           
 

Method parameters in hmi.environment.semaine with type arguments of type EyePair
 void XuukSemaineBridge.newEyesPositions(ArrayList<EyePair> eyes)
           
 

Uses of EyePair in hmi.sensors.eyebox2.aggregate
 

Fields in hmi.sensors.eyebox2.aggregate with type parameters of type EyePair
private  HashMap<Integer,EyePair> SingleUserTracker.eyes
           
 

Methods in hmi.sensors.eyebox2.aggregate with parameters of type EyePair
 void SingleUserTracker.eyesChange(EyePair newEyepair)
           
 

Method parameters in hmi.sensors.eyebox2.aggregate with type arguments of type EyePair
 void SingleUserTracker.newEyesPositions(ArrayList<EyePair> newEyes)
           
 

Uses of EyePair in hmi.sensors.eyebox2.directaccess
 

Fields in hmi.sensors.eyebox2.directaccess declared as EyePair
private  EyePair EyePairListenerUpdater.eyePair
           
 

Fields in hmi.sensors.eyebox2.directaccess with type parameters of type EyePair
private  HashMap<Integer,EyePair> XuukTester.eyes
           
private  ArrayList<EyePair> EyePairListenerUpdater.eyes
           
private  HashMap<Integer,EyePair> DirectXuukReader.eyes
           
 

Methods in hmi.sensors.eyebox2.directaccess with parameters of type EyePair
 void XuukTester.eyesChange(EyePair newEyepair)
           
 void XuukListener.eyesChange(EyePair eyes)
           
 

Method parameters in hmi.sensors.eyebox2.directaccess with type arguments of type EyePair
 void XuukTester.newEyesPositions(ArrayList<EyePair> newEyes)
           
 void XuukListener.newEyesPositions(ArrayList<EyePair> eyes)
           
 

Constructors in hmi.sensors.eyebox2.directaccess with parameters of type EyePair
EyePairListenerUpdater(XuukListener listener, EyePair eyePair)
          This constructor creates an instance of the Updater that will send a new or changed eyepair to the given listener.
 

Constructor parameters in hmi.sensors.eyebox2.directaccess with type arguments of type EyePair
EyePairListenerUpdater(XuukListener listener, ArrayList<EyePair> eyes)
          This constructor creates an instance of the Updater that will send a list of all currently detected eyepairs to the given listener
 

Uses of EyePair in hmi.sensors.eyebox2.util
 

Method parameters in hmi.sensors.eyebox2.util with type arguments of type EyePair
 void XuukXMLLogger.logCurrentState(HashMap<Integer,Face> faces, HashMap<Integer,EyePair> eyes)