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