Classes | |
struct | SMapState |
Public Member Functions | |
SMap (OptionManager &mgr, const std::string &descrName="SMap", const std::string &tagName="SMap") | |
~SMap () | |
Destructor. | |
void | evolve () |
Layout< PixRGB< byte > > | getDebugImage () |
Protected Member Functions | |
SIMCALLBACK_DECLARE (SMap, SimEventInputFrame) | |
Callback for when a new LGN output is ready. | |
SIMCALLBACK_DECLARE (SMap, SimEventSaveOutput) | |
Callback for every time we should save our outputs. | |
SIMCALLBACK_DECLARE (SMap, SimEventUserInput) | |
Callback for every time we have a user event. | |
Protected Attributes | |
OModelParam< bool > | itsShowDebug |
Should we show our debug info. |
Definition at line 60 of file SMap.H.
SMap::SIMCALLBACK_DECLARE | ( | SMap | , | |
SimEventUserInput | ||||
) | [protected] |
Callback for every time we have a user event.
SMap::SIMCALLBACK_DECLARE | ( | SMap | , | |
SimEventSaveOutput | ||||
) | [protected] |
Callback for every time we should save our outputs.
SMap::SIMCALLBACK_DECLARE | ( | SMap | , | |
SimEventInputFrame | ||||
) | [protected] |
Callback for when a new LGN output is ready.
OModelParam<bool> SMap::itsShowDebug [protected] |