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