|
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
net.sf.jaer.event.PolarityEvent
net.sf.jaer.event.BinocularEvent
net.sf.jaer.event.BinocularOrientationEvent
net.sf.jaer.event.BinocularDisparityEvent
public class BinocularDisparityEvent
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.sf.jaer.event.BinocularEvent |
---|
BinocularEvent.Eye |
Nested classes/interfaces inherited from class net.sf.jaer.event.PolarityEvent |
---|
PolarityEvent.Polarity |
Field Summary | |
---|---|
byte |
disparity
|
Fields inherited from class net.sf.jaer.event.BinocularOrientationEvent |
---|
orientation |
Fields inherited from class net.sf.jaer.event.BinocularEvent |
---|
eye |
Fields inherited from class net.sf.jaer.event.PolarityEvent |
---|
polarity |
Fields inherited from class net.sf.jaer.event.TypedEvent |
---|
type |
Fields inherited from class net.sf.jaer.event.BasicEvent |
---|
timestamp, x, y |
Constructor Summary | |
---|---|
BinocularDisparityEvent()
Creates a new instance of BinocularDisparityEvent |
Method Summary | |
---|---|
void |
copyFrom(BasicEvent src)
copies fields from source event src to this event |
int |
getNumCellTypes()
Returns the number of types this type of event has, e.g. |
int |
getType()
Overridden so that LEFT=0, RIGHT=1 |
java.lang.String |
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 |
Field Detail |
---|
public byte disparity
Constructor Detail |
---|
public BinocularDisparityEvent()
Method Detail |
---|
public int getType()
BinocularEvent
getType
in interface EventInterface<BasicEvent>
getType
in class BinocularOrientationEvent
public java.lang.String toString()
toString
in class BinocularOrientationEvent
public int getNumCellTypes()
EventInterface
getNumCellTypes
in interface EventInterface<BasicEvent>
getNumCellTypes
in class BinocularOrientationEvent
public void copyFrom(BasicEvent src)
copyFrom
in interface EventInterface<BasicEvent>
copyFrom
in class BinocularOrientationEvent
src
- the event to copy from
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |