ACT-CV - Machine Vision for Cognitive Modeling
Public Member Functions | List of all members
tests::DummyActCvSource Class Reference

dummy vision source More...

#include <ActCvObsTest.h>

Inheritance diagram for tests::DummyActCvSource:
Inheritance graph
Collaboration diagram for tests::DummyActCvSource:
Collaboration graph

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...
 

Detailed Description

dummy vision source

Definition at line 36 of file ActCvObsTest.h.

Member Function Documentation

void tests::DummyActCvSource::FireNotification ( )

Definition at line 45 of file ActCvObsTest.h.

References ActCvObsSupport::FireVisionNotification().

Referenced by tests::ActCvObsTest::Run().

const char* tests::DummyActCvSource::GetResult ( ) const
virtual

the current vision

must return an s-expression

Implements ActCvSource.

Definition at line 38 of file ActCvObsTest.h.

const char* tests::DummyActCvSource::GetTypeName ( ) const
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.


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


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