Classes | |
struct | PartState |
Public Member Functions | |
LocalParts (OptionManager &mgr, const std::string &descrName="LocalParts", const std::string &tagName="LocalParts") | |
~LocalParts () | |
Destructor. | |
void | evolve (SimEventQueue &q) |
Layout< PixRGB< byte > > | getDebugImage (SimEventQueue &q) |
std::vector< PartState > | proposeParts () |
void | calcPartLikelihood (PartState &part) |
Protected Member Functions | |
SIMCALLBACK_DECLARE (LocalParts, SimEventContoursOutput) | |
SIMCALLBACK_DECLARE (LocalParts, SimEventSaveOutput) | |
Callback for every time we should save our outputs. | |
SIMCALLBACK_DECLARE (LocalParts, SimEventUserInput) | |
Protected Attributes | |
OModelParam< bool > | itsShowDebug |
Should we show our debug info. |
Definition at line 61 of file LocalParts.H.
LocalParts::~LocalParts | ( | ) |
Destructor.
Definition at line 84 of file LocalParts.C.
LocalParts::SIMCALLBACK_DECLARE | ( | LocalParts | , | |
SimEventSaveOutput | ||||
) | [protected] |
Callback for every time we should save our outputs.
OModelParam<bool> LocalParts::itsShowDebug [protected] |
Should we show our debug info.
Definition at line 94 of file LocalParts.H.