SalBayes PrefrontalCortex implementation. More...
#include <Neuro/PrefrontalCortex.H>
Public Member Functions | |
PrefrontalCortexSB (OptionManager &mgr, const std::string &descrName="PrefrontalCortexSB", const std::string &tagName="PrefrontalCortexSB") | |
Constructor. | |
virtual | ~PrefrontalCortexSB () |
Destructor. | |
Protected Member Functions | |
SIMCALLBACK_DECLARE (PrefrontalCortexSB, SimEventInputFrame) | |
Callback for when a new input frame is available. | |
virtual void | start1 () |
get started | |
Protected Attributes | |
OModelParam< std::string > | itsBayesNetFilename |
The object database. | |
OModelParam< int > | itsObjToBias |
the object to bias for from the database |
SalBayes PrefrontalCortex implementation.
Definition at line 192 of file PrefrontalCortex.H.
PrefrontalCortexSB::PrefrontalCortexSB | ( | OptionManager & | mgr, | |
const std::string & | descrName = "PrefrontalCortexSB" , |
|||
const std::string & | tagName = "PrefrontalCortexSB" | |||
) |
PrefrontalCortexSB::~PrefrontalCortexSB | ( | ) | [virtual] |
Destructor.
Definition at line 430 of file PrefrontalCortex.C.
PrefrontalCortexSB::SIMCALLBACK_DECLARE | ( | PrefrontalCortexSB | , | |
SimEventInputFrame | ||||
) | [protected] |
Callback for when a new input frame is available.
void PrefrontalCortexSB::start1 | ( | ) | [protected, virtual] |
get started
Reimplemented from SimModule.
Definition at line 393 of file PrefrontalCortex.C.
References OModelParam< T >::getVal(), itsBayesNetFilename, and rutz::shared_ptr< T >::reset().
OModelParam<int> PrefrontalCortexSB::itsObjToBias [protected] |
the object to bias for from the database
Definition at line 211 of file PrefrontalCortex.H.