#include <retinalobjs.h>
Inheritance diagram for Retinal_Gabor:


Could have this inherit from both Gaussian and SineGrating, but the complication is probably not worth it.
Definition at line 753 of file retinalobjs.h.
Public Methods | |
| Retinal_Gabor (const string &name_val, const VarMap &init_vars=VarMap(), const Coordinate bound_multiplier=2.5) | |
| RetinalObjectStringArgs::ParamList | paramlist () |
| Retinal_Gabor (const string &name_val, RetinalObjectStringArgs &sa, const Coordinate bound_multiplier=2.5) | |
| Retinal_Gabor (const Retinal_Gabor &b) | |
| 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. | |
1.3-rc2