TaskRelevanceMap Class Reference

The task-relevance map base class. More...

#include <Neuro/TaskRelevanceMap.H>

Inheritance diagram for TaskRelevanceMap:
Inheritance graph
[legend]
Collaboration diagram for TaskRelevanceMap:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Constructor, destructor, and reset

 TaskRelevanceMap (OptionManager &mgr, const std::string &descrName="Task-Relevance Map", const std::string &tagName="TaskRelevanceMap")
 Ininitialized constructor.
virtual ~TaskRelevanceMap ()
 Destructor.

Detailed Description

The task-relevance map base class.

This is a 2D task-relevance map. It is just a base class with virtual function definitions. Various implementations are available below. The TRM is a topographic map where a value of zero indicates that a location is not relevant to the task at hand, while a value of 1.0 indicates neutral relevance and values higher than 1.0 indicate high relevance.

Definition at line 65 of file TaskRelevanceMap.H.


Constructor & Destructor Documentation

TaskRelevanceMap::TaskRelevanceMap ( OptionManager mgr,
const std::string descrName = "Task-Relevance Map",
const std::string tagName = "TaskRelevanceMap" 
)

Ininitialized constructor.

The map will be resized and initialized the first time input() is called

Definition at line 79 of file TaskRelevanceMap.C.

TaskRelevanceMap::~TaskRelevanceMap (  )  [virtual]

Destructor.

Definition at line 86 of file TaskRelevanceMap.C.


The documentation for this class was generated from the following files:
Generated on Sun May 8 08:26:07 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3