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

Retinal_Rectangle Class Reference

Retinal_Object for a single-color square or rectangle. More...

#include <retinalobjs.h>

Inheritance diagram for Retinal_Rectangle

Inheritance graph

[legend]
Collaboration diagram for Retinal_Rectangle:

Collaboration graph

[legend]
List of all members.

Public Methods

 Retinal_Rectangle ( const string& name_val, const VarMap& init_vars=VarMap())
RetinalObjectStringArgs::ParamList paramlist ()
 Retinal_Rectangle ( const string& name_val, RetinalObjectStringArgs& sa)
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 a single-color square or rectangle.

Definition at line 611 of file retinalobjs.h.


Constructor & Destructor Documentation

Retinal_Rectangle::Retinal_Rectangle ( const string & name_val,
const VarMap & init_vars = VarMap() )
 

Definition at line 613 of file retinalobjs.h.

Retinal_Rectangle::Retinal_Rectangle ( const string & name_val,
RetinalObjectStringArgs & sa )
 

Definition at line 618 of file retinalobjs.h.


Member Function Documentation

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

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

Reimplemented from Retinal_Object.

Definition at line 624 of file retinalobjs.h.

RetinalObjectStringArgs::ParamList Retinal_Rectangle::paramlist ( )
 

Definition at line 505 of file retinalobjs.c.

bool Retinal_Rectangle::update ( ) const [virtual]
 

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

Reimplemented from Retinal_Object.

Definition at line 518 of file retinalobjs.c.


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