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

Inputs Class Reference

Class with responsibility for the entire set of network inputs. More...

#include <inputs.h>

Inheritance diagram for Inputs

Inheritance graph

[legend]
Collaboration diagram for Inputs:

Collaboration graph

[legend]
List of all members.

Public Methods

virtual ~Inputs ()
virtual void init () = 0
 Call before any call to next or activate.

virtual void reset () = 0
 Reset to the init state.

virtual bool next () = 0
 Advance contents of the inputs to the next state.

virtual void activate (bool learn=false, bool settle=true) = 0
 Compute input from current state.

virtual void uninit () = 0
 Reset to the state before init was called.

virtual bool is_active (int, int) const
 Whether the given object is currently enabled in the given eye. More...

virtual double angle_of_object (int, int) const
 The angle, in radians, of the given object in the given eye. More...

virtual double angle_of_object_at_location (int, int, int) const
 Returns the nominal angle of the most active object at the given location in the given eye. More...


Detailed Description

Class with responsibility for the entire set of network inputs.

Definition at line 13 of file inputs.h.


Constructor & Destructor Documentation

Inputs::~Inputs ( ) [inline, virtual]
 

Definition at line 15 of file inputs.h.


Member Function Documentation

double Inputs::angle_of_object ( int objnumber,
int eye ) const [inline, virtual]
 

The angle, in radians, of the given object in the given eye.

Reimplemented in Eyes.

Definition at line 44 of file inputs.h.

double Inputs::angle_of_object_at_location ( int i,
int j,
int eye ) const [inline, virtual]
 

Returns the nominal angle of the most active object at the given location in the given eye.

Reimplemented in Eyes.

Definition at line 46 of file inputs.h.

bool Inputs::is_active ( int objnumber,
int eye ) const [inline, virtual]
 

Whether the given object is currently enabled in the given eye.

Reimplemented in Eyes.

Definition at line 42 of file inputs.h.


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