The Physiologist's Friend Simulation API

ch.unizh.ini.friend.topology
Interface Retinotopic

All Known Implementing Classes:
BipolarCell, ColorPhotoreceptor, GanglionCell, Photoreceptor

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.

Version:
$Revision: 1.4 $
Author:
$Author: tobi $

Method Summary
 RetinotopicLocation getRetinotopicLocation()
          return the RetinotopicLocaton of the cell
 void setRetinotopicLocation(RetinotopicLocation p)
          set the location
 

Method Detail

getRetinotopicLocation

RetinotopicLocation getRetinotopicLocation()
return the RetinotopicLocaton of the cell

Returns:
RetinotopicLocation of cell

setRetinotopicLocation

void setRetinotopicLocation(RetinotopicLocation p)
set the location

Parameters:
p - to set the cell to. This is generally returned from another cell.

http://www.ini.unizh.ch/~tobi/friend