Public Member Functions | |
TaskRelevanceMapSocial (OptionManager &mgr, const std::string &descrName="Task-Relevance Map Social", const std::string &tagName="TaskRelevanceMapSocial") | |
Uninitialized constructor. | |
virtual | ~TaskRelevanceMapSocial () |
Destructor. | |
Protected Member Functions | |
virtual void | inputFrame (const InputFrame &f) |
Number of inputs to compute over. | |
virtual void | saccadicSuppression (const bool on) |
Some TRM implementations will reset their memory upon saccade. | |
virtual void | integrate (SimEventQueue &q) |
Integrate for one time step. | |
virtual void | start1 () |
Get started. See ModelComponent. | |
virtual void | reset1 () |
Get reset. See ModelComponent. |
Definition at line 554 of file TaskRelevanceMap.H.
TaskRelevanceMapSocial::TaskRelevanceMapSocial | ( | OptionManager & | mgr, | |
const std::string & | descrName = "Task-Relevance Map Social" , |
|||
const std::string & | tagName = "TaskRelevanceMapSocial" | |||
) |
Uninitialized constructor.
Definition at line 1155 of file TaskRelevanceMap.C.
TaskRelevanceMapSocial::~TaskRelevanceMapSocial | ( | ) | [virtual] |
Destructor.
Definition at line 1222 of file TaskRelevanceMap.C.
void TaskRelevanceMapSocial::inputFrame | ( | const InputFrame & | f | ) | [protected, virtual] |
Number of inputs to compute over.
Called when a new input frame is available from the Retina
Implements TaskRelevanceMapAdapter.
Definition at line 1226 of file TaskRelevanceMap.C.
References Image< T >::clear(), drawFilledPolygon(), OModelParam< T >::getVal(), Dims::h(), TaskRelevanceMapAdapter::itsLevelSpec, TaskRelevanceMapAdapter::itsMap, LevelSpec::mapLevel(), rescale(), Image< T >::resize(), toLowerCase(), and Dims::w().
void TaskRelevanceMapSocial::integrate | ( | SimEventQueue & | q | ) | [protected, virtual] |
Integrate for one time step.
Implements TaskRelevanceMapAdapter.
Definition at line 1287 of file TaskRelevanceMap.C.
void TaskRelevanceMapSocial::reset1 | ( | ) | [protected, virtual] |
Get reset. See ModelComponent.
Reimplemented from TaskRelevanceMapAdapter.
Definition at line 1291 of file TaskRelevanceMap.C.
void TaskRelevanceMapSocial::saccadicSuppression | ( | const bool | on | ) | [protected, virtual] |
Some TRM implementations will reset their memory upon saccade.
Implements TaskRelevanceMapAdapter.
Definition at line 1283 of file TaskRelevanceMap.C.
void TaskRelevanceMapSocial::start1 | ( | ) | [protected, virtual] |
Get started. See ModelComponent.
Reimplemented from SimModule.
Definition at line 1165 of file TaskRelevanceMap.C.
References OModelParam< T >::getVal(), and rutz::shared_ptr< T >::reset().