SourceXtractorPlusPlus
0.11
Please provide a description of the project.
|
#include <DetectionIdCheckImage.h>
Public Member Functions | |
DetectionIdCheckImage (std::shared_ptr< WriteableImage< unsigned int >> check_image) | |
virtual void | handleMessage (const std::shared_ptr< SourceInterface > &source) |
![]() | |
virtual | ~Observer ()=default |
Private Attributes | |
std::shared_ptr< WriteableImage< unsigned int > > | m_check_image |
Definition at line 33 of file DetectionIdCheckImage.h.
|
inline |
Definition at line 36 of file DetectionIdCheckImage.h.
|
virtual |
Implements SourceXtractor::Observer< std::shared_ptr< SourceInterface > >.
Definition at line 32 of file DetectionIdCheckImage.cpp.
References SourceXtractor::CheckImages::getInstance(), std::lock(), and m_check_image.
|
private |
Definition at line 43 of file DetectionIdCheckImage.h.
Referenced by handleMessage().