
A class to represent different superior colliculus (multi-layered) models. More...
#include <ModelNeuron/SupColliculusModule.H>


Public Member Functions | |
| SupColliculusModule (OptionManager &mgr, const std::string &descrName="Superior Colliculus", const std::string &tagName="SupColliculusModule") | |
| Uninitialized constructor. | |
| void | setDefaultIO (const uint inp_layer, const uint out_layer) |
| set the default input output layers | |
| virtual | ~SupColliculusModule () |
| Destructor. | |
Protected Member Functions | |
| virtual void | start1 () |
| This is called from within start() before the subcomponents start. | |
| void | setModel (const std::string &model, const Dims &dims, const SimTime &starttime=SimTime::ZERO()) |
Protected Attributes | |
| OModelParam< std::string > | itsType |
| OModelParam< float > | itsSgsGain |
| OModelParam< float > | itsSgiGain |
A class to represent different superior colliculus (multi-layered) models.
Definition at line 45 of file SupColliculusModule.H.
| SupColliculusModule::SupColliculusModule | ( | OptionManager & | mgr, | |
| const std::string & | descrName = "Superior Colliculus", |
|||
| const std::string & | tagName = "SupColliculusModule" | |||
| ) |
Uninitialized constructor.
Definition at line 42 of file SupColliculusModule.C.
| SupColliculusModule::~SupColliculusModule | ( | ) | [virtual] |
Destructor.
Definition at line 52 of file SupColliculusModule.C.
set the default input output layers
Definition at line 56 of file SupColliculusModule.C.
| void SupColliculusModule::start1 | ( | ) | [protected, virtual] |
This is called from within start() before the subcomponents start.
Reimplemented from ModelComponent.
Definition at line 62 of file SupColliculusModule.C.
References OModelParam< T >::getVal(), and ModelComponent::setTagName().
1.6.3