Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Retinal_Gabor Class Reference

Retinal_Object for Gabor function, which is a sine grating masked by a Gaussian. More...

#include <retinalobjs.h>

Inheritance diagram for Retinal_Gabor

Inheritance graph

[legend]
Collaboration diagram for Retinal_Gabor:

Collaboration graph

[legend]
List of all members.

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. More...

virtual Retinal_Objectclone () const
 Return an identical copy of this object allocated from the heap. More...


Detailed Description

Retinal_Object for Gabor function, which is a sine grating masked by a Gaussian.

Could have this inherit from both Gaussian and SineGrating, but the complication is probably not worth it.

Definition at line 663 of file retinalobjs.h.


Constructor & Destructor Documentation

Retinal_Gabor::Retinal_Gabor ( const string & name_val,
const VarMap & init_vars = VarMap(),
const Coordinate bound_multiplier = 2.5 )
 

Definition at line 665 of file retinalobjs.h.

Retinal_Gabor::Retinal_Gabor ( const string & name_val,
RetinalObjectStringArgs & sa,
const Coordinate bound_multiplier = 2.5 )
 

Definition at line 671 of file retinalobjs.h.

Retinal_Gabor::Retinal_Gabor ( const Retinal_Gabor & b )
 

Definition at line 682 of file retinalobjs.h.


Member Function Documentation

Retinal_Object * Retinal_Gabor::clone ( ) const [inline, virtual]
 

Return an identical copy of this object allocated from the heap.

Reimplemented from Retinal_Object.

Definition at line 687 of file retinalobjs.h.

RetinalObjectStringArgs::ParamList Retinal_Gabor::paramlist ( )
 

Definition at line 564 of file retinalobjs.c.

bool Retinal_Gabor::update ( ) const [virtual]
 

Must be called just before calling activation() one or more times.

Reimplemented from Retinal_Object.

Definition at line 580 of file retinalobjs.c.


The documentation for this class was generated from the following files:
Generated at Mon Aug 21 00:31:23 2000 for RF-LISSOM by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000