ACT-CV - Machine Vision for Cognitive Modeling
Classes | Functions
ResultHolder.h File Reference

hold a result that is a list of things in a thread safe way More...

#include <vector>
#include <map>
#include <garbagecoll.h>
Include dependency graph for ResultHolder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ResultSource< _t >
 abstract base class for anything that generates a result More...
 
class  ResultData< _t >
 this helper class holds a single result More...
 
class  ResultHolder< _t >
 this class actually holds the results More...
 

Functions

static std::ostream & operator<< (std::ostream &o, const Line &l)
 
static std::ostream & operator<< (std::ostream &o, const ObjectPosition &pos)
 

Detailed Description

hold a result that is a list of things in a thread safe way

Definition in file ResultHolder.h.

Function Documentation

static std::ostream& operator<< ( std::ostream &  o,
const Line l 
)
static

Definition at line 61 of file ResultHolder.h.

References Line::end1x, Line::end1y, Line::end2x, and Line::end2y.

static std::ostream& operator<< ( std::ostream &  o,
const ObjectPosition pos 
)
static


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