#include <retinalobjs.h>
Inheritance diagram for Retinal_RandomNoise


Public Methods | |
| Retinal_RandomNoise ( const string& name_val, const VarMap& init_vars=VarMap()) | |
| RetinalObjectStringArgs::ParamList | paramlist () |
| Retinal_RandomNoise ( const string& name_val, RetinalObjectStringArgs& sa) | |
| virtual Activity | activation (Coordinate, Coordinate) const |
| Returns the activation at a given set of coordinates. More... | |
| virtual bool | update () const |
| Must be called just before calling activation() one or more times. More... | |
| virtual Retinal_Object* | clone () const |
| Return an identical copy of this object allocated from the heap. More... | |
Definition at line 511 of file retinalobjs.h.
|
||||||
|
Definition at line 513 of file retinalobjs.h. |
|
||||||
|
Definition at line 523 of file retinalobjs.h. |
|
||||||
|
Returns the activation at a given set of coordinates. Must call update() just before this, though multiple activation() calls in a row are fine. Reimplemented from Retinal_Object. Definition at line 527 of file retinalobjs.h. |
|
||||
|
Return an identical copy of this object allocated from the heap.
Reimplemented from Retinal_Object. Definition at line 539 of file retinalobjs.h. |
|
||||
|
Definition at line 517 of file retinalobjs.h. |
|
||||
|
Must be called just before calling activation() one or more times.
Reimplemented from Retinal_Object. Definition at line 532 of file retinalobjs.h. |
1.2.1 written by Dimitri van Heesch,
© 1997-2000