
An interface to neural field models. More...
#include <ModelNeuron/NeuralFieldModule.H>


Public Member Functions | |
| NeuralFieldModule (OptionManager &mgr, const std::string &descrName="Neural Field", const std::string &tagName="NeuralFieldModule") | |
| Uninitialized constructor. | |
| virtual | ~NeuralFieldModule () |
| Destructor. | |
Protected Member Functions | |
| void | start1 () |
| This is called from within start() before the subcomponents start. | |
| void | setModel (const std::string &model, const Dims &dims, const SimTime &starttime) |
Protected Attributes | |
| OModelParam< std::string > | itsType |
| OModelParam< float > | itsGain |
An interface to neural field models.
Definition at line 45 of file NeuralFieldModule.H.
| NeuralFieldModule::NeuralFieldModule | ( | OptionManager & | mgr, | |
| const std::string & | descrName = "Neural Field", |
|||
| const std::string & | tagName = "NeuralFieldModule" | |||
| ) |
Uninitialized constructor.
Definition at line 42 of file NeuralFieldModule.C.
| NeuralFieldModule::~NeuralFieldModule | ( | ) | [virtual] |
Destructor.
Definition at line 50 of file NeuralFieldModule.C.
| void NeuralFieldModule::start1 | ( | ) | [protected, virtual] |
This is called from within start() before the subcomponents start.
Reimplemented from ModelComponent.
Definition at line 54 of file NeuralFieldModule.C.
References OModelParam< T >::getVal(), and ModelComponent::setTagName().
1.6.3