|
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
org.ine.telluride.jaer.cuda.CUDAEvent
public class CUDAEvent
Synthetic events returned from jaer CUDA processing.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.sf.jaer.event.PolarityEvent |
|---|
PolarityEvent.Polarity |
| Field Summary |
|---|
| 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 | |
|---|---|
CUDAEvent()
|
|
| Method Summary | |
|---|---|
int |
getNumCellTypes()
Returns the number of types this type of event has, e.g. |
int |
getType()
Overrides PolarityEvent's type to return underlying byte value instead of binary polarity |
| Methods inherited from class net.sf.jaer.event.PolarityEvent |
|---|
copyFrom, 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 CUDAEvent()
| Method Detail |
|---|
public int getType()
getType in interface EventInterface<BasicEvent>getType in class PolarityEventpublic int getNumCellTypes()
EventInterface
getNumCellTypes in interface EventInterface<BasicEvent>getNumCellTypes in class PolarityEvent
|
jAER project on SourceForge | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||