#include <retinalobjs.h>
Inheritance diagram for Retinal_RandomNoise< RandomGen >:
Definition at line 601 of file retinalobjs.h.
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. | |
virtual bool | update () const |
Must be called just before calling activation() one or more times. | |
virtual Retinal_Object * | clone () const |
Return an identical copy of this object allocated from the heap. |
|
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 617 of file retinalobjs.h. References Retinal_Obj::Activity. |