ACT-CV - Machine Vision for Cognitive Modeling
Public Member Functions | Public Attributes | List of all members
ResultData< _t > Class Template Reference

this helper class holds a single result More...

#include <ResultHolder.h>

Inheritance diagram for ResultData< _t >:
Inheritance graph
Collaboration diagram for ResultData< _t >:
Collaboration graph

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
 

Detailed Description

template<typename _t>
class ResultData< _t >

this helper class holds a single result

should never be used directly!

Definition at line 48 of file ResultHolder.h.

Constructor & Destructor Documentation

template<typename _t >
ResultData< _t >::ResultData ( )

Definition at line 53 of file ResultHolder.h.

template<typename _t >
ResultData< _t >::ResultData ( const std::vector< _t > &  d)

Definition at line 54 of file ResultHolder.h.

References ResultData< _t >::data, and ResultData< _t >::iter.

Member Data Documentation

template<typename _t >
std::vector<_t> ResultData< _t >::data

Definition at line 50 of file ResultHolder.h.

Referenced by ResultData< _t >::ResultData().

template<typename _t >
std::vector<_t>::const_iterator ResultData< _t >::iter

Definition at line 51 of file ResultHolder.h.

Referenced by ResultData< _t >::ResultData().


The documentation for this class was generated from the following file:


ACT-CV - Machine Vision for Cognitive Modeling
© 2015 Marc Halbruegge (actcvlibrary@googlemail.com)