|
The Physiologist's Friend Simulation API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Retinotopic
Represents a cell with a RetinotopicLocation
. These cells all have a location, retinotopically assigned
during construction, which ultimately is inherited from the photoreceptor location they lie over. This interface is
used for retinal cells like BipolarCells and GanglionCells.
Cells which implement Retinotopic
can provide a location
. This location is set
by a method that accepts another RetionotopicLocation
that provides the location.
Method Summary | |
---|---|
RetinotopicLocation |
getRetinotopicLocation()
return the RetinotopicLocaton of the cell |
void |
setRetinotopicLocation(RetinotopicLocation p)
set the location |
Method Detail |
---|
RetinotopicLocation getRetinotopicLocation()
void setRetinotopicLocation(RetinotopicLocation p)
p
- to set the cell to. This is generally returned from another cell.
|
http://www.ini.unizh.ch/~tobi/friend | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |