|
jAER project on SourceForge | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterChain | |
---|---|
net.sf.jaer.chip | Classes related to CAVIAR retina. |
net.sf.jaer.eventprocessing | Classes related to processing Address-Events. |
Uses of FilterChain in net.sf.jaer.chip |
---|
Fields in net.sf.jaer.chip declared as FilterChain | |
---|---|
protected FilterChain |
AEChip.filterChain
|
Methods in net.sf.jaer.chip that return FilterChain | |
---|---|
FilterChain |
AEChip.getFilterChain()
This chain of filters for this AEChip |
Methods in net.sf.jaer.chip with parameters of type FilterChain | |
---|---|
void |
AEChip.setFilterChain(FilterChain filterChain)
|
Uses of FilterChain in net.sf.jaer.eventprocessing |
---|
Fields in net.sf.jaer.eventprocessing declared as FilterChain | |
---|---|
protected FilterChain |
EventFilter.enclosedFilterChain
An enclosed filterChain - these filters must be manually applied (coded) in the filterPacket method but a GUI for them is automagically built. |
Methods in net.sf.jaer.eventprocessing that return FilterChain | |
---|---|
FilterChain |
EventFilter.getEnclosedFilterChain()
Returns the enclosed filter chain |
Methods in net.sf.jaer.eventprocessing with parameters of type FilterChain | |
---|---|
void |
EventFilter.setEnclosedFilterChain(FilterChain enclosedFilterChain)
Sets an enclosed filter chain which should by convention be processed first by the filter (but need not be). |
|
jAER project on SourceForge | |||||||||
PREV NEXT | FRAMES NO FRAMES |