|
ACT-CV - Machine Vision for Cognitive Modeling
|
this helper class holds a single result More...
#include <ResultHolder.h>


Public Member Functions | |
| ResultData () | |
| ResultData (const std::vector< _t > &d) | |
Public Member Functions inherited from ReferenceCount | |
| ReferenceCount () | |
| virtual | ~ReferenceCount () |
| void | IncRefCount () |
| void | DecRefCount () |
Public Attributes | |
| std::vector< _t > | data |
| std::vector< _t >::const_iterator | iter |
this helper class holds a single result
should never be used directly!
Definition at line 48 of file ResultHolder.h.
| ResultData< _t >::ResultData | ( | ) |
Definition at line 53 of file ResultHolder.h.
| ResultData< _t >::ResultData | ( | const std::vector< _t > & | d) |
Definition at line 54 of file ResultHolder.h.
References ResultData< _t >::data, and ResultData< _t >::iter.
| std::vector<_t> ResultData< _t >::data |
Definition at line 50 of file ResultHolder.h.
Referenced by ResultData< _t >::ResultData().
| std::vector<_t>::const_iterator ResultData< _t >::iter |
Definition at line 51 of file ResultHolder.h.
Referenced by ResultData< _t >::ResultData().