|
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
public class BinocularOrientationEvent
| 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 |
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 | |
|---|---|
BinocularOrientationEvent()
Creates a new instance of BinocularOrientationEvent |
|
| 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 orientation
| Constructor Detail |
|---|
public BinocularOrientationEvent()
| Method Detail |
|---|
public int getType()
BinocularEvent
getType in interface EventInterface<BasicEvent>getType in class BinocularEventpublic java.lang.String toString()
toString in class BinocularEventpublic int getNumCellTypes()
EventInterface
getNumCellTypes in interface EventInterface<BasicEvent>getNumCellTypes in class BinocularEventpublic void copyFrom(BasicEvent src)
copyFrom in interface EventInterface<BasicEvent>copyFrom in class BinocularEventsrc - 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 | |||||||||