|
ACT-CV - Machine Vision for Cognitive Modeling
|
dummy vision source More...
#include <ActCvObsTest.h>


Public Member Functions | |
| const char * | GetResult () const |
| the current vision More... | |
| const char * | GetTypeName () const |
| the type of vision More... | |
| void | FireNotification () |
Public Member Functions inherited from ActCvObsSupport | |
| void | AddObserver (ActCvObserver *obs) |
| add obs to the list of observers More... | |
| void | RemoveObserver (ActCvObserver *obs) |
| remove obs from the list of observers More... | |
Additional Inherited Members | |
Protected Member Functions inherited from ActCvObsSupport | |
| void | FireVisionNotification (const ActCvSource &src) |
| call NewVisionNotification on all observers More... | |
dummy vision source
Definition at line 36 of file ActCvObsTest.h.
| void tests::DummyActCvSource::FireNotification | ( | ) |
Definition at line 45 of file ActCvObsTest.h.
References ActCvObsSupport::FireVisionNotification().
Referenced by tests::ActCvObsTest::Run().
|
virtual |
the current vision
must return an s-expression
Implements ActCvSource.
Definition at line 38 of file ActCvObsTest.h.
|
virtual |
the type of vision
must be a single word, no spaces allowed
is used to distinguish between sources and to build up an s-expression with multiple vision types
could be described in short as the "LISP name"
i.e. "lines", "flowangle"
Implements ActCvSource.
Definition at line 41 of file ActCvObsTest.h.