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


This basically wraps the functionality of RawVisualCortex.
Definition at line 81 of file VisualCortex.H.
Public Member Functions | |
Constructors/Destructor | |
| VisualCortexStd (OptionManager &mgr, const std::string &descrName="Visual Cortex", const std::string &tagName="VisualCortex") | |
| Constructor. | |
| VisualCortexStd (OptionManager &mgr, const std::string &descrName, const std::string &tagName, nub::ref< RawVisualCortex > vcx) | |
| Constructor using an existing RawVisualCortex. | |
| virtual | ~VisualCortexStd () |
| Virtual destructor for safe inheritance. | |
Protected Member Functions | |
| SIMCALLBACK_DECLARE (VisualCortexStd, SimEventRetinaImage) | |
| Callback for when a new input (retina) frame is available. | |
| SIMCALLBACK_DECLARE (VisualCortexStd, SimEventSaveOutput) | |
| Callback for every time we should save our outputs. | |
| SIMREQHANDLER_DECLARE (VisualCortexStd, SimReqVCXfeatures) | |
| Callback for every time someone wants our features. | |
| SIMREQHANDLER_DECLARE (VisualCortexStd, SimReqVCXmaps) | |
| Callback for every time someone wants our maps. | |
| SIMREQHANDLER_DECLARE (VisualCortexStd, SimReqVCXchanVis) | |
| Callback for every time someone wants to trigger a channel visitor. | |
Friends | |
| class | VisualCortexConfigurator |
|
||||||||||||||||
|
Constructor.
Definition at line 88 of file VisualCortex.C. References ModelComponent::addSubComponent(), and GVX_TRACE. |
|
||||||||||||||||||||
|
Constructor using an existing RawVisualCortex.
Definition at line 104 of file VisualCortex.C. References ModelComponent::addSubComponent(), and GVX_TRACE. |
|
|
Virtual destructor for safe inheritance.
Definition at line 120 of file VisualCortex.C. References GVX_TRACE. |
|
||||||||||||
|
Callback for every time we should save our outputs.
|
|
||||||||||||
|
Callback for when a new input (retina) frame is available.
|
|
||||||||||||
|
Callback for every time someone wants to trigger a channel visitor.
|
|
||||||||||||
|
Callback for every time someone wants our maps.
|
|
||||||||||||
|
Callback for every time someone wants our features.
|
1.4.4