ACT-CV - Machine Vision for Cognitive Modeling
|
this class actually holds the results More...
#include <ResultHolder.h>
Public Member Functions | |
ResultHolder (ResultSource< _t > *s) | |
int | FindFirst () |
bool | FindNext (int handle, _t *result) |
void | FindFinish (int handle) |
Public Member Functions inherited from ReferenceCount | |
ReferenceCount () | |
virtual | ~ReferenceCount () |
void | IncRefCount () |
void | DecRefCount () |
Protected Attributes | |
ResultSource< _t > * | source |
std::map< int, GCPointer < ResultData< _t > > > | results |
this class actually holds the results
Definition at line 81 of file ResultHolder.h.
ResultHolder< _t >::ResultHolder | ( | ResultSource< _t > * | s) |
Definition at line 86 of file ResultHolder.h.
void ResultHolder< _t >::FindFinish | ( | int | handle) |
Definition at line 111 of file ResultHolder.h.
References MHDBGMSG, and ResultHolder< _t >::results.
int ResultHolder< _t >::FindFirst | ( | ) |
Definition at line 88 of file ResultHolder.h.
References MHDBGMSG, ResultHolder< _t >::results, and ResultHolder< _t >::source.
bool ResultHolder< _t >::FindNext | ( | int | handle, |
_t * | result | ||
) |
Definition at line 99 of file ResultHolder.h.
References MHDBGMSG, and ResultHolder< _t >::results.
|
protected |
Definition at line 84 of file ResultHolder.h.
Referenced by ResultHolder< _t >::FindFinish(), ResultHolder< _t >::FindFirst(), and ResultHolder< _t >::FindNext().
|
protected |
Definition at line 83 of file ResultHolder.h.
Referenced by ResultHolder< _t >::FindFirst().