
#include <Neuro/StdBrain.H>
Inheritance diagram for StdBrain:


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.
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 | |
|
||||||||||||||||
|
Construct using a VisualCortex object with standard channels.
Definition at line 65 of file StdBrain.C. References ModelComponent::addSubComponent(). |
|
|
virtual destructor for safe inheritance
Definition at line 107 of file StdBrain.C. |
1.4.4