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

Retinal_PGM Class Reference

Retinal_Object for a greyscale PGM bitmap read from a file. More...

#include <retinalobjs.h>

Inheritance diagram for Retinal_PGM

Inheritance graph

[legend]
Collaboration diagram for Retinal_PGM:

Collaboration graph

[legend]
List of all members.

Public Methods

 Retinal_PGM (const string& name_val, const string& filename_base, const VarMap& init_vars=VarMap() )
RetinalObjectStringArgs::ParamList paramlist ()
 Retinal_PGM ( const string& name_val, RetinalObjectStringArgs& sa, Coordinate visible_width, Coordinate visible_height)
 Retinal_PGM (const Retinal_PGM& 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 a greyscale PGM bitmap read from a file.

Definition at line 744 of file retinalobjs.h.


Constructor & Destructor Documentation

Retinal_PGM::Retinal_PGM ( const string & name_val,
const string & filename_base,
const VarMap & init_vars = VarMap() )
 

Definition at line 746 of file retinalobjs.h.

Retinal_PGM::Retinal_PGM ( const string & name_val,
RetinalObjectStringArgs & sa,
Coordinate visible_width,
Coordinate visible_height )
 

Definition at line 749 of file retinalobjs.c.

Retinal_PGM::Retinal_PGM ( const Retinal_PGM & b )
 

Definition at line 757 of file retinalobjs.h.


Member Function Documentation

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

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

Reimplemented from Retinal_Object.

Definition at line 762 of file retinalobjs.h.

RetinalObjectStringArgs::ParamList Retinal_PGM::paramlist ( )
 

Definition at line 737 of file retinalobjs.c.

bool Retinal_PGM::update ( ) const [virtual]
 

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

Reimplemented from Retinal_Object.

Definition at line 805 of file retinalobjs.c.


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