|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jaer.event.BasicEvent
net.sf.jaer.event.TypedEvent
ch.unizh.ini.jaer.chip.cochlea.BinauralCochleaEvent
public class BinauralCochleaEvent
The events that a generic binarual cochlea returns.
Nested Class Summary | |
---|---|
static class |
BinauralCochleaEvent.Ear
|
Field Summary |
---|
Fields inherited from class net.sf.jaer.event.TypedEvent |
---|
type |
Fields inherited from class net.sf.jaer.event.BasicEvent |
---|
timestamp, x, y |
Constructor Summary | |
---|---|
BinauralCochleaEvent()
|
Method Summary | |
---|---|
BinauralCochleaEvent.Ear |
getEar()
|
int |
getNumCellTypes()
Overrides getNumCellTypes to be 2, one for each ear. |
Methods inherited from class net.sf.jaer.event.TypedEvent |
---|
copyFrom, getType, toString |
Methods inherited from class net.sf.jaer.event.BasicEvent |
---|
getTimestamp, getX, getY, setTimestamp, setX, setY |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BinauralCochleaEvent()
Method Detail |
---|
public int getNumCellTypes()
getNumCellTypes
in interface EventInterface<BasicEvent>
getNumCellTypes
in class BasicEvent
public BinauralCochleaEvent.Ear getEar()
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |