A subclass of Brain that automatically sets up the standard modules. More...
#include <Neuro/StdBrain.H>
Public Member Functions | |
StdBrain (OptionManager &mgr, const std::string &descrName="Brain", const std::string &tagName="Brain") | |
Construct using a VisualCortex object with standard channels. | |
virtual | ~StdBrain () |
virtual destructor for safe inheritance |
A subclass of Brain that automatically sets up the standard modules.
StdBrain contains a VisualCortex, ShapeEstimator, EyeHeadController, SaliencyMap, TaskRelevanceMap, AttentionGuidanceMap, WinnerTakeAll and SimulationViewer as "modules" (see Brain.H). Module types to be used can be configured via the command-line thanks to the use of the appropriate Configurators here.
Definition at line 68 of file StdBrain.H.
StdBrain::StdBrain | ( | OptionManager & | mgr, | |
const std::string & | descrName = "Brain" , |
|||
const std::string & | tagName = "Brain" | |||
) |
Construct using a VisualCortex object with standard channels.
mgr | our ModelManager (see ModelManager.H) | |
descrName | descriptive name for human useage | |
tagName | name for ParamMap usage |
Definition at line 65 of file StdBrain.C.
References ModelComponent::addSubComponent().
StdBrain::~StdBrain | ( | ) | [virtual] |
virtual destructor for safe inheritance
Definition at line 107 of file StdBrain.C.