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