Classes | |
struct | Shape2D |
Public Member Functions | |
LineMatching (OptionManager &mgr, const std::string &descrName="LineMatching", const std::string &tagName="LineMatching") | |
~LineMatching () | |
Destructor. | |
void | evolve (SimEventQueue &q) |
Layout< PixRGB< byte > > | getDebugImage () |
Protected Member Functions | |
SIMCALLBACK_DECLARE (LineMatching, SimEventV2Output) | |
Callback for when a new ganglion output is ready. | |
SIMCALLBACK_DECLARE (LineMatching, SimEventSaveOutput) | |
Callback for every time we should save our outputs. | |
Protected Attributes | |
OModelParam< bool > | itsShowDebug |
Should we show our debug info. |
Definition at line 59 of file LineMatching.H.
LineMatching::~LineMatching | ( | ) |
Destructor.
Definition at line 81 of file LineMatching.C.
LineMatching::SIMCALLBACK_DECLARE | ( | LineMatching | , | |
SimEventSaveOutput | ||||
) | [protected] |
Callback for every time we should save our outputs.
LineMatching::SIMCALLBACK_DECLARE | ( | LineMatching | , | |
SimEventV2Output | ||||
) | [protected] |
Callback for when a new ganglion output is ready.
OModelParam<bool> LineMatching::itsShowDebug [protected] |
Should we show our debug info.
Definition at line 96 of file LineMatching.H.