ACT-CV - Machine Vision for Cognitive Modeling
|
support for ActCvObserver More...
#include <ActCvSource.h>
Public Member Functions | |
void | AddObserver (ActCvObserver *obs) |
add obs to the list of observers More... | |
void | RemoveObserver (ActCvObserver *obs) |
remove obs from the list of observers More... | |
Protected Member Functions | |
void | FireVisionNotification (const ActCvSource &src) |
call NewVisionNotification on all observers More... | |
Private Types | |
typedef std::vector < ActCvObserver * >::iterator | iterator |
Additional Inherited Members | |
![]() | |
T | elements |
STL member. More... | |
support for ActCvObserver
Definition at line 68 of file ActCvSource.h.
|
private |
Definition at line 69 of file ActCvSource.h.
void ActCvObsSupport::AddObserver | ( | ActCvObserver * | obs) |
add obs to the list of observers
Definition at line 79 of file ActCvSource.h.
Referenced by main(), and tests::ActCvObsTest::Run().
|
protected |
call NewVisionNotification on all observers
Definition at line 72 of file ActCvSource.h.
Referenced by tests::DummyActCvSource::FireNotification(), and OFlowObs::FrameNotifyGray().
void ActCvObsSupport::RemoveObserver | ( | ActCvObserver * | obs) |
remove obs from the list of observers
Definition at line 83 of file ActCvSource.h.
Referenced by tests::ActCvObsTest::Run().